> For the complete documentation index, see [llms.txt](https://hrscripts.gitbook.io/hrscripts-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hrscripts.gitbook.io/hrscripts-documentation/resources/hrextracommands.md).

# HRExtraCommands

## Installation

* Download the dependency [HRLib](https://github.com/HRScripts/HRLib/releases/latest) - [documentation](broken://pages/Ep5kSHLO83LleEO9rVP4)
* Download [HRExtraCommands](https://github.com/HRScripts/HRExtraCommands/releases/latest)
* Write this in your server.cfg:\
  `start HRLib`

  `start HRExtraCommands`

## Config Preview

{% code lineNumbers="true" %}

```lua
local config = {}

config.enableWhitelistedIdentifiers = true

config.whitelistedIdentifiers = {
    '.........'
}
```

{% endcode %}

## Available Commands

* ```
  /heal [playerId: integer] | Heal someone
  ```
* ```
  /giveweapon [playerId: integer] [weaponName: string] [ammoCount: integer] | Give a weapon to someone
  ```
* ```
  /tpm | Teleport to a waypoint
  ```
* ```
  /car [spawnCode: string] | Spawn a vehicle via it's spawn code
  ```
* ```
  /dv | Delete the closest vehicle next to you
  ```
* ```
  /revive [playerId: integer] | Revive someone
  ```
