-
Notifications
You must be signed in to change notification settings - Fork 36
HUD
shanapu edited this page Sep 10, 2017
·
6 revisions
Shows a HUD in the center of the screen to display warden name, guard/prisoner count and eventday infos.
Commands
sm_hud - Allows player to toggle the hud display.
ConVars
// 0 - disabled, 1 - enable this MyJailbreak SourceMod plugin
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_hud_enable "1"
// 0 - show hud only to alive player, 1 - show hud to dead & alive player
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_hud_alive "1"
// Set your custom chat commands for toggle HUD(!hud (no 'sm_'/'!')(seperate with comma ', ')(max. 12 commands))
// -
// Default: "HUD"
sm_hud_cmds "HUD"
Files
/addons/sourcemod/plugins/MyJailbreak/hud.smx
/addons/sourcemod/scripting/MyJailbreak/hud.sp
/addons/sourcemod/translation/MyJailbreak.HUD.phrases.txt
coded with free software