[FilterScript] C-Shoutbox - Ingame Shoutbox.
#11

Quote:
Originally Posted by Carlton
Посмотреть сообщение
Heh, thanks for the time. Also shouldn't this:

pawn Код:
if(x < MAX_PLAYERS)
    {
        if(IsPlayerConnected(x) && playerShoutBox[x] != 0) ShowShoutBoxForPlayer(x);
        x++;
    }
Be this:

pawn Код:
while(x < MAX_PLAYERS)
    {
        if(IsPlayerConnected(x) && playerShoutBox[x] != 0) ShowShoutBoxForPlayer(x);
        x++;
    }
?
Oops, could swear I put that.
Reply


Messages In This Thread
C-Shoutbox - Ingame Shoutbox. - by Carlton - 16.08.2010, 18:48
Re: C-Shoutbox - Ingame Shoutbox. - by Calgon - 16.08.2010, 18:59
Re: C-Shoutbox - Ingame Shoutbox. - by KK - 16.08.2010, 19:05
Re: C-Shoutbox - Ingame Shoutbox. - by Carlton - 16.08.2010, 19:12
Re: C-Shoutbox - Ingame Shoutbox. - by lolumadd - 17.08.2010, 00:27
Re: C-Shoutbox - Ingame Shoutbox. - by ••• ĤБĶБM ••• - 17.08.2010, 00:42
Re: C-Shoutbox - Ingame Shoutbox. - by MisterTickle - 17.08.2010, 00:54
Re: C-Shoutbox - Ingame Shoutbox. - by Carlton - 17.08.2010, 01:03
Re: C-Shoutbox - Ingame Shoutbox. - by Calgon - 17.08.2010, 01:12
Re: C-Shoutbox - Ingame Shoutbox. - by Carlton - 17.08.2010, 01:15
Re: C-Shoutbox - Ingame Shoutbox. - by Calgon - 17.08.2010, 16:27

Forum Jump:


Users browsing this thread: 1 Guest(s)