Can someone walk me through this ?

Sacmo

New Member
When I am looking at this what tells me what vehicles are actually in the server ?

is it in V Vehicle or just vehicle area of the SQL list on the side ?
 
Vehicle table holds information about the vehicle id to class, world vehicle is where its going to spawn, instance vehicle is a vehicle that spawned at a world vehicle location and is already in game,

if you want to spawn one you add to the instance table making sure to match up the world vehicle id with the id from the world vehicle table which in turn matches the class name of the actual vehicle
 
Back
Top