02.05.2013, 05:47
Quote:
Then put this under where it cages the player:
pawn Код:
pawn Код:
where must i add these this pls tell |
in the /cage CMD
pawn Код:
SetPVarInt(pID, "iscaged", 1);
When player gets uncaged
SetPvarInt(pID, "iscaged", 0);
pawn Код:
if(GetPvarInt(pID, "iscaged") == 1) return SendClientMessage(playerid, COLOR_RED, "You cannot use this command when caged.");