Installation
1. Setup
- Download the dependencies and make sure they work as intended.
- Download
sd_radargun
from Cfx.re Portal (opens in a new tab) and extract it inside your resources folder.
2. Configuration
- Edit your
server.cfg
and make suresd_radargun
is started after all of the dependencies. - Edit
config.lua
to your liking. - Add item into your inventory system.
Dependencies
- sd_bridge (Included for free with your purchase)
- ox_lib (opens in a new tab)
Item
Example for ox_inventory/data/weapons.lua
:
["WEAPON_RADARGUN"] = {
label = "Radar Gun",
weight = 1000,
durability = 0,
},