02.05.2012, 21:27
pawn Код:
new RandomServerName[5][] =
{
"[BR]Extreme Zombie [1.4Y]",
"[BR]Voltando com Tudo[PT]",
"[BR]Versгo Especial Mкs de Maio",
"[PT]Novos Refugios[BR]",
"[BR] Nova Staff [PT]"
};
SetTimer("Nome", 1000, true);//OnGameModeInit
forward Nome();
public Nome()
{
new string[75];
new randNome = random(sizeof(RandomNome));
format(string,sizeof(string),"hostname %s",RandomNome[randNome]);
SendRconCommand(string);
}