Download the prop and drop it in your resources folder
3. Add to auto start.
After dropping the prop and the script in your resources folder add them to your server.cfg.
Make sure bbv-signprop is started before bbv-sings!
4. Setup Config.
Config = {}-- QBCore = exports['qb-core']:GetCoreObject() -- uncomment if you use QBCore-- ESX = exports["es_extended"]:getSharedObject() -- uncomment if you use ESXConfig.Settings = { Framework ="ST", -- QB/ESX/ST (ST - Standalone). Target ="ST", -- OX/QB/BT/ST (ST - Standalone). Remove = "Owner", -- ( Remove = "All" - Everyone can pickup object ), (Remove = "Owner" - Only the owner and police can pickup.)
PoliceJob = {"police","sheriff"}, ItemName ="bbv_sign" -- if Framework is set to "ST" it will create a command with whats there.}Config.Zones = { RestrictedZones =false, -- if set to false players can place everywhere. Size =15, -- Size of the zone Locations = { -- List of zones vector3(1340.48, 4387.7, 44.34), }}
Set your Framework & Target, if you don't use any of the targets or frameworks set it to "ST"
If you use QBcore or ESX, make sure to uncomment your framework export.