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:

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,
}

Last updated