A scoreboard script to maintain and see other players incity! It has many features packed in one script which every RP server wants and it provides a whole new UI look, enriching user experience.
- ox_libs
- Onesync
- QBCore(for emergency service list)
- Player List stacked in one scrollable list
- Each Player has a sublist with identifiers
- Completely Customizable sublist
- Recent Player List tab
- Heads On ID View
- Custom Color Code for priority holder
- Combat Login checker (/combat)
- All Robbery Status in list
- Cooldown System
- Service Job Active Members list
- Completely Cuztomizable Robbery Status List
- To Use custom color to priority holder you need to provide server guild id and bot token because it uses discord integration to check for prioty holder roles
- To add robbery status and cooldown system you need to add these lines of code to
public/server.lua
RegisterNetEvent("mm_scoreboard:server:banktrigger", function(status) -- every robbery need to have individual trigger event name
Config.Robberies[1].status = status -- Check the config file for Config.Robberies and set the correct index for the specific robbery
TriggerEvent("mm_robbery:server:sync", 30) -- Need to be triggered with cooldown value for the specific robbery --[[ cooldown value in minutes here it is 30 ]]
end)Next Step you need to add the trigger in the robbery script at server side at the corect position need coding knowledge here
[NOTE] No support will be provided if robbery script is encrypted
[NOTE] Toggle Key for List can be modified in public/client.lua


