SA-MP Forums Archive
This error...wtf - 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: This error...wtf (/showthread.php?tid=144715)



This error...wtf - Micko9 - 28.04.2010

Код:
warning 202: number of arguments does not match definition
pawn Код:
new ht=GetPlayerHealth(playerid); // Error Line Code



Re: This error...wtf - CAR - 28.04.2010

pawn Код:
new Float:ht = GetPlayerHealth(playerid); // Error Line Code



Re: This error...wtf - Micko9 - 28.04.2010

Quote:
Originally Posted by CAR
pawn Код:
new Float:ht = GetPlayerHealth(playerid); // Error Line Code
didn't fix my error.


Re: This error...wtf - Butilka - 28.04.2010

Код:
new Float:ht;
GetPlayerHealth(playerid,ht);
That's correct.


Re: This error...wtf - CAR - 28.04.2010

Oh, yeah, sorry what he said^