09.07.2015, 07:48
Ok when i take this
it doesn't give any error...
But when i include "bodypart" in that callback then it gives me an error
error
My a_samp include is updated with 0.3.7 ..
What is the problem?
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid)
But when i include "bodypart" in that callback then it gives me an error
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart)
pawn Код:
F:\DON'TE~1\GAMEMO~1\xxx.pwn(11518) : error 025: function heading differs from prototype
What is the problem?