Hide Unavailable Jobs

Solutions related to seeing jobs that a player shouldn't be able to join.

▸Solution

By default; most server owners wanted ALL jobs to show for all players, however, show as greyed out. If you do not wish for custom or unavailable jobs to display for a player unless they can actually become that job; do the following:

  • Open lua\modules\arivia\cfg\sh_4_tabs.lua

  • Locate the setting unavail.bShow listed within the cfg.tabs.jobstable

  • Set value to false

▸Example

unavail =
{
    bShow                   = false,  <--------------------------
    bFade_box               = true,
    bShowCustoms            = true,
}

Last updated