Skip to content

Commit 508c3e0

Browse files
committed
Updated default values of HudMsg
1 parent 34ee172 commit 508c3e0

File tree

1 file changed

+7
-7
lines changed
  • addons/source-python/data/source-python/messages/games

1 file changed

+7
-7
lines changed

addons/source-python/data/source-python/messages/games/cstrike.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,27 +61,27 @@ default_value = "0"
6161
type = "byte"
6262

6363
[[x]]
64-
default_value = "0"
64+
default_value = "-1"
6565
type = "float"
6666

6767
[[y]]
68-
default_value = "0"
68+
default_value = "-1"
6969
type = "float"
7070

7171
[[r1]]
72-
default_value = "0"
72+
default_value = "255"
7373
type = "byte"
7474

7575
[[g1]]
76-
default_value = "0"
76+
default_value = "255"
7777
type = "byte"
7878

7979
[[b1]]
80-
default_value = "0"
80+
default_value = "255"
8181
type = "byte"
8282

8383
[[a1]]
84-
default_value = "0"
84+
default_value = "255"
8585
type = "byte"
8686

8787
[[r2]]
@@ -113,7 +113,7 @@ default_value = "0"
113113
type = "float"
114114

115115
[[hold]]
116-
default_value = "0"
116+
default_value = "4"
117117
type = "float"
118118

119119
[[fxtime]]

0 commit comments

Comments
 (0)