Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Because,you know,it's so boring having less than 2 servers with DM :D
(If i'm bad in English,then sorry)
replace ipaddress:port with the server's ip address and port. You have to write the port even if the server uses the default one (in that case, it is 27015).
Example for a server with ip address 111.22.3.174, listening on port 33173
gam_strConnectToIP = "111.22.3.174:33173"
( what gam_strConnectToIP is for should be self-explanatory. gam_esgaStartAs tells the game to start a game session where the game is a client on a multiplayer session. gamStart() starts a game session with previously defined settings. )
tnx,dude,it works!