Posts: 122
Threads: 25
Joined: Nov 2011
Reputation:
0
Hi guys, I've been trying to make a small intro video, and so i need to stop the cars i'm using from respawning. I thought AddStaticVehicle would do it, but nope, they still respawn. Is there any way i can completely disable certain vehicles from respawning?
Posts: 844
Threads: 32
Joined: Apr 2009
Reputation:
0
There are two ways that u possible wanted.
You want the cars to stop dissapearing after they Boom'd (exploded)
Or u just want to delete the car after it exploded?
The first thing is not possible i think, not sure since i havent checked 0.3d out (maybe they added it)
and the last thing is possible, by checking if the car is dead, then use DestroyCar or sumthing.
(since every1 is doing this)
Rep++ if this helped
Posts: 122
Threads: 25
Joined: Nov 2011
Reputation:
0
Nope I meant i didnt want respawn delay, i wanted 'em to stay where they were eft, but i've fixed it.
Set the respawn to -1, and it seems to work fine.