PDA

View Full Version : Determine Game type.


Deyja
04-10-2001, 10:05 PM
Is there a defined variable thats value is set according to if the player is playing in singleplayer or multiplayer?  I need this to make a variable dynamic in my tweak script.

SuperTech
04-10-2001, 11:11 PM
gam_iStartMode = 0;             // game mode (0=coop, 1=scorematch, 2=fragmatch)
0 is used for single player also from what I see.