SA-MP Forums Archive
Vehicle file storing - 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 file storing (/showthread.php?tid=657383)



Vehicle file storing - Mirsen2 - 06.08.2018

Hey people. I'm scripting my first server and I need to know where and how to store vehicles.

Until today, I used to store them under OnGameModeInit with AddStaticVehicleEx and similar.(I also have some commands for spawning vehicles)


So what do you suggest? How and where should I store my vehicles?


Re: Vehicle file storing - coool - 06.08.2018

Why do you want to store vehicles? My suggestion is to make a seperate module for vehicles.


Re: Vehicle file storing - Mirsen2 - 06.08.2018

Quote:
Originally Posted by coool
Посмотреть сообщение
Why do you want to store vehicles? My suggestion is to make a seperate module for vehicles.
And how to do that?