HRExtraCommands
A standalone script that provides a few helpful commands for non framework servers with special permissions
Installation
Download the dependency HRLib - documentation
Download HRExtraCommands
Write this in your server.cfg:
start HRLib
start HRExtraCommands
Config Preview
local config = {}
config.enableWhitelistedIdentifiers = true
config.whitelistedIdentifiers = {
'.........'
}
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
Last updated