🏜️
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
  • 💾 Data Storage
  • 🔍 Lost Phone System
  • When Phones Are Marked Lost
  • Required Permissions
  • ⚠️ Auto-Cleanup
  1. Premium Scripts
  2. Charging Kiosk
  3. Features

Phones Management

💾 Data Storage

persist = {
    enabled = true,
    interval = 5,        -- Save interval (minutes)
    maxStoreTime = 60    -- Time before phone marked as lost
}

🔍 Lost Phone System

When Phones Are Marked Lost

  • Exceeded maxStoreTime

Required Permissions

recoverAccess = {
    ['police'] = 4,          -- Police rank needed
    ['custom_job'] = 4    -- Recovery job rank needed
}

⚠️ Auto-Cleanup

  • Lost phones cleared after time (configurable)

  • Data backed up before cleanup


Managed by Sahara Scripters - Your phones are safer with us than in your pockets

PreviousLogging SystemNextDiscord Integration

Last updated 4 months ago