SetGameModeText
From SA-MP Wiki
Description:
Set the name of the game mode, which appears in the server browser.
(const string[])
string[] | The gamemode name to display. |
Return Values:
This function does not return any specific values.
Example Usage:
public OnGameModeInit() { SetGameModeText("Team Deathmatch"); return 1; }