Problem with Vehicles
#1

Hello Everyone, i just occured a problem, I set some vehicles to spawn, it's ok, the car is spawned, and if i leave that area, the cars warp to another coordonates. 2-3 metres away. If i use /rac (respawn all cars) the cars come back to original position, but after i leave area, it happen again. Help me please. That's cars define:
Quote:

lfcar = AddStaticVehicle(405,-2089.6846,-84.7597,35.0391,0,17,17); //
lfcar1 = AddStaticVehicle(405,-2081.6846,-84.7597,35.0391,0,17,17); //
lfcar2 = AddStaticVehicle(405,-2073.6846,-84.7597,35.0391,0,17,17); //
lfcar3 = AddStaticVehicle(405,-2065.6846,-84.7597,35.0391,0,17,17); //
lfcar4 = AddStaticVehicle(487,-2025.4811,-84.2345,35.6926,0,17,17); //

Reply
#2

Use AddStaticVehicleEx instead a set the respawn_delay.
Reply
#3

Код:
lfcar = AddStaticVehicleEx(405,-2089.6846,-84.7597,35.0391,0,17,17); //
lfcar1 = AddStaticVehicleEx(405,-2081.6846,-84.7597,35.0391,0,17,17); //
lfcar2 = AddStaticVehicleEx(405,-2073.6846,-84.7597,35.0391,0,17,17); //
lfcar3 = AddStaticVehicleEx(405,-2065.6846,-84.7597,35.0391,0,17,17); //
lfcar4 = AddStaticVehicleEx(487,-2025.4811,-84.2345,35.6926,0,17,17); //
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)