29.10.2013, 14:41
You must put it in OnGameModeInit.
Like for example:
and it must be like this:
not:
Like for example:
pawn Код:
public OnGameModeInit()
{
SendRconCommand("hostname American Roleplay [ENG]");
}
pawn Код:
SendRconCommand("hostname American Roleplay [ENG]");
pawn Код:
SendRconCommand("hostname "American Roleplay [ENG]"");