Re: pfnAddServerCommand -
13-01-2004
Fierce recon is correct about the pcmd you want being the first argument and not the 0th.
If using your own CMD_ARG.. functions they will work ok as long as you dont use metamod since they call the engine function anyway.
If using metamod though you need to call the engine cmd_args functions as your versions of cmd_arg under metamod will probably just do nothing as they RETURN_META.
|