Documentation
  • â„šī¸INFORMATION
    • đŸ–ī¸Wellcome
    • 🤖Discord
  • 🎮ASSETS
    • 🚑Ambulance Pager
      • 🌟Features & Requirements
      • 📂Instalation
      • âš™ī¸Configuration
      • đŸŗī¸Translate
    • 🔓Byte Admin
      • 🌟Features & Requirements
      • 📂Instalation
      • âš™ī¸Configuration
      • 🔑Perrmisions
      • đŸŗī¸Translate
Powered by GitBook
On this page
  1. ASSETS
  2. Ambulance Pager

Configuration

Open your config.lua

Config = {}

Config.language = "en" -- change language (pl,eng,de,fr)

Config.framework = "ESX" -- change framework (ESX, QB)

Config.open = {
    job = "ambulance", -- allow job to acces pager
    grade = 0, -- allow job grade to acces pager
    command = {
        state = true, -- open with command true/false
        name = "pager_open", -- command name
        keyBind = {
            state = true, -- open with key true/false
            key = "Q" -- open key
        }
    },
    item = {
        state = false, -- open with item true/false
        name = "ambu_pager" -- item name
    }
}

Config.Locations = { 
    {
        Model = `prop_tv_flat_01`, -- terminal model
        Position = vector4(96.1424, 216.3815, 108.0447, 195.6661), -- terminal coords
    },

    {
        Model = `prop_tv_flat_01`,
        Position = vector4(74.7862, 264.1302, 109.2441, 345.4491),
    },
}


Config.Models = { 

    [`prop_tv_flat_01`] = {
        Range = 20.0, -- dispaly distance
        Target = "tvscreen", 
        Scale = 0.1, 
        Offset = vector3(-1.02, -0.055, 1.04)
    },

}
PreviousInstalationNextTranslate

Last updated 11 months ago

🎮
🚑
âš™ī¸