[Release] New VRP Perfect Scoreboard

Translate it and convert to ESX, would be awesome.

2 Likes

esx is no good don’t come talk about this framework here if you want to convert this at will because this script is public

what key control is pressed for open the scoreboard

1 Like

Hiya,

I got it all working, however, I’m a superadmin and on the scoreboard doesn’t count my self as an admin?
Where is the permission located to I can put some of mine?

Thank you

See config.lua file

Config.toggleKey = {289, 113} -- {F2, F2}

Config.toggleKey = {lua_keycode, js_keycode}

See GetJobType(user_id) function. README.md
You must add admin.whitelisted to the group privileges.

To fix the MySQL problem, instead of passing a table directly into the SQL syntax, parse it as a string.

 MySQL.query(
    "vRP/get_user_identities",
    {user_ids = tostring( arr_user_ids )},

Really nice release, a way better than the original VRP player view.

This is for vrp 0.5 or vrpex (vrp 1.0)


Other users are marked as unselected.

ESX version plz

2 Likes

thanks got it worked with esx

1 Like

can you share it?


how i can fixed ?

Can you share it ?

How should vrp-sql users patch scoreboards? It’s hard to patch after looking at the manual. Help me!

Did you solve this problem?

Did you solve this problem?

Mouse recognition and everything is working fine. However, if more than two people come in, the job is not selected.

m2, did you solve this problem?