Game Events (Source)

From AlliedModders Wiki
Revision as of 23:38, 7 June 2007 by Shane (talk | contribs)
Jump to: navigation, search

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}}}


Counter-Strike: Source Events