22.09.2015, 08:29
Under defines:-
OnGamemodeInit:
and anywhere just call the variable gmName to get the gamemode name :P
PHP код:
new gmName[64];
PHP код:
gmName = "gamemode name you used in SetGameModeText";