Spawned Car .........
#9

pawn Код:
forward Destroy(vid);//on top
public Destroy(vid)
{
DestroyVehicle(vid);
return 1;
}


//now this in where you spawn car
new id;
id = CreateVehicle(....);
SetTimerEx("Destroy",1000*60*2/*2mins*/,false,"i",id);
Reply


Messages In This Thread
Spawned Car ......... - by GeekSiMo - 30.05.2014, 18:36
Re: Spawned Car ......... - by kamiliuxliuxliux - 30.05.2014, 18:43
Re: Spawned Car ......... - by GeekSiMo - 30.05.2014, 18:44
Re: Spawned Car ......... - by kamiliuxliuxliux - 30.05.2014, 18:46
Re: Spawned Car ......... - by GeekSiMo - 30.05.2014, 18:47
Re: Spawned Car ......... - by GeekSiMo - 30.05.2014, 18:55
AW: Spawned Car ......... - by Macronix - 30.05.2014, 19:28
Re: Spawned Car ......... - by GeekSiMo - 31.05.2014, 06:03
Re: Spawned Car ......... - by BroZeus - 31.05.2014, 06:25
Re: Spawned Car ......... - by GeekSiMo - 31.05.2014, 17:55

Forum Jump:


Users browsing this thread: 3 Guest(s)