🏜️
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
  • 🚀 Installation
  • 📂 Resource Structure
  • ✅ Post-Install Steps
  • 🔍 Verification
  1. Premium Scripts
  2. Charging Kiosk

Setup Guide

🚀 Installation

  1. Download ss_chargingkiosk resource

  2. Download ss_chargingkioskprops resource (Contains Custom Kiosk Prop)

  3. Place in server's resources directory

  4. Add to server.cfg:

# Required Dependencies
ensure ox_lib
ensure oxmysql
ensure lb-phone

# Charging Kiosk
ensure ss_chargingkiosk
ensure ss_chargingkioskprops

📂 Resource Structure

ss_chargingkiosk/
├── editable/               # Customization files
│   ├── config/            # Core settings
│   ├── data/             # Station definitions
│   ├── client/           # Client customizations
│   └── server/           # Server customizations
└── storage/              # Persistent data

✅ Post-Install Steps

  1. Configure in editable/config/

  2. Define stations in editable/data/stations.lua

  3. Set up at least one charging station

  4. Restart your server

  5. Verify in-game functionality

🔍 Verification

Check server console for:

  • Resource startup messages

  • Configuration warnings

  • Update notifications


Installed by Sahara Scripters - It's not rocket science, but we make it look like it is

PreviousCharging KioskNextConfiguration

Last updated 4 months ago