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



Pawno error - Gold_Master - 09.05.2014

Hi all i have one error
(1679) : error 025: function heading differs from prototype

line
public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid, bodypart)


Re: Pawno error - Gold_Master - 09.05.2014

Код:
public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid, bodypart)
{
    return 1;
}