06.12.2014, 12:08
Hi there. I'm updating a gamemode, and almost everything gone well so far, except for fuckcleo.inc.
The error apears when this include tried to hook into this callback (standard ALS hook).
The OnVehicleDamageStatusUpdate is present in a_samp included with gamemode (I've checked in .lst file, it's there). Also it seems that thread for this include was removed, is it deprecated or what?
Thanks
pawn Code:
include\fuckcleo.inc(107) : error 017: undefined symbol "OnVehicleDamageStatusUpdate"
include\fuckcleo.inc(107) : error 010: invalid function or declaration
The OnVehicleDamageStatusUpdate is present in a_samp included with gamemode (I've checked in .lst file, it's there). Also it seems that thread for this include was removed, is it deprecated or what?
Thanks