16.02.2010, 09:31
As far as I know you shouldn't use OnRconCommand. Just use OnPlayerCommandText. dcmd_rcon would be the correct define, and in that function you should use strcmp combinated with sscanf (or something else) to check the real 'command' he wants to execute. Nice example: /rcon kickall

