19.04.2009, 03:32
This at the top
Add this to your jail command, be warned, yours may not be giveplayername, it may be pname or something,.
Unjailll...
Then under oncommand etxt add this
Код:
new IsJailed[MAX_PLAYERS];
Код:
IsJailed[giveplayerid] = 1;
Код:
IsJailed[giveplayerid] = 0;
Код:
if(IsJailed[playerid] == 1) { return 1; }