1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

cs2: Add HUD_PRINTTALK2 & HUD_PRINTALERT (#311)

This commit is contained in:
komashchenko
2025-07-18 23:44:16 +03:00
committed by GitHub
parent cf90870c17
commit 07f35e1547

View File

@ -126,6 +126,8 @@ inline float FractionUnDucked( int msecs )
#define HUD_PRINTCONSOLE 2 #define HUD_PRINTCONSOLE 2
#define HUD_PRINTTALK 3 #define HUD_PRINTTALK 3
#define HUD_PRINTCENTER 4 #define HUD_PRINTCENTER 4
#define HUD_PRINTTALK2 5 // adds 4(EOT) to beginning of msg
#define HUD_PRINTALERT 6
//=================================================================================================================== //===================================================================================================================