25.04.2017, 10:16
Small issue?,
line 488 : warning 202: number of arguments does not match definition
line 500 : error 025: function heading differs from prototype
line 550 : warning 202: number of arguments does not match definition
I'm already using the native within my gamemode.. could that be it?
line 488 : warning 202: number of arguments does not match definition
PHP Code:
return LC_OnPlayerTakeDamage(playerid, issuerid, amount, weaponid, bodypart);
PHP Code:
forward LC_OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart);
PHP Code:
LC_OnPlayerTakeDamage(damagedid, playerid, amount, weaponid, bodypart);