public NomeServer(){ new string[128]; format(string, sizeof(string), "hostname %s", ServidorNome[random(sizeof(ServidorNome))]); SendRconCommand(string);}