Forward error[Urgent REP+]
#5

pawn Код:
public EndLotto(second)
{
    new string[128];
    if(second != 0)
    {
        format(string, sizeof(string), "Lottery News Countdown: %d.", second);
        OOCOff(COLOR_WHITE, string);
        SetTimerEx("EndLotto", 1000, 0, "d", second-1);
    }
    else
    {
        format(string, sizeof(string), "Lottery News: We have started the Lottery Election.");
        OOCOff(COLOR_WHITE, string);
        new rand = random(99);
        if(rand < 77) { rand += 3; }
        Lotto(rand);
        LottoStarted = 0;
    }
    return 1;
}
Thats the Public,it might halp.
Reply


Messages In This Thread
Forward error[Urgent REP+] - by Strech - 29.08.2012, 19:16
Re: Forward error[Urgent REP+] - by Akira297 - 29.08.2012, 19:17
Re: Forward error[Urgent REP+] - by Strech - 29.08.2012, 19:18
Re: Forward error[Urgent REP+] - by Misiur - 29.08.2012, 19:22
Re: Forward error[Urgent REP+] - by Strech - 29.08.2012, 19:24
Re: Forward error[Urgent REP+] - by Misiur - 29.08.2012, 19:28
Re: Forward error[Urgent REP+] - by Strech - 29.08.2012, 19:30
Re: Forward error[Urgent REP+] - by Misiur - 29.08.2012, 19:32
Re: Forward error[Urgent REP+] - by Strech - 29.08.2012, 19:36
Re: Forward error[Urgent REP+] - by Misiur - 29.08.2012, 19:47

Forum Jump:


Users browsing this thread: 2 Guest(s)