
Here it is for your enjoyment:
Code: Select all
rem *** Disables MiniMap only in Team Death Match mode. (GPM_TDM) ***
var v_playMode
game.gamePlayMode -> v_playMode
if v_playMode == GPM_TDM
hud.useThumbnailMap 0
endIf
Modify the play mode or add play modes if you want to turn off the minimap in other gamemodes. Now the minimap will not appear and instead a cool fade in/out effect occurs when you bring up the fullscreen map.
