np_dev
August 3, 2022, 5:39pm
2
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.
ACMAFIA
September 12, 2022, 2:31am
4
ok i got RP working how do i get JP and jp icon working
ACMAFIA
September 12, 2022, 3:21am
5
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
CK_JACK
October 25, 2022, 11:37am
8
Sorry, this code cannot be used. Set math. floor (100000000000000). The actual display is 1316134912 instead of 10000000000000
HamerTH
December 9, 2022, 12:46am
10
That is native function from GTA:O , you can’t add more then 1316134912 .
HamerTH
December 9, 2022, 12:47am
11
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
CK_JACK
December 9, 2022, 1:32am
12
Sorry, can I see your test results? I really can’t add more then 1316134912
CK_JACK
December 9, 2022, 2:33am
14
OK, but GTA: O can really show more than 2.1 billion. Do they use different functions
HamerTH
December 9, 2022, 9:58pm
15
No other function for native display money.
You can create own with html and make css like GTA:O