Tuning all cars in mode
#3

OnVehicleSpawn(vehicleid)
{
SetTimerEx("Public", time, looping, "i", vehicleid);
return 1;
}
forward Public(veh);
public Public(veh)
{
return AddVehicleComponent(veh, cid);
}
Reply


Messages In This Thread
Tuning all cars in mode - by RAEN - 26.06.2009, 07:00
Re: Tuning all cars in mode - by abhinavdabral - 26.06.2009, 07:08
Re: Tuning all cars in mode - by G_ROW_Chez - 29.06.2009, 11:51

Forum Jump:


Users browsing this thread: 1 Guest(s)