[SOLVED]How can I?
#5

Quote:
Originally Posted by thiaZ_
pawn Код:
//onplayertext:
for(new i=0; i<256; i++)
{
        if(strfind(text[i],result12) != -1 && calculated == 1)
        {
           
            SendClientMessageToAll(THIAZ_YELLOW,"the calculation has been finished!"); //do this for yourself!
            GivePlayerMoney(playerid,5000);
            calculated = 0; //set this to 0, so that noone else can write the result after now.
        }
    }
SA:MP chat-box MAX_IO is 128, so i don't really know why're you using 256?
Reply


Messages In This Thread
[SOLVED]How can I? - by Jeffry - 21.01.2010, 14:24
Re: How can I? - by thiaZ_ - 21.01.2010, 14:26
Re: How can I? - by Jeffry - 21.01.2010, 14:42
Re: How can I? - by thiaZ_ - 21.01.2010, 15:01
Re: How can I? - by Correlli - 21.01.2010, 15:06
Re: How can I? - by Jeffry - 21.01.2010, 15:08
Re: How can I? - by Correlli - 21.01.2010, 15:26
Re: [SOLVED]How can I? - by Jeffry - 21.01.2010, 15:30
Re: [SOLVED]How can I? - by thiaZ_ - 21.01.2010, 15:36
Re: [SOLVED]How can I? - by Correlli - 21.01.2010, 16:48

Forum Jump:


Users browsing this thread: 1 Guest(s)