Respawning cars...
#1

I have a problem in Godfather with respawning cars. The cars respawn at their location after a few seconds and they don't respawn at the time I put in AddStaticVehicle. How can I fix this?
Reply
#2

CreateVehicle has a parameter which sets the vehicle created by it to respawn after a certain time you define.

If you use AddStaticVehicle to create a vehicle, it will only respawn after it has been destroyed.
Reply
#3

Sorry, I ment AddStaticVehicleEx, so it has a respawn time.
My Car looks like this : AddStaticVehicleEx(526,1977.6748,-1995.8590,13.3205,358.4391,49,11,3000);
And it respawns after few seconds...
Reply
#4

Someone help?
Reply
#5

let's try

AddStaticVehicleEx(526,1977.6748,-1995.8590,13.3205,358.4391,49,11,50000);

it is better
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)