🏜️
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
  • Common Issues
  • 🚫 Elevator Not Appearing
  • 🔒 Access Issues
  • 📡 Target System
  • ⚡ Performance
  • 🔍 Debug Mode
  1. Free Scripts
  2. Elevator System

Troubleshooting

Common Issues

🚫 Elevator Not Appearing

  • Verify target coordinates

  • Check dependencies are started

  • Ensure building is registered in registry.lua

🔒 Access Issues

-- Check job configuration
requiredJobs = {
    ['police'] = 0  -- Minimum grade
}

-- Verify item requirements
requiredItems = {
    { name = 'keycard', count = 1 }
}

📡 Target System

  • Confirm ox_target is running

  • Verify target zone size

  • Check interaction distance

⚡ Performance

  • Disable debug mode in production

🔍 Debug Mode

Enable in config.lua:

return {
    debug = true
}

By Sahara Scripters - Because "turn it off and on again" is our motto

PreviousExample BuildingsNextNPWD Renewed Weather APP

Last updated 4 months ago