Quote:
Originally Posted by Killa[DGZ]
Small issue?,
line 488 : warning 202: number of arguments does not match definition
PHP Code:
return LC_OnPlayerTakeDamage(playerid, issuerid, amount, weaponid, bodypart);
line 500 : error 025: function heading differs from prototype
PHP Code:
forward LC_OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart);
line 550 : warning 202: number of arguments does not match definition
PHP Code:
LC_OnPlayerTakeDamage(damagedid, playerid, amount, weaponid, bodypart);
I'm already using the native within my gamemode.. could that be it?
|
One of your include is using a different set of parameters for OnPlayerTakeDamage.