16.02.2012, 14:49
Weird, it should send the custom message.
That should appear the "Server: Unknown Command"
pawn Код:
public OnPlayerCommandPerformed( playerid, cmdtext[ ], success )
{
if( !success ) return false;
return true;
}