how to set vehicle spawn points

the instructions are specific to the version of server your running but it basically boils down to adding the base info in the vehicle table, adding the spawn in the world vehicle table and then (if you dont want to wait) adding the vehicle to the instant vehicle table.
 
the instructions are specific to the version of server your running but it basically boils down to adding the base info in the vehicle table, adding the spawn in the world vehicle table and then (if you dont want to wait) adding the vehicle to the instant vehicle table.
thx alot but in the tables it says world vehicle id where do i find that i can only find the classnames of the car??
 
negative, the world_vehicle table is where they will spawn, the instance_vehicle table is where the actual object that has already spawned exists on the server, the vehicle table merely tells the other two what kind of vehicle they are dealing with.

if you want to move its spawn point modify the world_vehicle table, if you want to move a vehicle that has already spawned modify the instance_vehicle table, remember to go prone before logging out and restarting your server if you use your position.
 
Back
Top