[Ajuda] Problema
#4

//Topo gm

Код:
forward SendMSG();
Код:
new RandomServerName[3][] =
{
    "Nome servidor 1",
    "Nome servidor 2",
    "Nome servidor 3 "
};
//GameModeInit

Код:
SetTimer("SendMSG", 1000, true);
//Final gm

Код:
public SendMSG()
{
    new string[128];
    new randMSG = random(sizeof(RandomServerName));
    format(string,sizeof(string),"hostname %s",RandomServerName[randMSG]);
    SendRconCommand(string);
    return 1;
}
Espero ter ajudado
Reply


Messages In This Thread
Problema - by CezarBR - 20.08.2017, 06:51
Re: Problema - by GuilhermeNunes - 20.08.2017, 07:21
Re: Problema - by CezarBR - 20.08.2017, 21:58
Re: Problema - by zCyan - 20.08.2017, 22:26

Forum Jump:


Users browsing this thread: 2 Guest(s)