How to disable commands in jail?
#7

Код:
new playerinjail[MAX_PLAYERS];
Put this on top of script

In teleport commands put this
Код:
if(playerinjail[playerid] == 1)
{
SendClientMessage(0xFFFFFF,"You can't use this command in jail!"
}
else
{
SetPlayerPos....
}
Reply


Messages In This Thread
How to disable commands in jail? - by Audi_Quattrix - 19.01.2014, 19:19
Re: How to disable commands in jail? - by AchievementMaster360 - 19.01.2014, 19:21
Re: How to disable commands in jail? - by Audi_Quattrix - 19.01.2014, 19:24
Re: How to disable commands in jail? - by Audi_Quattrix - 19.01.2014, 19:30
Re: How to disable commands in jail? - by [..MonTaNa..] - 19.01.2014, 20:18
Re: How to disable commands in jail? - by RedWingz - 19.01.2014, 20:21
Re: How to disable commands in jail? - by [TMS]Legena - 19.01.2014, 20:24

Forum Jump:


Users browsing this thread: 2 Guest(s)