#8

Put that before IsPlayerConnected:

for(new i = 0; i < MAX_PLAYERS; i++)
{

So, it should look like this
pawn Код:
if(ip)
{
   for(new i = 0; i < MAX_PLAYERS; i++)
   {
       if(IsPlayerConnected(i))
       {
           // Blah
       }
   }
}
Reply


Messages In This Thread
IP - by [TouchX]Ash - 16.06.2009, 17:12
Re: IP - by Karlip - 16.06.2009, 17:15
Re: IP - by kaisersouse - 16.06.2009, 17:16
Re: IP - by [TouchX]Ash - 16.06.2009, 17:37
Re: IP - by Karlip - 16.06.2009, 17:39
Re: IP - by kaisersouse - 16.06.2009, 17:46
Re: IP - by [TouchX]Ash - 16.06.2009, 18:02
Re: IP - by SpiderPork - 16.06.2009, 18:06
Re: IP - by [TouchX]Ash - 16.06.2009, 18:10
Re: IP - by Karlip - 16.06.2009, 18:20

Forum Jump:


Users browsing this thread: 1 Guest(s)