31.08.2011, 12:21
Hey guys, I made a hide command though after typing up some admin commands seems to me that the commands work though a clientmessage is sent showing: You have entered a invalid command.
Does anyone know the case to this?
Does anyone know the case to this?
pawn Код:
public OnPlayerCommandPerformed( playerid, cmdtext [ ], success )
{
if( success == 0 ) return SendError( playerid, "You have entered a invalid command." );
return ( 1 );
}