Why doesn't this work?
#1

I have this piece of code
pawn Код:
if(mathson == false)
        {
            KillTimer(stopper);
            mathson = true;
            new rand1;
            new rand2;
            new rand4;
            rand1 = random(222);
            rand2 = random(111);
            rand4 = random(50);
            answer = rand1 + rand2 + rand4;
            new str[264];
            format(str,sizeof str,"« Maths » "lgreen2"What is "lorange"%d+%d+%d"lgreen2"? Worth "lorange"$15,000 "lgreen2"+"lorange"5 Score"lgreen2"! "lyellow"Use /ANSWER <answer> to answer!",rand1,rand2,rand4);
            SendClientMessageToAll(red,str);
            stopper = SetTimer("endmath",60000,false);
        }
It doesn't send the message, but it activates the timer...
Whats the problem?
Reply


Messages In This Thread
Why doesn't this work? - by FireCat - 22.07.2011, 10:25
Re: Why doesn't this work? - by BMUK - 22.07.2011, 10:43
Re: Why doesn't this work? - by FireCat - 22.07.2011, 10:46
Re: Why doesn't this work? - by BMUK - 22.07.2011, 10:57
Re: Why doesn't this work? - by MoroDan - 22.07.2011, 11:00
Re: Why doesn't this work? - by Mean - 22.07.2011, 11:08
Respuesta: Why doesn't this work? - by clavador - 22.07.2011, 11:12
Re: Why doesn't this work? - by IstuntmanI - 22.07.2011, 11:15
Re: Why doesn't this work? - by Mean - 22.07.2011, 15:12
Re: Why doesn't this work? - by Adil - 22.07.2011, 15:17

Forum Jump:


Users browsing this thread: 2 Guest(s)