SA-MP Forums Archive
Prototypes errors in 0.3z functions - 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: Prototypes errors in 0.3z functions (/showthread.php?tid=509549)



Prototypes errors in 0.3z functions - MA_proking - 27.04.2014

Код:
C:\Test.pwn(1029) : error 025: function heading differs from prototype
C:\Test.pwn(4036) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
pawn Код:
public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid, bodypart) // line 1029
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart) //line 4036

I m using new Includes

a_samp.inc http://pastebin.com/WfNMH1RJ


Please help