A basic free scoreboard for FiveM
Updated CSS with 4 new styles
Github
Requires QBCore
Dependencies
QBCore
Config
Adjust config to how you like, the original config is below
Config = {}
Config.DisplayStaff = false
Config.RefreshRate = 60000
Config.Jobs = { [‘police’] = { label = ‘Police’, icon = ‘fa-solid fa-handcuffs’, color = ‘#1660DB ’ }, [‘taxi’] = { label = ‘Taxi’, icon = ‘fa-solid fa-taxi’, color = ‘#EBBA00 ’ }, [‘ambulance’] = { label = ‘EMS’, icon = ‘fa-solid fa-truck-medical’, color = ‘#ad0303 ’ }, [‘realestate’] = { label = ‘Real Estate’, icon = “fa-solid fa-house”, color = ‘#06731a ’ } }
Config.Gangs = { [‘ballas’] = { label = ‘Ballas’, icon = ‘fa-solid fa-user-ninja’, color = ‘#A216DB ’ }, [‘vagos’] = { label = ‘Vagos’, icon = ‘fa-solid fa-gun’, color = ‘#c9c908 ’ }, [‘cartel’] = { label = ‘Cartel’, icon = ‘fa-solid fa-joint’, color = ‘#0d9184 ’ } }
Other Scripts
MTMC Tattoos
A sleek new tattoo shop design.
This is compatible with the ‘qb-tattooshop’ if you’ve been using that, so no need for your players to re-apply their current tattoos.
If not then you’ll need to run following sql to add the tattoos column to your players table
ALTER TABLE players ADD COLUMN tattoos LONGTEXT DEFAULT NULL;
[tattoo]
Preview
Link
Dependencies
QBCore
oxmysql
PolyZone
Code is accessible
No - Only Configs
Subscription-based
No
Lines (approximately…
MTMC Moneywash - QBCore
[Screenshot_10]
A fully configurable way to wash dirty money to cash over time!
The washer will wash every minute using the conversion rate set per item in the config.
It will also save the progress in the database so data remains after restart!
You can collect cash from the machine as it processes, once you’ve collected it all the machine is then free again for others to use.
SQL table included in download ‘moneywash.sql’
Preview
https://www.youtube.com/watch?v=…
Easily create lockers for your RP server using our tool.
Preview :
[mtmc lockers]
Tebex
Use command /createlocker and point to where you’d like the locker zone to be created, use ‘E’ to place the zone & the mouse scroll wheel to increase or decrease the radius.
After setting the name, slots & space the locker will then be created with the default passcode of 00000000. The passcode can be changed up to 8 digits, preventing the likelihood of a brute force guess. (100 million possib…
Code is accessible
Yes
Subscription-based
No
Lines (approximately)
200
Requirements
QBCore
Support
Yes
3 Likes
lulu3
February 18, 2023, 5:02am
2
How much did the QB pay you? Shouldn’t my ESX also have such a beautiful hud?
We run a QB server so everything i write is in QB. Years ago we ran an ESX server and moved over to QB because at that time it offered more & was better.
Not sure what the state of ESX is these days.
Theres not much to the backend to this so should be easy to convert to ESX for someone that runs a ESX server.
The other guy that helps me with coding is going to update this with a better UX design.
I’m better with coding & know more CSS, just lack the actual brain for design