error 025: function heading differs from prototype
#3

First of all, indent your code because it's ugly and unreadable.
Second, your error is here:

Код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart)
Change it to:
Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart)
Reply


Messages In This Thread
error 025: function heading differs from prototype - by p3p4 - 29.01.2019, 12:18
Re: error 025: function heading differs from prototype - by Lokii - 29.01.2019, 12:24
Re: error 025: function heading differs from prototype - by serqq - 29.01.2019, 12:25
Re: error 025: function heading differs from prototype - by p3p4 - 29.01.2019, 12:29
Re: error 025: function heading differs from prototype - by Lokii - 29.01.2019, 12:32

Forum Jump:


Users browsing this thread: 1 Guest(s)