Installation guide
Download your script from keymaster
Place the script in your resources folder
Write the script into your server.cfg (after depedencies) ensure 7oo_vehplate
If you enable required item for remove plate -> add this to your inventory
Check and set the config.lua as needed, set your framework ( 'esx' or 'qbcore' ) also translation in locale.js in html folder
ox_inventory > modules > inventory > server.lua ( tested in v2.44.1 )
-- Add the following code at line 117:
if plate == '' then if data.netid then local vehicle = NetworkGetEntityFromNetworkId(data.netid) plate = Entity(vehicle).state.plate end end
Enjoy ;)
Last updated