FiveStar Development
YoutubeCFX forumTebexDiscord
  • 👨‍💻About Us
  • 😊Control Panel ⁽ᶠᵒʳ ᶜᵘˢᵗᵒᵐᵉʳˢ ᵒᶠ ᵗʰᵉ ᵒᶠᶠᶦᶜᶦᵃˡ ˢᶦᵗᵉ⁾
    • 📲Active Redeem Code
    • ⬇️Download Script
    • 👾Create License
    • 📅Expiration date
    • ⬅️Reset Data License
  • 🧾Scripts
    • 🆘FiveStar-HelpMenu
      • 🧠How to Install
      • ⏭️Config Script
    • 🛡️FiveStar-Paintball
      • 😘[ESX]
        • 🧠How to Install
        • ⏭️Config Script
      • 🥰[QB]
        • 🧠How to Install
        • ⏭️Config Script
    • 🔫FiveStar-WeaponShop
      • 😘[ESX]
        • 🧠How to Install
        • ⏭️Config Script
      • 🥰[QB]
        • 🧠How to Install
        • ⏭️Config Script
    • 🔐FiveStar-Security [FREE FOR CUSTOMER]
      • 🧠How to Install
      • ⏭️Config Script
    • 🎟️FiveStar-MissionClub
      • 😘[ESX]
        • 🧠How to Install
        • ⏭️Config Script
      • 🥰[QB]
        • 🧠How to Install
        • ⏭️Config Script
    • 🛒FiveStar-VehicleShop
      • 😘[ESX]
        • 🧠How to Install
        • ⏭️Config Script
      • 🥰[QB]
        • 🧠How to Install
        • ⏭️Config Script
    • 💸FiveStar-Subscribe
      • 😘[ESX]
        • 🧠How to Install
        • ⏭️Config Script
      • 🥰[QB]
        • 🧠How to Install
        • ⏭️Config Script
    • 🚘FiveStar-Garage
      • 😘[ESX]
        • 🧠How to Install
        • ⏭️Config Script
      • 🥰[QB]
        • 🧠How to Install
        • ⏭️Config Script
    • 💋FiveStar-Speedometer [FREE]
      • 🧠How to Install
Powered by GitBook
On this page
  • Requirements
  • Add Local State
  • Add License

Was this helpful?

  1. Scripts
  2. FiveStar-Paintball
  3. [ESX]

How to Install

FiveStar Script

Previous[ESX]NextConfig Script

Last updated 6 months ago

Was this helpful?

Requirements

Before starting, make sure you have the latest version of ox_target Script installed on your server

You can fully customize the config file and customize the ox_target or ox_invnetory scripts

Install the bob74_ipl

Add Local State

Disable Dead Menu

Open the esx_ambulancejob/client/main.lua and replace lines 352 to 355 with the following code 👇

AddEventHandlr('esx:onPlayerDeath', function(data)
  if LocalPlayer.state.Paintball then return end
  OnPlayerDeath()
end)

Disable Inventory

ox_inventory default supports hotkeys and invBusy

Set voice icon

Open pma-voice/client/init/proximity.lua and search for sendUIMessage and add the code below 👇

TriggerEvent("pma-voice:updateVoiceState", {radio = lastRadioStatus, talking = lastTalkingStatus})

In this way 👇

Add License

Please put your license in server/license.lua | If your script is encrypted, enter your license

If you're using a different inventory system, check if it allows disabling hotkeys and invBusy. If supported, add this feature toConfig.StartGame.HideHudAndMenus in the Paintball configuration in script, If you didn't find it, open a ticket in the , and we'll look into it.

FiveStar Discord support
🧾
🛡️
😘
🧠
GitHub - overextended/ox_inventory: Slot-based inventory with metadata.GitHub
GitHub - overextended/ox_target: Standalone "third-eye" targeting resource.GitHub
Logo
Logo
GitHub - Bob74/bob74_ipl: Fix holes and customize the mapGitHub
Logo
Default code
Line 121 to 131
Page cover image