cars auto respawning
#1

hello i got some cars on my server

pawn Код:
AddStaticVehicle(436,2791.5159,1295.5333,10.5165,359.1414,87,1); // previon
    AddStaticVehicle(492,2765.7642,1291.1985,10.5316,270.4680,77,26); // greenwood
    AddStaticVehicle(492,2775.6335,1295.5179,10.5318,178.8108,77,26); // greenwood2
and they respawn on their own every certain amount of time even tho they are not Ex vehicles, does anyone know why?
Reply
#2

You need to change the respawn time. Which is the last number 26 that means it will respawn every 26seconds that a player is not in the car.
Reply
#3

As i said they are not AddStaticVehicleEx, so there is not last varible which would send them to spawn lets say every 26s (26000). But some how they respawn and i dont want them to
Reply
#4

Use AddStaticVehicleEx but set the respawn_delay to -1, which deactivates it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)