SA-MP Forums Archive
small doubt about vehicles - 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: small doubt about vehicles (/showthread.php?tid=330962)



small doubt about vehicles - Xtreme Brotherz - 03.04.2012

What is the difference between AddStaticVehicle and Create vehicle??


Re: small doubt about vehicles - [HiC]TheKiller - 03.04.2012

Quote:
Originally Posted by sa-mp wiki
This function can add vehicles to your gamemode. You can use it in opposite to AddStaticVehicle at any time in the script.
AddStaticVehicle is used on OnGameModeInit and CreateVehicle can be used anywhere.


Re: small doubt about vehicles - captainjohn - 03.04.2012

https://sampwiki.blast.hk/wiki/AddStaticVehicle

https://sampwiki.blast.hk/wiki/CreateVehicle


Re: small doubt about vehicles - MP2 - 03.04.2012

But why would you use AddStaticVehicle(Ex) over CreateVehicle?