02.10.2014, 08:53
When someone types a command I want to send a message to him, he is under spawn protection, and then it disallows him to type any command,
why this doesn't work? it sends the message and in the same time it performs the command it its correct.
Under OnPlayerCommandPerformed:
why this doesn't work? it sends the message and in the same time it performs the command it its correct.
Under OnPlayerCommandPerformed:
pawn Код:
if(Spawnprotection[playerid] == 1) return SendClientMessage(playerid, 0xFF0000AA, "You Cannot Type Any Command While In Spawn Protection!");