This plugin you can give vehicle with custom or random plate number into player's garage with command also you can delete a vehicle by plate
es_extended esx_vehicleshop
Put in the server.cfg ensure esx_givevehicle and ready ;)
In game: (give permission in config)
Give a car to the target player: /givecar [playerID] [vehicle]
Give a plane to the target player: /giveplane [playerID] [vehicle]
Give a boat to the target player: /giveboat [playerID] [vehicle]
Give a helicopter to the target player: /giveheli [playerID] [vehicle]
Note: If plate is none will randomly generate a new plate
Delete a owned car by plate: /delcarplate [plate]
On console: (prefix need change to "_")
_givecar [playerID] [car]
_giveplane [playerID] [car]
_giveboat [playerID] [car]
_giveheli [playerID] [car]
_delcarplate [plate]
Config = {}
Config.Locale = 'en'
Config.ReceiveMsg = true
-- Allow below identifier player to execute commands
Config.AuthorizedRanks = {
'superadmin',
-- 'admin'
}