22.09.2013, 09:53
OnPlayerCommandPerformed is called after a command execution. If the command does not exist returns 0, so..
pawn Код:
if(!success)
// if it returns 0, send an error message

