The GameType-Changer plugin allow server administrators in Counter-Strike 1.6 to dynamically set and update the server's game type or description, visible to players when joining. This can be useful for branding or promoting specific game modes or community servers.
amx_gametype
CVar, such as a server’s brand or specific game mode label.amx_gametype_on
CVar controls whether the custom game type feature is active (1 to enable, 0 to disable).amx_gametype
(CVar): Sets the desired game type name to be displayed (e.g., "GAMEMODS-SERVERS").amx_gametype_on
(CVar): Toggles the custom game type functionality (1 = on, 0 = off).Example Use Case:
Setting amx_gametype
to "Zombie Mode" would display "Zombie Mode" as the server game type, which players can see before joining