Change Currencies

Changing currencies player's will pay for name changes

  • Open lua\modules\identix\cfg\sh_cfg_names.lua

  • Locatecfg.names.cost_type

You may select any of the following currency types:

Value

Desc

rp

DarkRP money

ps1

Pointshop 1

ps2

Pointshop 2 | Regular points

ps2prem

Pointshop 2 | Premium points

Ensure that you change cfg.names.cost so that the system charges the player the correct amount.

// charges player 1 Pointshop 2 Premium credit per name-change

cfg.names =
{
    cost_enabled            = true,
    cost_type               = 'ps2prem',
    cost                    = 1,
}
Example of currency change display for players

Last updated