problem with IsPlayerCuffed - 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: problem with IsPlayerCuffed (
/showthread.php?tid=370804)
problem with IsPlayerCuffed -
basse - 21.08.2012
im getting this error error 035: argument type mismatch (argument 2)
and this is the line
pawn Код:
if(cuffed == true){ SendClientMessage(COLOR_LIME, "You have been cuffed and cannot do anything"); }
im trying to fix so if you are cuffed you cannot do any commands :S please help
[SOLVED]
Re: problem with IsPlayerCuffed -
detter - 21.08.2012
You are missing PLAYERID
SendClientMessage(playerid , COLOR ,string)
Re: problem with IsPlayerCuffed -
basse - 21.08.2012
oh tnx