GameTextForAll question
#7

can you explain me what does this do? it sounds like making the script work if there are players on the server...am i right?
Quote:
Originally Posted by xkirill
Посмотреть сообщение
pawn Код:
//you forgot this
    for(new i; i < MAX_PLAYERS; i ++)
       {
             if(IsPlayerConnected(i))
             {
                   TextDrawShowForPlayer(i, forum);
             }
       }
Reply


Messages In This Thread
GameTextForAll question - by andrei23_yoo - 06.09.2011, 13:43
Re: GameTextForAll question - by Kaperstone - 06.09.2011, 13:51
Re: GameTextForAll question - by andrei23_yoo - 06.09.2011, 14:43
Re: GameTextForAll question - by Kingunit - 06.09.2011, 14:44
Re: GameTextForAll question - by andrei23_yoo - 06.09.2011, 15:27
Re: GameTextForAll question - by Kaperstone - 06.09.2011, 15:33
Re: GameTextForAll question - by andrei23_yoo - 06.09.2011, 15:39
Re: GameTextForAll question - by Kaperstone - 06.09.2011, 15:40
Re: GameTextForAll question - by _Aleksandar - 06.09.2011, 16:06

Forum Jump:


Users browsing this thread: 1 Guest(s)