SA-MP Forums Archive
warning 202: number of arguments does not match definition - 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: warning 202: number of arguments does not match definition (/showthread.php?tid=564652)



warning 202: number of arguments does not match definition - _GHT_MarK445 - 22.02.2015

The line is:

Код:
if(Dueler[1] == playerid || Dueler[0] == playerid) SetPlayerHealth(damagedid, GetPlayerHealth(damagedid) - amount);
Thanks


Re: warning 202: number of arguments does not match definition - AndySedeyn - 22.02.2015

https://sampwiki.blast.hk/wiki/SetPlayerHealth
https://sampwiki.blast.hk/wiki/GetPlayerHealth

Check that out!


Re: warning 202: number of arguments does not match definition - _GHT_MarK445 - 22.02.2015

Thanks, really appreciate it.