Posts: 11
	Threads: 4
	Joined: Jan 2016
	
Reputation: 
0
	 
	
	
		What would Happen if I added a new ID of car to my SA-MP server (not editing a car)
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 3,002
	Threads: 86
	Joined: Jul 2010
	
Reputation: 
0
	 
	
	
		Nothing happens, because you simply cannot add new cars to a sa-mp server.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 47
	Threads: 3
	Joined: Mar 2011
	
Reputation: 
0
	 
	
	
		The vehicle IDs on a server are semi-incremental. The ID will start from pre-loaded vehicles (vehicles that are configured to spawn on server startup), and it will just keep increasing until the last vehicle spawned. However, vehicles that are deleted will clear that ID as well, and whichever vehicle is spawned next will occupy that vehicle ID.
If you are referring to the model ID of the vehicle itself, you can only spawn vehicles that are available on SA-MP (if there is a vehicle spawn script). Spawning an invalid vehicle model ID will not do anything, as HeLiOn_PrImE mentioned.