How To Stop These Commands?
#3

Quote:
Originally Posted by Kar
Посмотреть сообщение
Use This TO Disable All Commands While In Jail, Use Your Jail Variable To Replace Mine

[code]public OnPlayerCommandReceived(playerid, cmdtext[])
{
if (InJail[playerid] == 1)
{
SendClientMessage(playerid, 0xFF0000AA, "Your Commands Have Been Disabled While In Jail!");
return 0;
}
return 1;
} [\code]
Jail Variable
Reply


Messages In This Thread
How To Stop These Commands? - by [Weponz] - 09.07.2010, 17:40
Re: How To Stop These Commands? - by Kar - 09.07.2010, 17:50
Re: How To Stop These Commands? - by [Weponz] - 09.07.2010, 18:04
Re: How To Stop These Commands? - by Kar - 09.07.2010, 18:07
Re: How To Stop These Commands? - by [Weponz] - 09.07.2010, 18:12
Re: How To Stop These Commands? - by Kar - 09.07.2010, 18:15
Re: How To Stop These Commands? - by [Weponz] - 09.07.2010, 18:16

Forum Jump:


Users browsing this thread: 1 Guest(s)