CodeM
StoreDiscord
  • Welcome To CodeM Documentation
  • General Information
    • ⌨️Register Key Mapping
    • 📥How To Install Resources
    • 🔷Tebex Integration
  • m Series
    • mBossmenu v2
      • Installation
      • Configuration
    • mBilling v2
      • Installation
      • Configuration
    • mFishing Remake
      • Installation
      • Configuration
    • mVehicleshop v2
      • Installation
      • Configuration
    • mTraderjob
      • Installation
      • Configuration
    • mPausemenu v2
      • Installation
      • Configuration
    • mPhone
      • Installation
      • General Config
      • App Configs
        • Maps
        • LS Times
        • Callie
        • S.O.S
        • Wanted
        • Music
        • Yello
        • Bank
        • Vale
      • SQL Setting
    • mMDT AIO
      • Installation
      • Configuration
      • Dispatch
    • mTaxijob Remake
      • Installation
      • Configuration
    • mMultichar Remake
      • Installation
      • Configuration
      • How To ?
    • mTruckerjob
      • Installation
      • Configuration
    • mInventory Remake
      • Installation
      • Configuration
      • Exports & Commands
        • Server Exports
        • Client Exports
        • Commands
      • ⚠️Attention
      • How To ?
    • mStaff Remake
      • Installation
      • Configuration
    • mAdmin Panel
      • Installation
      • Configuration
      • F.A.Q
    • mMinerjob
      • Installation
      • Configuration
    • mTailorjob
      • Installation
      • Configuration
    • mGarbagejob
      • Installation
      • Configuration
    • mBossmenu
      • Installation
      • Configuration
      • How To
    • mLSTransit
      • Installation
      • Configuration
    • mTextUI
      • Installation
      • Event Of Uses
    • mCraft v2
      • Installation
      • Configuration
    • mBank v2
      • Installation
      • Configuration
      • How To
    • mCarcontrol
      • Installation
      • Configuration
    • mScoreboard
      • Installation
      • Configuration
      • How To ?
    • mBilling
      • Installation
      • Configuration
      • Note
      • Exports
    • mMechanic
      • Installation
      • Configuration
      • Attention
    • mTuningchip
      • Installation
      • Configuration
      • Inventory Settings
    • mHunting
      • Installation
      • Configuration
    • mAppearance
      • Installation
      • How To
    • mHUD AIO
      • Installation
      • Configuration
      • How To
    • mSpawn
      • Installation
      • Configuration
      • Integrations
    • mReport
      • Installation
      • Configuration
    • mWeed
      • Installation
      • Configuration
      • How To
    • mBlvckmarkt
      • Installation
      • Configuration
    • mVehicleshop
      • Installation
      • Configuration
      • Adjustment
    • mPostop
      • Installation
      • Configuration
      • Config File
    • mChat
      • Installation
      • Configuration
      • How To
      • Integrations
    • mWeaponshop
      • Installation
      • Adjustments
      • Note
    • mLoadingscreen
      • Installation
      • Adjustments
      • Themes
      • Note
    • mBank
      • Installation
      • Adjustments
      • SQL Installations
    • mGarage
    • mDeathscreen
    • mNotification
    • mPausemenu
  • x Series
    • xBackItems
      • Installation
      • Configuration
      • How To
    • xBossMenu
      • Installation
      • Configuration
    • xRadar
      • Installation
      • Configuration
      • Default Keybinds
    • xRadio
      • Installation
      • Configuration
    • xMarketplace
      • Installation
      • Configuration
    • xPawnshop
      • Installation
      • Configuration
    • xFuel
      • Installation
      • Configuration
      • Exports
    • xCarrent
      • Installation
      • Configuration
    • xJobselector
      • Installation
      • Configuration
    • xDailyrewards
      • Installation
      • Configuration
      • Exports
    • xLabgame
      • Installation
      • Configuration
      • How To Use
    • xSellable Market
      • Installation
      • Configuration
    • xAdminmenu
      • Installation
      • Configuration
  • VENICE
    • Venice HUD v2
Powered by GitBook
On this page
  • Voice Configuration
  • Framework Configuration
  • Frequency Limit Configuration
  • Language Configuration
  • Resetting Command Configuration
  • Job Frequencies Configuration
  • UI Visibility Configuration
  • OX Inventory Configuration
  1. x Series
  2. xRadio

Configuration

Configuration for xRadio Resource

PreviousInstallationNextxMarketplace

Last updated 6 months ago

Voice Configuration

Select the voice mod you are using from the " Settings.lua " .

Framework Configuration

Select the framework you are using from the " Settings.lua ".

Frequency Limit Configuration

Set the max frequency can people join from the " Settings.lua "

Language Configuration

You can change and set the UI languages from the " Settings.lua ".

Resetting Command Configuration

If anyhow the ui of the xRadio gets bugged you can reset the ui via the command. You can change this command from " Settings.lua ".

Job Frequencies Configuration

You can set the job frequencies from the " Settings.lua". This frequencies can not be joined by the people that doesnt have permisson.

UI Visibility Configuration

You can turn the UI off and on with the following exports.

exports["xRadio"]:openxRadio -- Open UI
exports["xRadio"]:closexRadio -- Close UI

OX Inventory Configuration

Ox-inventory Setup ;

['radio'] = {
   label = 'Radio',
   weight = 1000,
   stack = true,
   allowArmed = true,
   client = {
      usetime = 150,
      export = 'xRadio.openxRadio' -- dont change 
  }
},