Car model help - 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: Car model help (
/showthread.php?tid=83423)
Car model help -
bishop934 - 24.06.2009
Hey guys, I just started a new server and added the Tokyo drift game mode. And was wondering where I would get car models to add to the server. I've seen servers have these Tokyo drift cars in there server. And was wondering where I would get them...Thanks!
Re: Car model help -
HuRRiCaNe - 24.06.2009
you can add the cars on the .pwn file under ongamemodeinit
AddStaticVehicle(487,-720.5153,967.4464,12.3307,217.3708,6,6); //example
the 6,6 are the colors of the car
IN the debug, use /Save [add here a name to identify this ]
then , go to savedpositions.txt and copy the cord like the exampla above
and paste under ongamemode init
More info search in the wiki
Re: Car model help -
bishop934 - 25.06.2009
I see thanks!