07.06.2014, 17:18
Quote:
Yes I am sure, even used a bare.pwn script for a quick check.
Still the same: Код:
C:\Users\msi\Desktop\SAMP_DS\samp03z_svr_R1_win32\samp03z_svr_R1_win32\gamemodes\bare.pwn(119) : error 025: function heading differs from prototype Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. |
Do Ctrl + F and type "takedamage" (without "").
Is the line it finds like this?
pawn Код:
forward OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid);
It should be:
pawn Код:
forward OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart);