Realistic vehicle placement:
#1

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)
Reply
#2

These are pretty useful. Thanks for sharing!
Reply
#3

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 ?
Reply
#4

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.
Reply
#5

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.
Reply
#6

Well. i got it working.
Im using (SATDM~RP V9_FINAL) as a server and it already has a cmd function: /car
I changed it to /v (/v ID#)
Also disabled this line:
// if(VehicleInfo[vehicleid][Temp] == 1) SetTimerEx("EraseVehicle", 5000,0,"i",vehicleid);
Then temporary vehicle will not dissapear.
Reply
#7

Hmmm...?? LS is missing, I had it somewhere...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)