How to check for nitro
#10

or this
Код:
public OnVehicleMod(playerid,vehicleid,componentid)
{
	#pragma unused playerid
	if(componentid>=1008&&componentid<=1010)
	{
	  RemoveVehicleComponent(vehicleid,componentid);
	}
}
or this...
Код:
public OnVehicleMod(playerid,vehicleid,componentid)
{
	if(componentid>=1008&&componentid<=1010)
	{
	  BanEx(playerid,Nitro Hacker);
	  RemoveVehicleComponent(vehicleid,componentid);
	}
}
Reply


Messages In This Thread
How to check for nitro - by MWF2 - 24.06.2010, 16:51
Re: How to check for nitro - by Kar - 24.06.2010, 16:52
Re: How to check for nitro - by MadeMan - 24.06.2010, 16:57
Re: How to check for nitro - by YnYectoRx.79 - 24.06.2010, 16:58
Re: How to check for nitro - by MWF2 - 24.06.2010, 17:01
Re: How to check for nitro - by Kar - 24.06.2010, 17:04
Re: How to check for nitro - by MadeMan - 24.06.2010, 17:12
Re: How to check for nitro - by MWF2 - 24.06.2010, 17:42
Re: How to check for nitro - by MadeMan - 24.06.2010, 17:57
Re: How to check for nitro - by Evgeni_Degerev - 24.06.2010, 18:02

Forum Jump:


Users browsing this thread: 2 Guest(s)