Posts: 115
Threads: 2
Joined: Apr 2017
Reputation:
0
11.04.2018, 07:19
(
Last edited by VeryTallMidget; 11/04/2018 at 10:59 AM.
)
Here is some vehicles placed mostly in country areas.
I guess its mostly usable for RP, where natural look is needed.
It consists more working class vehicles, not so many expensive cars.
Use them if you like it.
+Added L.V. (828 vehicles)
Posts: 86
Threads: 4
Joined: Sep 2017
Reputation:
0
These are pretty useful. Thanks for sharing!
Posts: 115
Threads: 2
Joined: Apr 2017
Reputation:
0
Is it possible to load previously added vehicles to samp debug ?
I have LS half way done but the cars are all over the place...
I know i can do it this way:
Add them to server and then run server, connect, save the in-car pos, but then i dont have vehicle selection like it is in debug mode.
Or maybe code cmd funcion to use in server to select from all vehicles ?
Posts: 1,801
Threads: 21
Joined: Mar 2008
Reputation:
0
In one of the SAMP default gamemodes/scripts there is a function to load this format.
You could load these files with that function, then continue placing them using /v or /vsel from fsdebug.
Then write another command to save the vehicle you currently drive in the correct format.
Posts: 115
Threads: 2
Joined: Apr 2017
Reputation:
0
Correct format ?
You mean this:
AddStaticVehicle(551,1613.4619,2199.8357,10.6163,2 62.9698,75,1); //
Yes i must change it to load it to server.
But in server /vsel dont work, this is the problem.
/save works in server.
So i guess i only need a command to be able to spawn any vehicle while im in server (server running in my own machine).
Then i would load existing cars to server and see whare they are, and add some more.
This is why i was thinking if the samp_debug.exe can load vehicles into the empty map.
Posts: 115
Threads: 2
Joined: Apr 2017
Reputation:
0
Hmmm...?? LS is missing, I had it somewhere...