Posts: 519
Threads: 21
Joined: Nov 2012
Reputation:
0
Line: public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart)
I've updated my pawno includes and still won't compile. :/
Anybody else having issues
Posts: 519
Threads: 21
Joined: Nov 2012
Reputation:
0
the forward is located in a_samp under pawno/includes so I don't need to forward it into my gamemode?
I've did some reading and apparently YSI is the cause and I'm using zcmd, but thanks!
Posts: 148
Threads: 31
Joined: Jun 2011
Reputation:
0
I'm not 100% sure as to what this will do however, if you open
pawno > include > YSI > y_hooks > impl.inc
Find public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid)
should be line 2336.
Comment it out and it should work now. So far I havent noticed anything wrong, and it compiled.