Skip to content

NickFox007/LuaHudcoreCS2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

LuaHudcoreCS2

Hudcore variation for CS2 with Lua

Functions

HC_ReplaceColorCodes(text) - replace color-placeholders with correct codes in the text

HC_PrintCenterTextAll(text) - print message in center-text

HC_PrintChatAll(text) - print message into chat (automatic format for correct coloring)

HC_ShowPanelInfo(text, duration) - shows message with round end panel

HC_ShowInstructorHint(text, duration, icon) - shows text with instructor hint

Requirements

timers.lua - script for timers support (included in the repository)

Supported color codes for HC_ReplaceColorCodes

{white}

{red}

{lightred}

{darkred}

{orange}

{yellow}

{green}

{lightgreen}

{darkgreen}

{blue}

{darkblue}

{purple}

{darkpurple}

{gray}

{lightgray}

{darkgray}

Supported icons for instructor hint

https://developer.valvesoftware.com/wiki/Env_instructor_hint#Icons

About

Hudcore variation for CS2 with Lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages