SetGameModeText

From SA-MP Wiki

Jump to: navigation, search


Description:

Set the name of the game mode, which appears in the server browser.


Parameters:
(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;
}
Personal tools
Navigation
Toolbox
In other languages