30.10.2011, 17:27
Hello guys..i want to know how can i make some name as a Hostname via my gm or fs...??
example -
To set the Mode of the GM we use -
What is the code for doing it for the Hostname ..?
example -
To set the Mode of the GM we use -
pawn Код:
Top of script:
#define Game_Version "::.:|™|Mortal Stuntages|™|:.::(Mortal Gaming Group)"
public OnGameModeInit()
{
SetGameModeText(""Game_Version"");
return 1;
}