Hi everyone!
I would like to ask does anyone know how to make scoreboard show RP name instead of Steam name?
how to use custom job icon
logo like this ? 
Okay so I changed the open key to Up Arrow but how do I make it so when you stop holding up arrow it closes?
Is there a version for VRP ?
Here you go, the whole function:
function UpdatePlayerTable(connectedPlayers)
local formattedPlayerList, num = {}, 1
local ems, police, taxi, mechanic, cardealer, estate, players = 0, 0, 0, 0, 0, 0, 0
local police2 = '+2'
for k,v in pairs(connectedPlayers) do
if num == 1 then
table.insert(formattedPlayerList, ('<tr><td>%s</td><td>%s</td><td>%s</td>'):format(v.name, v.id, v.ping))
num = 2
elseif num == 2 then
table.insert(formattedPlayerList, ('<td>%s</td><td>%s</td><td>%s</td></tr>'):format(v.name, v.id, v.ping))
num = 1
end
players = players + 1
if v.job == 'ambulance' then
ems = ems + 1
elseif v.job == 'police' then
--police = police + 1
if police >= 1 then
police = police2
else
police = police + 1
end
elseif v.job == 'taxi' then
taxi = taxi + 1
elseif v.job == 'mechanic' then
mechanic = mechanic + 1
elseif v.job == 'cardealer' then
cardealer = cardealer + 1
elseif v.job == 'realestateagent' then
estate = estate + 1
end
end
I KNOW, the logic tells me it should be >= 2, but for some WEIRD as f*** thing, if I make it that way it will start showing police2 value ONLY when 3rd cop goes online…so I simply made it <=1 and it’s showing +2 when 2nd police officer goes online.
I found a problem with this, sometimes, kinda “randomly” script breaks, and start throwing a “attempt to compare number with string” error…maybe someone throw some hint?
@esx_scoreboard/server/main.lua:56: attempt to index a nil value (field ‘player’)
ESSENTIALSMODE
EXTENDEDMODE
no works?
how do i change what key to press
Hello guys,
I do everying all right but is giving me this in cmd when i start server:
and in game give me this:
then appear this in cmd:
Can you fix it @Hawaii_Beach ?
Edit:-------------------------------------------------------
Fixed, just need put the esx_scoreboard running after es_extended.
All good now
How toToggle Esx_Scoreboard for Admin only or Hide Server ID from users?
did you find it?
How to change from steam to to indentity name in the srever?
Anyone know if there is any way to make it so that it displays Character name rather than Steam Name and add a column to display their current job?
How to change the open key?
So i downloaded this one and edited some keys so it open and closes with Z but when i open it i cant look around and walk around does someone have a fix for that?
Thanks
hey guys the script was run very goood in the game is open but when i change the key that isnt close right now what can i do?
Anyone know how to fix when I open it it will stay open and it will not close anyone know how to fix?
Have an Problem

esx_customui is the name 


