YSI fatal error
#5

Quote:
Originally Posted by Y_Less
View Post
Are there any functions you only hook once?
EDIT:

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;
}
Reply


Messages In This Thread
YSI fatal error - by None1337 - 24.01.2019, 11:47
Re: YSI fatal error - by Florin48 - 24.01.2019, 12:08
Re: YSI fatal error - by None1337 - 24.01.2019, 12:24
Re: YSI fatal error - by None1337 - 25.01.2019, 14:04
Re: YSI fatal error - by None1337 - 25.01.2019, 16:07
Re: YSI fatal error - by None1337 - 25.01.2019, 17:55

Forum Jump:


Users browsing this thread: 1 Guest(s)