Need help with vehicle loading from file. - 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: Need help with vehicle loading from file. (
/showthread.php?tid=336208)
Delete -
titanak - 21.04.2012
resolv
Re: Need help with vehicle loading from file. -
Faisal_khan - 21.04.2012
Do something like this:
pawn Код:
total_vehicles_from_files += LoadStaticVehiclesFromFile("vehicles/trains.txt");
Re: Need help with vehicle loading from file. -
titanak - 21.04.2012
Thanks for suggestion , but it will be better if it is in Y_Ini
Re: Need help with vehicle loading from file. -
titanak - 21.04.2012
Any help ?