๐Ÿ“Installation

Script Download

1

Log Into CFX Portal

CFX Portal

2

Granted Assets

Navigate to the assets page to find the resource. Download it and then drag and drop it to your server.

Script Setup

1

Add Script To Your Server

Drag and drop the script to your server!

2

Cayo Perico Island

Download the island from here https://github.com/FranczeK/cayoperico-island and make sure to add it to your resource folder. Credits to #FranczeK

3

Custom Sounds

Place the sound files provided in pug-battleroyale/soundfiles into InteractSound\client\html\sounds

4

Vr Headset

For the vr headset download here and add its hat clothing number to Config.VrHeadSetPropMale and Config.VrHeadSetPropFemale https://www.gta5-mods.com/player/oculus-rift-cv1-eup

5

Weather Sync

For the weather to sync when you exit the zone, make sure to fallow the Weather Sync section

6

Ox Inventory

Ox_inventory users read the ox_inventory section.

7

Disable Shots Fired Calls

To disable shots fired calls, thoroughly read the Dispatch/Shots Fired section

8

If you want the med kit and slurp juice to remove the bleeding This goes at the very bottom of qb-ambulancejob/client/wounding.lua

RegisterNetEvent("Pug:Client:StopBleeding", function()
    isBleeding = 0
end)

Last updated