Posts: 80
Threads: 33
Joined: Jul 2009
Reputation:
0
Hi,
i changed my script of AddStaticVehicleEx with -1 Respawntime to AddStaticVehicle without respawntime.
But now every 2 minutes the cars respawn?!
I have also CreateVehicle with -1 Respawntime but there nothing happens... What the Fuck is wrong?
Posts: 80
Threads: 33
Joined: Jul 2009
Reputation:
0
Nobody can help me or has any idea?
Posts: 2,856
Threads: 6
Joined: Jun 2007
Reputation:
0
You changed to AddStaticVehicle which has a fixed respawn time, so the vehicles will respawn after it
You said that you used in CreateVehicle -1 as respawn time, so they wont respawn
Where is the problem now?
Posts: 80
Threads: 33
Joined: Jul 2009
Reputation:
0
How i can change the "fixed Respawntime" ?
Posts: 2,856
Threads: 6
Joined: Jun 2007
Reputation:
0
use AddStaticVehicleEx or CreateVehicle with -1 like you did before
Posts: 17
Threads: 3
Joined: Jan 2011
Reputation:
0
use ",9999);"
all 10.000 minutes they will respawn^^
Posts: 560
Threads: 32
Joined: Aug 2010
Reputation:
0
Its hard to understand you want that cars respawn or no?
Use AddStaticVehicleEx in all cases, except when you use cmds IG
Posts: 80
Threads: 33
Joined: Jul 2009
Reputation:
0
But in WIKI i read that AddStaticVehicle has No Respawntime... Because of that i took that