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

Thumbnail

Config

Info

  • Easy Config.
  • OneSync support.
  • Fast responsive.
  • No issue on player go out range of OneSync while menu still open.
  • Resmon 0ms, 0.4ms when open.

Documentation

Buy On Tebex

Other Gamemode

Other Script

Code is accessible No
Subscription-based No
Lines (approximately) 300
Requirements No
Support Yes
2 Likes

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

Update 2.0

  • Make code structure as a class.
  • Optimize performance.
  • Fixed bug
1 Like

Is this supposed to be a subscription? I don’t see why it should cost $5 a month, it should just be an outright purchase. Other than that it looks great

To make new feature and maintenance happen.

This hasn’t been updated in a year though? There is also no guidance on the config. I purchased it because it looks great, but I cancelled immediately since there is no updates and it doesn’t give you any guidance on the documentation on how to edit it or what variables to add. If it were an outright purchase then it would be worth it but if it’s a subscription then I would hope there is more support

Everything you can config is in one config.lua file.
You also change display player name from Steam name to RP name.
And I updated for requested feature from a direct message so that not put into the update announcement.
You can see the last updated date in your Granted Assets - Cfx.re Portal