Posts: 2
Threads: 1
Joined: Jun 2013
Reputation:
0
Hi all! I have problem, i add vehicle in my script but he can't load. I use CreateVehicle(don't work) and i try to load with AddStaticVehicleEx(don't work). Any body tell me what the problem, why my vehicles can't load?
SORRY FOR MY BAD ENGLISH!
Posts: 558
Threads: 59
Joined: Jun 2012
Reputation:
0
Questions:
1. Do you have any Vehicle Streaming Option.
2. Are you using virtual world 0 for player, or the vehicles have other virtual worlds than you.
3. CreateVehicle creates vehicles in-game, AddStaticVehicle create vehicles after the server start, depend on how you are using them
4. Do you have any Private Vehicle System? it may also be a problem.