SA-MP Forums Archive
Vehicles Template? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Vehicles Template? (/showthread.php?tid=98110)



Vehicles Template? - virspector - 19.09.2009

I am making a server, and i wonder if there is a Template of Vehicles. So, i don't need to debug anymore. Thx


Re: Vehicles Template? - Hiitch - 19.09.2009

There is.

AddstaticVehicle(modelid, Floatpawn_x, Floatpawn_y,Floatpawn_z, Float:angle, color1, color2)

Source : https://sampwiki.blast.hk/wiki/AddStaticVehicle - SA:MP Wiki


Re: Vehicles Template? - (.Aztec); - 19.09.2009

For getting the vehicle ID, i suggest weedarr's website.

http://weedarr.wikidot.com/veh


Re: Vehicles Template? - virspector - 19.09.2009

Quote:
Originally Posted by [NaB
Hiitch - No srsly, Im a NaB ! ]
There is.

AddstaticVehicle(modelid, Floatpawn_x, Floatpawn_y,Floatpawn_z, Float:angle, color1, color2)

Source : https://sampwiki.blast.hk/wiki/AddStaticVehicle - SA:MP Wiki
What i mean is template, not how to put vehicle. Template means that already done, lots of Vehicles so i just copy and paste it to PAWNO and all done. There are lots of Vehicles around SA


Re: Vehicles Template? - Hiitch - 19.09.2009

Look in the gamemodes part of the forum, there are cars in those gamemodes.


Re: Vehicles Template? - Memoryz - 19.09.2009

Go to your server directory, click scriptfiles, click vehicles, and you have a list there.

If you want to include one,
Код:
LoadStaticVehiclesFromFile("vehicles/replacewiththeoneyouwant.txt");