[RELEASE][ESX] el_scoreboard

its easy to remove it or make it for admins only

yep, i’ll tell you how to do it when i get home

Hello I have a question, the ban system planned in how long?

Please add a playtime and a serverUP time :slight_smile:

was gonna do that but i wanted to do it separately and add it as a “module”

the ban system is already made but not yet implemented into the menu because i was too lazy to add the time picker to it lol, will do it in the next update tho but i don’t know when the next update will be ¯_(ツ)_/¯

Okay thanks, so I’ll get a head start

Wow nice work. :slight_smile:

1 Like

what do i have to change if i want only police and medic to be showed?

Why when I open with f9 the press scape to clease my game freez cant move player or mouse?

because you renamed the resource

i’m sorry, i kinda forgot about you lol
so you need to change line 186 in script.js and change v.name to v.stid

add this to script.js after line 181

if(v.job!="police" || v.job!="ambulance") return;

like that?

oh, nevermind, i’m blind, that’s good yeah

didn’t work

sorry, change the || to &&

still didn’t work

Hi
How to remove group and job in the scoreboard for than nobody can see them ?

3 Likes

add this after line 181 in html/script.js

if(v.group=="mygroup") return;

where mygroup is the group you want to hide