Help - 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 (
/showthread.php?tid=140085)
Help -
sushihusi - 07.04.2010
I have got warning in my mod.Can you help?
The warning is: ...(6435) : warning 202: number of arguments does not match definition
new phealth = GetPlayerHealth(playerid);
if(phealth < 100.0) <-----this is the line 6435
{
Re: Help -
Correlli - 07.04.2010
Learn how to use the GetPlayerHealth function -
https://sampwiki.blast.hk/wiki/GetPlayerHealth
Re: Help -
armyoftwo - 07.04.2010
Код:
new Float:phealth;
GetPlayerHealth(playerid, phealth);
Re: Help -
sushihusi - 07.04.2010
Ok thx it was the problem with Float