Page cover

🧠How to Install

FiveStar Script

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 👇

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

Add License

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

Last updated

Was this helpful?