Config.Commands in config.lua. Setting a value to false or '' skips registering that command entirely.
Player
There are no required player commands — the crutch item is used through the inventory and the medic NPC is interacted with viaox_target or ox_lib textUI.
Admin
All admin commands are gated by thegroup.admin ACE. Grant it like any other ace:
| Default | Description |
|---|---|
/addcrutch <id> [seconds] | Force-equip a crutch on a player. seconds defaults to Config.ForceDuration (10 minutes). |
/removecrutch <id> | Clear a player’s force lock and unequip immediately. |
/crutchadmin | Opens the React admin panel. The server-side nex_crutchsystem:admin:list callback rejects non-admins. |
<id> is the FiveM server ID. Look it up with getplayerlist in the server console, or from txAdmin.
Examples
Force a crutch onto player 42 for 10 minutes (the default):EMS, or whatever you pass to ForceCrutch), seconds remaining, and a one-click clear button. The same data is available via the ListForced() export if you want to surface it in your own UI.
