NEED A SCRIPT WHICH WILL DISABLE ALL COMMANDS, WHEN YOUR IN JAIL?
#9

This at the top

Код:
new IsJailed[MAX_PLAYERS];
Add this to your jail command, be warned, yours may not be giveplayername, it may be pname or something,.

Код:
IsJailed[giveplayerid] = 1;
Unjailll...

Код:
IsJailed[giveplayerid] = 0;
Then under oncommand etxt add this

Код:
if(IsJailed[playerid] == 1)
{
return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)