[Ajuda] Mensagem
#1

Queria coloca mensagem randomicas no servidor e coloca para troca o nome do servidor, automaticamente 2 vezes, alguйm em ajuda +rep.
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=177983
https://sampforum.blast.hk/showthread.php?tid=180718
Reply
#3

pawn Код:
new ServerName[2][20] = {
{"Nome Servidor 1"},
{"Nome Servidor 2"}
};

forward RandomName();
public RandomName()
{
    new string[64];
    format(string,64,"hostname %s",ServerName[random(sizeof(ServerName))]);
    SendRconCommand(string);
}

SetTimer("RandomName", 2000, true);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)