L2S Documentation
DiscordTebex
  • Documentation
  • Information
    • Discord Roles
    • How to update your asset
    • FiveM Asset Escrow System
  • Coding Information
    • Webhook System
    • Register Key Mapping
    • Translation System
  • ASSETS & GUIDES
    • 🚨Dispatch
      • ⤵️Installation
      • ⚙️Configuration
        • Settings
        • API
        • Hub
        • CCTV
        • Dispatch
        • UI
      • 💻Integration
        • Exports
          • Client
          • Server
        • Police Alerts
        • Radio Channel
        • Duty System
    • 🏨Hotels V2
      • ⤵️Installation
      • ⚙️Configuration
        • Config
        • Elevators
        • Hotels
      • 💻Exports
    • 👮Police Hub
      • ⤵️Installation
      • ⚙️Configuration
      • 💻Events & Alerts
    • 💀Gangs Turf
      • ⤵️Installation
      • ⚙️Configuration
        • Settings
        • Gangs
      • 💻Exports
      • 📚Tutorial
    • 🔫Paint Ball
      • ⤵️Installation
      • ⚙️Configuration
        • Settings
        • Clothes
        • Locations
      • 💻Exports
Powered by GitBook
On this page
  • # Framework
  • # Game Settings
  1. ASSETS & GUIDES
  2. Paint Ball
  3. Configuration

Settings

shared/sh_settings

# Framework

QBCore:

Config.CoreFolder = 'qb-core'
Config.TargetSystem = 'ox' -- qb , ox
Config.TargetExport = 'ox_target' -- l2s-target , ox_target , qb-target, .... (Your resource name)

ESX:

Config.CoreFolder = 'es_extended'
Config.TargetSystem = 'ox' -- qb , ox
Config.TargetExport = 'ox_target' -- l2s-target , ox_target , qb-target, .... (Your resource name)
Config.Bot_Token = '' -- put bot token to active discord avatars

# Game Settings

Config.RoundTime = 3 -- Defult Game Minutes
Config.ExtraTime = 0.5 -- Death Match Minutes (After The Defult time ending)
Config.Weapon = 'weapon_snspistol_mk2' -- Paintball Weapon
Config.Ammo = 500 -- Weapon Ammo
Config.BlockFriendShot =  true -- Can't Attack your friend = true ||| Can Attack your friend = false
Config.DeathNotify = true -- Notify When Player Killed With Sound
Config.MaxKills = 5000 -- Player Max Level in UI
Config.LobbyPrice = 500 -- Price When Create Lobby
Config.Armor = 200 -- Armor
Config.Blips = {
	Text = 'PaintBall Game',
	Number = 437,
	Color = 15,
}
Config.MaxLobbys = 10
Config.DefultPicture = 'assets/css/imgs/deafult.png'
PreviousConfigurationNextClothes
🔫
⚙️