SA-MP Forums Archive
adding cars to dealership? - 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: adding cars to dealership? (/showthread.php?tid=155991)



adding cars to dealership? - ls200 - 20.06.2010

how can i add cars to dealership? im using raven's roleplay v2.5


Re: adding cars to dealership? - titanak - 20.06.2010

do you mean something like this ? http://forum.sa-mp.com/index.php?topic=79213.0




Re: adding cars to dealership? - ls200 - 20.06.2010

no, i got a car dealership and they sell cars there, i want to add more cars to be sold at the dealership.


Re: adding cars to dealership? - gtapolicemods - 20.06.2010

I have never personally used this script as I have a custom game mode for my server, but I have downloaded this game mode and it looks that you will have to add the vehicle coordinates in the LARP/VEHICLES/cars.cfg


Код:
1270.835449,16.921300,222.575103,1,0,Dealership,Banshee,250000,0,0,999,0,1
429,542.982727,-
that is just an idea this game mode is really messy and unorganized in my point of view, but anyways..


Re: adding cars to dealership? - ls200 - 20.06.2010

1270.835449,16.921300,222.575103,1,0,Dealership,Ba nshee,250000,0,0,999,0,1
429,542.982727,-
can you explain that a bit? and how i get coordinates etc.


Re: adding cars to dealership? - gtapolicemods - 20.06.2010

well in my server I have a /save [TYPE WHAT YOU WANT] and it saves the coordinates in my GTA main directory. So what you will need to do is

1st Get your coordinates of where you want the vehicle(s) to spawn

2nd get the first 3 coordinates and add them to a line in that cars.cfg

ex.

Код:
1270.835449,16.921300,222.575103
then the rest you will have to fill out

Код:
1,0,Dealership,Banshee,250000
CAR COLOR, Dealership, VEHICLE TYPE, PRICE





Re: adding cars to dealership? - ls200 - 20.06.2010

Quote:
Originally Posted by Red Hockey
well in my server I have a /save [TYPE WHAT YOU WANT] and it saves the coordinates in my GTA main directory. So what you will need to do is

1st Get your coordinates of where you want the vehicle(s) to spawn

2nd get the first 3 coordinates and add them to a line in that cars.cfg

ex.

Код:
1270.835449,16.921300,222.575103
then the rest you will have to fill out

Код:
1,0,Dealership,Banshee,250000
CAR COLOR, Dealership, VEHICLE TYPE, PRICE


okay, thank you all