27.04.2014, 07:17
Код:
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