Game Events (Source)

From AlliedModders Wiki
Revision as of 23:33, 7 June 2007 by FlyingMongoose (talk | contribs) (New page: = Half-Life 2 Events = == server_spawn == {{qnotice|Send once a server starts}}<br> {{begin-hl1msg|server_start|string}} {{hl1msg|string|hostname}} {{hl1msg|string|address}} {{hl1msg|strin...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Half-Life 2 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


Half-Life 2 Server Events

Counter-Strike: Source Events