28.06.2013, 20:42
Hello. I wonder if anyone knows if there is a function for it to scan through all commands and return true/false if the command doesn't exist?
E.g.
E.g.
pawn Код:
/help test
/test doesn't exist.
pawn Код:
if(!Command_Exists(test)) return SendClientMessage(playerid, -1, "Command doesn't exist");