What would happen if I added a new car to my SA-MP server? -
NumerousSpaces - 21.02.2016
What would Happen if I added a new ID of car to my SA-MP server (not editing a car)
Re: What would happen if I added a new car to my SA-MP server? -
HeLiOn_PrImE - 21.02.2016
Nothing happens, because you simply cannot add new cars to a sa-mp server.
Re: What would happen if I added a new car to my SA-MP server? -
reemyrobby - 22.02.2016
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.