Posts: 9
Threads: 3
Joined: Jan 2015
Reputation:
0
I wonder how to get the cars are placed in Single Player.Doing /save will take 1 year and will take alot of time.I have seen in other servers that the car is placed in same order and place can you tell me script and how to add?Have a nice day
Regards,
Mughees
Posts: 1,773
Threads: 47
Joined: Jan 2015
Reputation:
0
SA-MP's default client package have a folder 'vehicles' in scriptfiles. I think those vehicles are placed in the same manner as in singleplayer. See grandlarc mode for how to load them (check 'LoadVehicleFromFile').
Posts: 517
Threads: 112
Joined: Oct 2013
use the LoadVehicleFromFile for Vehicle Spawns
but the Npc Drivers lige in GTA:SA single
u need record them and script
than in server.cfg
add Maxnpc to number of npcs
---Hope i help you
Posts: 9
Threads: 3
Joined: Jan 2015
Reputation:
0
I am newbie can you just write the code please?
I saw vehicles script file also grandlarc but didn't understood how to add.
Can anyone can make me a small script for it please?
Posts: 850
Threads: 29
Joined: Sep 2014
Reputation:
0
Search grandlarency.pwn for LoadStaticVehiclesFromFile and copy all LoadStaticVehiclesFromFile to your script.