SA-MP Forums Archive
/kill - 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)
+--- Thread: /kill (/showthread.php?tid=501913)



/kill - Mriss - 21.03.2014

How do I do when someone does /kill and theyre cuffed it wont work??

my Check Cuffed thing
pawn Код:
IsPlayerCuffed(playerid)



Re: /kill - iThePunisher - 21.03.2014

try this
pawn Код:
if(IsPlayerCuffed(playerid)) return SendClientMessage(playerid, COLOR_RED, "Error: {FFFFFF}You cannot use this command while cuffed.");



Re: /kill - Mriss - 21.03.2014

Thx vry mch