[Ajuda] Ajuda com meu sistema de loterica
#2

pelo que entendi acho que isso ajudarб vocк:

pawn Код:
SetTimer("IniciarLoterica",120000,true); //ta como 2 minutos, troca ai..

forward IniciarLoterica();
public IniciarLoterica()
{
    format(string, sizeof(string), "Notнcias lotйricas: Nуs comeзamos uma nova eleiзгo lotйrica.");
    OOCOff(COLOR_WHITE, string);
    new rand = random(80);
    if(rand < 77) { rand += 3; }
    Lotto(rand);
    return 1;
}
Reply


Messages In This Thread
Ajuda com meu sistema de loterica - by rogerioexper - 08.11.2012, 15:18
Re: Ajuda com meu sistema de loterica - by s4kuL - 08.11.2012, 15:22

Forum Jump:


Users browsing this thread: 1 Guest(s)