Installation
1. Setup
- Download the dependencies and make sure they work as intended.
- Download
sd_radargunfrom Cfx.re Portal (opens in a new tab) and extract it inside your resources folder.
2. Configuration
- Edit your
server.cfgand make suresd_radargunis started after all of the dependencies. - Edit
config.luato 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,
},