20.08.2017, 22:26
//Topo gm
//GameModeInit
//Final gm
Espero ter ajudado
Код:
forward SendMSG();
Код:
new RandomServerName[3][] = { "Nome servidor 1", "Nome servidor 2", "Nome servidor 3 " };
Код:
SetTimer("SendMSG", 1000, true);
Код:
public SendMSG() { new string[128]; new randMSG = random(sizeof(RandomServerName)); format(string,sizeof(string),"hostname %s",RandomServerName[randMSG]); SendRconCommand(string); return 1; }