Difference between revisions of "Game Events (Source)"
(→Half-Life 2 Events) |
m (→Counter-Strike: Source Events) |
||
Line 258: | Line 258: | ||
{{hl2msg|byte|dmg_armor}} | {{hl2msg|byte|dmg_armor}} | ||
{{hl2msg|byte|hitgroup}} | {{hl2msg|byte|hitgroup}} | ||
+ | {{end-hl2msg}} | ||
+ | |||
+ | === bomb_beginplant === | ||
+ | {{qnotice|When the bomb is starting to get planted}} | ||
+ | {{begin-hl2msg|bomb_beginplant|string}} | ||
+ | {{hl2msg|short|userid}} | ||
+ | {{hl2msg|short|site}} | ||
+ | {{end-hl2msg}} | ||
+ | |||
+ | === bomb_abortplant === | ||
+ | {{qnotice|When the bomb planter stops planting the bomb}} | ||
+ | {{begin-hl2msg|bomb_abortplant|string}} | ||
+ | {{hl2msg|short|userid}} | ||
+ | {{hl2msg|short|site}} | ||
+ | {{end-hl2msg}} | ||
+ | |||
+ | === bomb_plant === | ||
+ | {{qnotice|When the bomb has been planted}} | ||
+ | {{begin-hl2msg|bomb_planted|string}} | ||
+ | {{hl2msg|short|userid}} | ||
+ | {{hl2msg|short|site}} | ||
+ | {{hl2msg|short|posx}} | ||
+ | {{hl2msg|short|posy}} | ||
{{end-hl2msg}} | {{end-hl2msg}} |
Revision as of 00:19, 8 June 2007
Half-Life 2 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: |
|
player_hurt
Note: A player was hurt
Name: | player_hurt | |||||||||
Structure: |
|
player_chat
Note: A public player chat
Name: | player_chat | |||||||||
Structure: |
|
player_score
Note: Players scores changed
Name: | player_score | ||||||||||||
Structure: |
|
player_spawn
Note: player spawned in game
Name: | player_score | |||
Structure: |
|
player_shoot
Note: Player shoot his weapon
Name: | player_shoot | |||||||||
Structure: |
|
player_use
Note: When a player uses an option
Name: | player_use | ||||||
Structure: |
|
player_changename
Note: Player changed name
Name: | player_changename | |||||||||
Structure: |
|
game_newmap
Note: Send when new map is completely loaded
Name: | game_newmap | |||
Structure: |
|
game_start
Note: A new game starts
Name: | game_start | ||||||||||||
Structure: |
|
game_end
Note: A game ended
Name: | game_end | |||
Structure: |
|
round_start
Note: round_start
Name: | player_changename | |||||||||
Structure: |
|
round_end
Note:
Name: | round_end | |||||||||
Structure: |
|
Note:
|}
|}
Note:
|}
|}
Note:
|}
|}
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: |
|
player_connect
Note: A new player connected
Name: | player_connect | |||||||||||||||
Structure: |
|
player_info
Note: A player changed his name
Name: | player_info | |||||||||||||||
Structure: |
|
player_disconnect
Note: A client was disconnected
Name: | player_disconnect | ||||||||||||
Structure: |
|
player_activate
Note: Unknown
Name: | player_activate | |||
Structure: |
|
player_say
Note: When a client sends a message in chat
Name: | player_say | ||||||
Structure: |
|
Counter-Strike: Source Events
player_death
Note: When a client dies
Name: | player_death | ||||||||||||
Structure: |
|
player_hurt
Note: When a client is damaged
Name: | player_hurt | ||||||||||||||||||||||||
Structure: |
|
bomb_beginplant
Note: When the bomb is starting to get planted
Name: | bomb_beginplant | ||||||
Structure: |
|
bomb_abortplant
Note: When the bomb planter stops planting the bomb
Name: | bomb_abortplant | ||||||
Structure: |
|
bomb_plant
Note: When the bomb has been planted
Name: | bomb_planted | ||||||||||||
Structure: |
|