Coins System
Installation
ESX
1
2
3
Config.Accounts = {
bank = {
label = TranslateCap('account_bank'),
round = true
},
black_money = {
label = TranslateCap('account_black_money'),
round = true
},
money = {
label = TranslateCap('account_money'),
round = true
},
coins = {
label = "VIP Coins",
round = true
}
}QB Core
1
2
3
Commands
ESX - Commands
QB Core - Commands
Last updated