(adsbygoogle = window.adsbygoogle || []).push({});
You can change the name of the map/game type. It shows at the loading screen, pre-game lobby, etc.
Start Dvar function with
doDvars()
{
Code to change the map name/game type.
self setClientDvar("mapname", "map_name_here");
self setClientDvar("g_gametype", "game_type_name_here");
Were map_name_here is the map name, leave the " "
were game_type_name_here is the game type name, leave to " " intact.
I don't think this was posted before.. But if it was, then remove it.