Destroy after Seconds.
#1

Mmm
I'm just asking how to Destroy a Vehicle after 10 Seconds from leaving it (For the Spawner FS)
The Problem is that i have a Vehicles from the GM that i dont want them to get Destroyed as the Vehicles from the Spawner FS

Any Ideas?
Yeah i searched alot But got nothin...

Thanks
Reply
#2

You use CreateVehicle or AddStaticVehicle?
Reply
#3

CreateVehicle
Reply
#4

Use anything lol, I Just Need it...
Reply
#5

Can you show me the FS used?

Is something like:

pawn Код:
new bool:AllowedSpawn[MAX_VEHICLES];
new Car;

Car = CreateVehicle(522, 0.0, 0.0, 20.0, 0.0, 0, 1,-1);
AllowedSpawn[Car] = false;


//
if(AllowedSpawn[Car] == true)
    //Spawn it
Reply
#6

<< PM
Reply
#7

Still UnSolved
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)