Arivia
Browse ScriptsDownload RLIB
v3.x
v3.x
  • Introduction
  • Select Version
  • Showcase
  • Changelog
    • ◾3.0.0.6-beta
    • ◾3.0.0.5-beta
    • ◾3.0.0.4-beta
    • ◾3.0.0.3-beta
    • ◾3.0.0.2-beta
    • ◾3.0.0.1-alpha
  • FAQ
    • ◾Add Food Categories
    • ◾Addon Won't Show
    • ◾Incompatible Addons
    • ◾Custom Category Colors
    • ◾Hide Unavailable Jobs
    • ◾Modified Script
    • ◾Refunds
    • ◾Script Errors
    • ◾When Are Updates?
  • ❱ Setup
    • ◾Install
    • ◾Verify
    • ◾Workshop
    • ◾Docs/Web
  • ❱ Configuration
    • ◾Env
    • ◾Fonts
    • ◾Languages
    • ◾Settings
      • sh_4_tabs.lua
        • bUseModelImage
        • styleB
    • ◾Visual Blueprints
  • ❱ First Use
    • ◾Binds
    • ◾Console Commands
      • ▸arivia.listjobs
      • ▸arivia.getjob
      • ▸arivia.setjob
  • ❱ Developers
    • ◾Jobs
      • ▸Parameters
        • tip
        • NeedJob
        • NeedGroup
      • ▸Sorting
    • ◾Entities
      • ▸accent
      • ▸allowed
      • ▸customHideUnavail
      • ▸level
      • ▸prestige
      • ▸price
      • ▸tip
    • ◾Food
      • ▸category
    • ◾Categories
      • ▸tip
  • ❱ Internal
    • ◾Rules
    • ◾Web Demo
  • ❱ DOC REFERENCES
    • ◾Status
Powered by GitBook
On this page
  • ▸Solution
  • ▸Example
  1. FAQ

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

There is a bShow setting for each main section within this config file. Go through each one and set the value to false if you do not wish for jobs or items to show unless joinable or buyable.

▸Example

unavail =
{
    bShow                   = false,  <--------------------------
    bFade_box               = true,
    bShowCustoms            = true,
}
PreviousCustom Category ColorsNextModified Script

Last updated 2 years ago

◾