20.05.2013, 04:36
Vlw Andre 

Quote:
Код:
// ============ Coloque Os News Aqui ============== new count1 = 0; new ServidorNome[0][128] = { "» GNB - Gaming Fox Brasil ® (0.3x) «", "Visite nosso Fуrum: WwW.GamingFoxBrasil.Tk", "» GNB - Gaming Fox Brasil ® (0.3x) «", "» GNB - Gaming Fox Brasil ® (0.3x) «", "Visite nosso Fуrum: WwW.GamingFoxBrasil.Tk", "» GNB - Gaming Fox Brasil ® (0.3x) «" }; // ================================================== =========================== public NomeServer() { count1++; if(count1 > 4)count1 = 0; new string[128]; format(string, sizeof(string), "hostname %s", ServidorNome[count1]); SendRconCommand(string); } |