[H@mer] Native PlayerList (GTA:O Style)

Preview

Info

  • Easy Config.
  • OneSync support.
  • Fast responsive.
  • No issue on player go out ragne of OneSync when menu opening.
  • Resmon 0ms, 0.4ms when open.
  • Support XP rank system DarkRP_XP

Buy On Tebex

Other Gamemode

Other Script

Code is accessible No
Subscription-based No
Lines (approximately) 300
Requirements No
Support Yes
1 Like

Could you release a open source version which cost maybe a lot more? I’m currently writing my own framework and wanna use the idea of your script

I can’t sorry, if you want new feature or compatibility send it to me.

ok i got RP working how do i get JP and jp icon working

and can you fix it to where there is an option for cru to players job in the config maybe like players job true

Do you know how to use GTA: O to display more than 2.1 billion cash, thank you

StatSetInt('MP0_WALLET_BALANCE', math.floor(10000000000000), true)
StatSetInt('BANK_BALANCE', math.floor(10000000000000), true)
ShowHudComponentThisFrame(3) -- Enable this line if you want to display the native player CASH
ShowHudComponentThisFrame(4) -- Enable this line if you want to display the native player BANK amount

Sorry, this code cannot be used. Set math. floor (100000000000000). The actual display is 1316134912 instead of 10000000000000

Update 1.5

  • Hold scoreboard key for Big Map, fast press for scoreboard.
  • Scoreboard don’t close automatically until pressed again.
  • Support Xbox, PS controller (D-Pad Down), Keyboard (Z).
  • Faster load scoreboard player headshot image.
  • Add JP icon config and set value.
    Config.GetRowDisplayType = function(source) -- JP icon.
    	return DisplayType.ICON
    end
    
    Config.GetRowRightText = function(source) -- JP value.
    	local player = GetPlayerFromServerId(source)
    	return "BBB"
    end
    
  • OneSync support.

That is native function from GTA:O, you can’t add more then 1316134912.

DarkRP_Playerlist/config.lua

Config.GetRowDisplayType = function(source) -- JP icon.
	return DisplayType.ICON
end

Config.GetRowRightText = function(source) -- JP value.
	local player = GetPlayerFromServerId(source)
	return "BBB"
end

Sorry, can I see your test results? I really can’t add more then 1316134912

Sorry typo, you can’t

OK, but GTA: O can really show more than 2.1 billion. Do they use different functions

No other function for native display money.
image
You can create own with html and make css like GTA:O