Jeroen
Donator
You should read in how the system works.Hucklebar said:im wondering if the force-added skins are gonna top over or intercept my current police vehicle/skins and weapons mods. i wouldn't want the server-side mods to overwrite them.
Release candidate page
Short reason why it won't overwrite your current mods or skins: The models are downloaded from the server, saved in a specific directory, and the server can only assign IDs to them from these ranges.
Code:
Player skins use ranges: 20000 to 30000 (10000 slots)
Objects use negative IDs: -1000 to -30000 (29000 slots)