30.09.2013, 22:01
OnRconCommand is almost the same as OnPlayerCommandText, the only differences are:
- OnRconCommand does only be called if you are sending a rcon command (/rcon YouCommandHere, /rcon before is needed).
- With OnRconCommand you have no ability to use the playerid param, so if you have an admin command with GetPlayerPos, SendClientMessage, etc in it, you can't use it.