Help with /stuck
#2

erm.. you want them to be able to do /stuck but not when they're cuffed

top of script:
new cuffed[MAX_PLAYERS];

on cuffing the player:
cuffed[playerid] = 1;

top of stuck command:

if(cuffed[playerid] == 1)
return SendClientMessage(playerid, color1, "blahblah");
Reply


Messages In This Thread
Help with /stuck - by Nemanja92 - 19.12.2010, 12:13
Re: Help with /stuck - by Moglizorz. - 19.12.2010, 13:01
Re: Help with /stuck - by Nemanja92 - 19.12.2010, 14:22
Re: Help with /stuck - by WillyP - 19.12.2010, 14:26
Re: Help with /stuck - by Nemanja92 - 19.12.2010, 14:38
Re: Help with /stuck - by WillyP - 19.12.2010, 14:40
Re: Help with /stuck - by Nemanja92 - 19.12.2010, 14:43

Forum Jump:


Users browsing this thread: 6 Guest(s)