[FilterScript] Spectating System
#5

Quote:
Originally Posted by [ND]xXZeusXx.
Посмотреть сообщение
Simple, as i see ur new, good attempts mate!
I don't want to create anything big and fancy at the moment, I'm just releasing scripts people have asked for or requested help on a script in exact relation in order to give them a little hand.

Plus, a virtual date has nothing to do with one's knowledge. You could be an oldie and know nothing, wouldn't make a difference. Not to mention that I have been registered here longer than you in other instants, but hey, thanks!

Quote:
Originally Posted by SecretBoss
Посмотреть сообщение
Why to hook a filterscript?

Код:
stock Hook_LinkVehicleToInterior(vehicleid, interiorid)
{
	vhInterior[vehicleid] = interiorid;
	return LinkVehicleToInterior(vehicleid, interiorid);
}

#if defined _ALS_LinkVehicleToInterior
	#undef LinkVehicleToInterior
#else
	#define _ALS_LinkVehicleToInterior
#endif
#define LinkVehicleToInterior Hook_LinkVehicleToInterior
It's a hooked function. It does the exact same thing as the default function but stores the new interior id of the vehicle in a variable, making it possible to create a function such as "GetVehicleInteriorID();" as it is needed for the script and does not exist by default.
Reply


Messages In This Thread
Spectating System - by Kevln - 31.10.2015, 08:34
Re: Spectating System - by Ritzy2K - 31.10.2015, 08:50
Re: Spectating System - by SecretBoss - 31.10.2015, 08:52
Re: Spectating System - by jlalt - 31.10.2015, 08:52
Re: Spectating System - by Kevln - 31.10.2015, 09:09
Re: Spectating System - by SecretBoss - 31.10.2015, 09:41
Re: Spectating System - by Kevln - 31.10.2015, 14:36
Re: Spectating System - by Kapersky™ - 31.10.2015, 14:54
Re: Spectating System - by SecretBoss - 31.10.2015, 14:56
Re: Spectating System - by ahameed4755 - 31.10.2015, 17:25
Re: Spectating System - by Kevln - 31.10.2015, 23:07
Re: Spectating System - by Gammix - 01.11.2015, 01:37
Re: Spectating System - by Kevln - 01.11.2015, 03:04
Re: Spectating System - by Gammix - 01.11.2015, 03:54
Re: Spectating System - by Kevln - 01.11.2015, 04:29
Re: Spectating System - by SecretBoss - 01.11.2015, 08:55
Re: Spectating System - by DrMrMuma - 01.11.2015, 10:49
Re: Spectating System - by Kevln - 01.11.2015, 14:27

Forum Jump:


Users browsing this thread: 1 Guest(s)