Difference between revisions of "Game Events (Source)"
(→Counter-Strike: Source Events: + team_info) |
(→Counter-Strike: Source Events: + team_score) |
||
Line 23: | Line 23: | ||
{{hl2msg|byte|teamid}} | {{hl2msg|byte|teamid}} | ||
{{hl2msg|string|teamname}} | {{hl2msg|string|teamname}} | ||
+ | {{end-hl2msg}} | ||
+ | |||
+ | === team_score === | ||
+ | {{qnotice|Team score changed}}<br> | ||
+ | {{begin-hl2msg|team_info|string}} | ||
+ | {{hl2msg|byte|teamid}} | ||
+ | {{hl2msg|short|score}} | ||
{{end-hl2msg}} | {{end-hl2msg}} |
Revision as of 23:43, 7 June 2007
Contents
Half-Life 2 Events
Half-Life 2 Server Events
server_spawn
Note: Send once a server starts
Name: | server_start | |||||||||||||||||||||||||||
Structure: |
|
Counter-Strike: Source Events
team_info
Note: Info about team
Name: | team_info | ||||||
Structure: |
|
team_score
Note: Team score changed
Name: | team_info | ||||||
Structure: |
|