Commands

Client

Stress Relief

/startYoga
/startPushUps
/startSitUps

Hud Settings

/hud Opens your personal hud settings

/adminHud Opens the admin settings to set the default hud for new players, or make changes to what is and isn't visible to all players. More information found here.

/toggleHUD Toggles the hud visiblity on and off

/toggleRadar Toggles the minimap visibility on and off


Server

Combat Control

-- THESE ONLY WORK ON THE SERVER CONSOLE DIRECTLY

-- Disable combat for all players
        DisableAllCombat

-- Enable combat for all players
        EnableAllCombat

-- Disable combat for specific player
        DisableCombat [playerID]

-- Enable combat for specific player
        EnableCombat [playerID]
        
-- Will check that all the settings in envi_hud_settings_global are validated
        ValidateHudSettings
        
-- Will validate and auto-delete any invalid entries in envi_hud_settings
        FixHudSettings

Last updated