29.01.2019, 12:25
First of all, indent your code because it's ugly and unreadable.
Second, your error is here:
Change it to:
Second, your error is here:
Код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart)
Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart)