[HELP] Vehicles Spawn (Save Tuning)
#3

pawn Код:
public OnVehicleSpawn(vehicleid)
{
    //This timer is needed because if we add the components at OnVehicleSpawn,
    //the components will get added before the vehicle spawns... and than it isn't tuned
    SetTimer("VehicleSpawn",2000,0); //The components will be added with a delay of 2 second.
}
pawn Код:
public OnVehicleSpawn(vehicleid)
{
    //This timer is needed because if we add the components at OnVehicleSpawn,
    //the components will get added before the vehicle spawns... and than it isn't tuned
    SetTimer("VehicleSpawn",50,0); //The components will be added with a delay of 2 second.
}
Reply


Messages In This Thread
[HELP] Vehicles Spawn (Save Tuning) - by charles30 - 10.07.2009, 03:23
Re: [HELP] Vehicles Spawn (Save Tuning) - by charles30 - 10.07.2009, 03:44
Re: [HELP] Vehicles Spawn (Save Tuning) - by woot - 10.07.2009, 07:38
Re: [HELP] Vehicles Spawn (Save Tuning) - by charles30 - 10.07.2009, 10:03
Re: [HELP] Vehicles Spawn (Save Tuning) - by Correlli - 10.07.2009, 10:07
Re: [HELP] Vehicles Spawn (Save Tuning) - by charles30 - 10.07.2009, 10:11
Re: [HELP] Vehicles Spawn (Save Tuning) - by woot - 10.07.2009, 10:23
Re: [HELP] Vehicles Spawn (Save Tuning) - by charles30 - 10.07.2009, 10:30
Re: [HELP] Vehicles Spawn (Save Tuning) - by charles30 - 10.07.2009, 13:24
Re: [HELP] Vehicles Spawn (Save Tuning) - by charles30 - 10.07.2009, 16:52

Forum Jump:


Users browsing this thread: 2 Guest(s)