Difference between revisions of "Game Events (Source)"

From AlliedModders Wiki
Jump to: navigation, search
(server_spawn)
(Half-Life 2 Server Events)
Line 3: Line 3:
  
 
= Half-Life 2 Server Events =
 
= Half-Life 2 Server Events =
 +
=== server_spawn ===
 +
{{qnotice|Send once a server starts}}<br>
 +
{{begin-hl1msg|server_start|string}}
 +
{{hl1msg|string|hostname}}
 +
{{hl1msg|string|address}}
 +
{{hl1msg|string|port}}
 +
{{hl1msg|string|game}}
 +
{{hl1msg|string|mapname}}
 +
{{hl1msg|long|maxplayers}}
 +
{{hl1msg|string|os}}
 +
{{hl1msg|bool|dedicated}}
 +
{{hl1msg|bool|password}}
 +
{{end-hl1msg}}
  
 
= Counter-Strike: Source Events =
 
= Counter-Strike: Source Events =

Revision as of 23:37, 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
string address
string port
string game
string mapname
long maxplayers
string os
bool dedicated
bool password


Counter-Strike: Source Events