|
|
| Line 99: |
Line 99: |
| | | | |
| | = Counter-Strike: Source Events = | | = Counter-Strike: Source Events = |
| − | === team_info ===
| |
| − | {{qnotice|Info about team}}<br>
| |
| − | {{begin-hl2msg|team_info|string}}
| |
| − | {{hl2msg|byte|teamid}}
| |
| − | {{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}}
| |
| − |
| |
| − | === player_team ===
| |
| − | {{qnotice|Player change his team}}<br>
| |
| − | {{begin-hl2msg|player_team|string}}
| |
| − | {{hl2msg|short|userid}}
| |
| − | {{hl2msg|byte|team}}
| |
| − | {{hl2msg|byte|oldteam}}
| |
| − | {{hl2msg|bool|disconnect}}
| |
| − | {{end-hl2msg}}
| |
| − |
| |
| − | === player_class ===
| |
| − | {{qnotice|A player changed his class}}<br>
| |
| − | {{begin-hl2msg|player_class|string}}
| |
| − | {{hl2msg|short|userid}}
| |
| − | {{hl2msg|string|class}}
| |
| − | {{end-hl2msg}}
| |
| − |
| |
| − | === player_death ===
| |
| − | {{qnotice|A game event, name may be 32 charaters long}}<br>
| |
| − | {{begin-hl2msg|player_death|string}}
| |
| − | {{hl2msg|short|userid}}
| |
| − | {{hl2msg|short|attacker}}
| |
| − | {{end-hl2msg}}
| |
| − |
| |
| − | === player_hurt ===
| |
| − | {{qnotice|A player was hurt}}<br>
| |
| − | {{begin-hl2msg|player_hurt|string}}
| |
| − | {{hl2msg|short|userid}}
| |
| − | {{hl2msg|short|attacker}}
| |
| − | {{hl2msg|byte|health}}
| |
| − | {{end-hl2msg}}
| |
| − |
| |
| − | === player_chat ===
| |
| − | {{qnotice|A public player chat}}<br>
| |
| − | {{begin-hl2msg|player_chat|string}}
| |
| − | {{hl2msg|bool|teamonly}}
| |
| − | {{hl2msg|short|userid}}
| |
| − | {{hl2msg|string|text}}
| |
| − | {{end-hl2msg}}
| |
| − |
| |
| − | === player_score ===
| |
| − | {{qnotice|Players scores changed}}<br>
| |
| − | {{begin-hl2msg|player_score|string}}
| |
| − | {{hl2msg|short|userid}}
| |
| − | {{hl2msg|short|kills}}
| |
| − | {{hl2msg|short|deaths}}
| |
| − | {{hl2msg|short|score}}
| |
| − | {{end-hl2msg}}
| |
| − |
| |
| − | === player_spawn ===
| |
| − | {{qnotice|player spawned in game}}<br>
| |
| − | {{begin-hl2msg|player_score|string}}
| |
| − | {{hl2msg|short|userid}}
| |
| − | {{end-hl2msg}}
| |
| − |
| |
| − | === player_shoot ===
| |
| − | {{qnotice|Player shoot his weapon}}<br>
| |
| − | {{begin-hl2msg|player_shoot|string}}
| |
| − | {{hl2msg|short|userid}}
| |
| − | {{hl2msg|byte|weapon}}
| |
| − | {{hl2msg|byte|mode}}
| |
| − | {{end-hl2msg}}
| |
| − |
| |
| − | === player_use ===
| |
| − | {{qnotice|???}}<br>
| |
| − | {{begin-hl2msg|player_use|string}}
| |
| − | {{hl2msg|short|userid}}
| |
| − | {{hl2msg|short|entity}}
| |
| − | {{end-hl2msg}}
| |
| − |
| |
| − | === ===
| |
| − | {{qnotice|}}<br>
| |
| − | {{end-hl2msg}}
| |
| − |
| |
| − | === ===
| |
| − | {{qnotice|}}<br>
| |
| − | {{end-hl2msg}}
| |
| − |
| |
| − | === ===
| |
| − | {{qnotice|}}<br>
| |
| − | {{end-hl2msg}}
| |
| − |
| |
| − | === ===
| |
| − | {{qnotice|}}<br>
| |
| − | {{end-hl2msg}}
| |
| − |
| |
| − | === ===
| |
| − | {{qnotice|}}<br>
| |
| − | {{end-hl2msg}}
| |
| − |
| |
| − | === ===
| |
| − | {{qnotice|}}<br>
| |
| − | {{end-hl2msg}}
| |
| − |
| |
| − | === ===
| |
| − | {{qnotice|}}<br>
| |
| − | {{end-hl2msg}}
| |
| − |
| |
| − | === ===
| |
| − | {{qnotice|}}<br>
| |
| − | {{end-hl2msg}}
| |
| − |
| |
| − | === ===
| |
| − | {{qnotice|}}<br>
| |
| − | {{end-hl2msg}}
| |
Revision as of 23:06, 7 June 2007
Half-Life 2 Events
Half-Life 2 Server Events
server_spawn
Note: Send once a server starts
| Name:
|
server_start
|
| Structure:
|
| string
|
hostname
|
{{{3}}}
|
| string
|
address
|
{{{3}}}
|
| string
|
port
|
{{{3}}}
|
| string
|
game
|
{{{3}}}
|
| string
|
mapname
|
{{{3}}}
|
| long
|
maxplayers
|
{{{3}}}
|
| string
|
os
|
{{{3}}}
|
| bool
|
dedicated
|
{{{3}}}
|
| bool
|
password
|
{{{3}}}
|
|
server_shutdown
Note: Server shut down
| Name:
|
server_shutdown
|
| Structure:
|
|
server_cvar
Note: A server console var has changed
| Name:
|
server_cvar
|
| Structure:
|
| string
|
cvarname
|
{{{3}}}
|
| string
|
cvarvalue
|
{{{3}}}
|
|
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:
|
| string
|
name
|
{{{3}}}
|
| string
|
userid
|
{{{3}}}
|
| string
|
networkid
|
{{{3}}}
|
| string
|
ip
|
{{{3}}}
|
| string
|
duration
|
{{{3}}}
|
| string
|
by
|
{{{3}}}
|
| bool
|
kicked
|
{{{3}}}
|
|
server_removeban
Note: When the server has a ban removed
| Name:
|
server_removeban
|
| Structure:
|
| string
|
networkid
|
{{{3}}}
|
| string
|
ip
|
{{{3}}}
|
| stsring
|
by
|
{{{3}}}
|
|
player_connect
Note: A new player connected
| Name:
|
player_connect
|
| Structure:
|
| string
|
name
|
{{{3}}}
|
| byte
|
index
|
{{{3}}}
|
| short
|
userid
|
{{{3}}}
|
| string
|
networkid
|
{{{3}}}
|
| string
|
address
|
{{{3}}}
|
|
player_info
Note: A player changed his name
| Name:
|
player_info
|
| Structure:
|
| string
|
name
|
{{{3}}}
|
| byte
|
index
|
{{{3}}}
|
| short
|
userid
|
{{{3}}}
|
| string
|
networkid
|
{{{3}}}
|
| bool
|
bot
|
{{{3}}}
|
|
player_disconnect
Note: A client was disconnected
| Name:
|
player_disconnect
|
| Structure:
|
| short
|
userid
|
{{{3}}}
|
| string
|
reason
|
{{{3}}}
|
| string
|
name
|
{{{3}}}
|
| string
|
networkid
|
{{{3}}}
|
|
player_activate
Note: Unknown
| Name:
|
player_activate
|
| Structure:
|
|
player_say
Note: When a client sends a message in chat
| Name:
|
player_say
|
| Structure:
|
| short
|
userid
|
{{{3}}}
|
| string
|
text
|
{{{3}}}
|
|
Counter-Strike: Source Events