CreateVehicle, Respawndelay -1 Bug
#1

The Wiki says about the respawn_delay param: The delay until the car is respawned without a driver in seconds (-1 to never respawn).
But wenn i use "CreateVehicle(X, X.X, X.X, X.X, X.X, 0, 0, -1);" the vehicle still respawn after a while.
Reply
#2

Quote:
Originally Posted by Blokkmonsta
View Post
The Wiki says about the respawn_delay param: The delay until the car is respawned without a driver in seconds (-1 to never respawn).
But wenn i use "CreateVehicle(X, X.X, X.X, X.X, X.X, 0, 0, -1);" the vehicle still respawn after a while.
Thats right and isnt a bug i think. I think those respawn param is for when an vehicle has not been used. When it dies it will still respawn, but when you leave it somewhere it wont respawn on its spawn position until it dies.
Reply
#3

is there a way to made the vehicle only respawn when it dies?
Reply
#4

Quote:
Originally Posted by Blokkmonsta
View Post
is there a way to made the vehicle only respawn when it dies?
AddStaticVehicle.
Reply
#5

Quote:
Originally Posted by Sky4D
View Post
AddStaticVehicle.
No, the Vehicle respawns after a few minutes.
Reply
#6

use 99999999999 as respawndelay
Reply
#7

Mach doch einfach eine Rechnung ...
Beispiel:
Code:
AddStaticVehicleEx ( x, x, x, x, x, x, x, 1000000000 * 1000000000 * 1000000000 );
Oder mach es als float.
Beispiel
Code:
new respawnafter = float:15000000*150*150*150;
kannst ja auch ein random nutzen, es gibt viele mittel
naja wenn man das aussrechnet sind es "50625000000000" sekunden "
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)