Vehicle can't load - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Vehicle can't load (
/showthread.php?tid=530821)
Vehicle can't load -
filip1999 - 09.08.2014
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!
Re: Vehicle can't load -
XStormiest - 09.08.2014
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.
Re: Vehicle can't load -
filip1999 - 09.08.2014
Quote:
Originally Posted by XStormiest
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.
|
After making register/login system with clickable textdraws i forgot to set VirtualWorld to 0. Thanks bro!!
SOLVED!!