Difference between revisions of "Game Events (Source)"
(→Half-Life 2 Server Events) |
m (→Half-Life 2 Server Events) |
||
Line 46: | Line 46: | ||
{{hl2msg|string|by}} | {{hl2msg|string|by}} | ||
{{hl2msg|bool|kicked}} | {{hl2msg|bool|kicked}} | ||
+ | {{end-hl2msg}} | ||
+ | |||
+ | === server_removeban === | ||
+ | {{qnotice|When the server has a ban removed}} | ||
+ | {{begin-hl2msg|server_removeban|string}} | ||
+ | {{hl2msg|string|networkid}} | ||
+ | {{hl2msg|string|ip}} | ||
+ | {{hl2msg|stsring|by}} | ||
{{end-hl2msg}} | {{end-hl2msg}} | ||
Revision as of 22:53, 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: |
|
server_shutdown
Note: Server shut down
Name: | server_shutdown | |||
Structure: |
|
server_cvar
Note: A server console var has changed
Name: | server_cvar | ||||||
Structure: |
|
server_msg
Note: A generic server message
Name: | server_message | |||
Structure: |
|
server_addban
Note: When the server has a ban added
Name: | server_addban | |||||||||||||||||||||
Structure: |
|
server_removeban
Note: When the server has a ban removed
Name: | server_removeban | |||||||||
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: |
|
player_team
Note: Player change his team
Name: | player_team | ||||||||||||
Structure: |
|
player_class
Note: A player changed his class
Name: | player_class | ||||||
Structure: |
|
player_death
Note: A game event, name may be 32 charaters long
Name: | player_death | ||||||
Structure: |
|