🏜️
Sahara Scripters
  • Welcome
    • Introduction
    • Community & Support
  • Premium Scripts
    • Charging Kiosk
      • Setup Guide
      • Configuration
      • Features
        • Charging System
        • Security
        • Rate Limiting
        • Logging System
        • Phones Management
        • Discord Integration
        • Target System
        • Blip System
        • Translations
      • Integration
        • Inventory Systems
        • Framework Migration
        • Logger Edit
      • Best Practices
      • Troubleshooting
      • Version History
  • Free Scripts
    • Elevator System
      • Setup & Configuration
      • Features Overview
      • Example Buildings
      • Troubleshooting
    • NPWD Renewed Weather APP
    • NPWD QBX Services APP
Powered by GitBook
On this page
  • 🏗️ Building System
  • 🔐 Access Control
  • 🎮 User Experience
  1. Free Scripts
  2. Elevator System

Features Overview

🏗️ Building System

  • Multiple buildings support

  • Multiple elevators per building

  • Flexible floor configurations

-- Building Example
{
    id = 'office',
    name = 'Downtown Office',
    description = 'Corporate HQ'
}

🔐 Access Control

  • Job requirements with grade levels

  • Item requirements (keycards, etc)

  • Hidden floors for unauthorized users

-- Floor Restrictions
{
    requiredJobs = { ['police'] = 2 },
    requiredItems = {
        { name = 'keycard', count = 1 }
    },
    restricted = true   -- Hide from unauthorized users
}

🎮 User Experience

  • Explanatory UI for elevator selection and navigation

  • Sound effects during transit

  • Screen fade transitions

  • Anti-exploit protection

-- Elevator Settings
{
    waitTime = 100,      -- Transit time
    sound = true,        -- Enable sounds
    useEffects = true    -- Visual effects
}

By Sahara Scripters - Going up? Or down? We've got you covered either way

PreviousSetup & ConfigurationNextExample Buildings

Last updated 4 months ago