Generate VIN for current vehicles
Last updated
Last updated
If you have a server running and players are already registered, you need to generate VIN numbers for your players' vehicles. Below you will find the points you need to go through to do this.
If you have vms_garagesv2, you can skip the first point, as you should already have a vin
column in your vehicle table.
Make sure to add the vin
column to your users table using the .sql file provided with the script
Now you can use the _generatevin
command in your server console.
When the process is complete, you will get this message in your console:
This means that the generation of VIN numbers has been completed, it is recommended to restart the server.