Smart Arges Script
Step 1 - Installation
To get started, you'll need to download your new resource previously purchased from our store
. For that, you must login with your account on keymaster
and look for the Asset Grants section, there we will find our script.

Step 2 - Configuration
UI Command
Config.UICommand
defines the in-game command players use to open the Arges spotlight UI.Example:
argesUI
→ players type/argesUI
in chat to open it.You can change this to any command string you prefer.
Vehicles
The
Config.Vehicles
section stores spotlight setups for each vehicle.Each entry is keyed by the vehicle’s spawn name (e.g.,
19tahoeslic
).Inside each vehicle, you can configure up to two spotlights:
FirstLight → usually the driver’s side.
SecondLight → usually the passenger’s side.
Light Components
Each light is built from three parts, which attach to one another in sequence:
arges_addon_base
(THIS SHOULD BE THE ONLY THING YOU NEED TO CHANGE)Attaches directly to the vehicle model.
Has a
use
option (true
= enabled,false
= disabled).The
location
values (x, y, z
) determine placement on the vehicle body.
arges_base
Attaches to the addon base.
Controls the positioning of the spotlight housing.
arges_head
Attaches to the base.
Represents the light head where the beam comes from.
Small adjustments fine-tune the beam’s direction.
Compatible models:
GM Tahoe
Matt's 2018 Charger
Kanes 2020 FPIU
Last updated