Radar Gun
Installation

Installation

1. Setup

2. Configuration

  • Edit your server.cfg and make sure sd_radargun is started after all of the dependencies.
  • Edit config.lua to your liking.
  • Add item into your inventory system.

Dependencies

Item

Example for ox_inventory/data/weapons.lua:

["WEAPON_RADARGUN"] = {
    label = "Radar Gun",
    weight = 1000,
    durability = 0,
},