25.01.2019, 16:07
EDIT:
Well, after you said that, i've start looking to all my hooked functions, and I found this hook to by a problem:
Well, after you said that, i've start looking to all my hooked functions, and I found this hook to by a problem:
Code:
DEFINE_HOOK_REPLACEMENT(DamageStatusUpdate, Dsup);
hook OnVehicleDsup(vehicleid, playerid)
{
printf("OnVehicleDamageStatusUpdate hooked - called for playerid: %d, vehicleid: %d", playerid, vehicleid);
return 1;
}


