ItsMods

Full Version: Check whether a certain game mode runs... - SOLVED
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I check, if as example gamemode "Teamdeathmatch" or gamemode "Free for All" is running?
gametype = getDvar("g_gametype");

dm = ffa
sab,tdm,sd,dom etc
(11-01-2011, 18:10)Pozzuh Wrote: [ -> ]gametype = getDvar("g_gametype");

dm = ffa
sab,tdm,sd,dom etc

Thanks Big Grin
You can also use level.gametype if you want.