SA-MP Forums Archive
Help with /stuck - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help with /stuck (/showthread.php?tid=200800)



Help with /stuck - Nemanja92 - 19.12.2010

how do I put that can be used / stuck while / cuff
help plz
sorry bed eng


Re: Help with /stuck - Moglizorz. - 19.12.2010

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");


Re: Help with /stuck - Nemanja92 - 19.12.2010

Quote:
Originally Posted by Moglizorz.
Посмотреть сообщение
on cuffing the player:
cuffed[playerid] = 1;
where this I do not understand?


Re: Help with /stuck - WillyP - 19.12.2010

Quote:
Originally Posted by Nemanja92
Посмотреть сообщение
where this I do not understand?
Learn coding/english, then you will understand.


Re: Help with /stuck - Nemanja92 - 19.12.2010

Quote:
Originally Posted by [FU]Victious
Посмотреть сообщение
Learn coding/english, then you will understand.
does not make it smart, tell me if you know and if you do not know hear


Re: Help with /stuck - WillyP - 19.12.2010

Quote:
Originally Posted by Nemanja92
Посмотреть сообщение
does not make it smart, tell me if you know and if you do not know hear
I wasn't. I would make it for you, but I can't understand you.


Re: Help with /stuck - Nemanja92 - 19.12.2010

I want to do that when a player / cuff unable to using /stuck using GTARP mode
Help plz!!!
sorry bed eng