Posts: 153
Threads: 20
Joined: Sep 2009
Reputation:
0
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?
Posts: 153
Threads: 20
Joined: Sep 2009
Reputation:
0
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...
Posts: 489
Threads: 73
Joined: Jul 2010
Reputation:
0
let's try
AddStaticVehicleEx(526,1977.6748,-1995.8590,13.3205,358.4391,49,11,50000);
it is better