error compile
#1

i have this error

pawn Код:
D:\Users\Administrator\Desktop\Holliwood FIX\gamemodes\larp.pwn(11561) : error 017: undefined symbol "PLAYERS"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
at line i have this script:

pawn Код:
for(new i = 0; i < PLAYERS; i++)
complete script

pawn Код:
public SendWTMessage(channel, color, string[])
{
    for(new i = 0; i < PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
          if(PlayerInfo[i][pWTc] == channel)
          {
                SendClientMessage(i, color, string);
            }
        }
    }
}
Reply


Messages In This Thread
error compile - by Brian_Furios - 26.03.2010, 13:27
Re: error compile - by Headshot1108 - 26.03.2010, 13:28
Re: error compile - by Brian_Furios - 26.03.2010, 13:30

Forum Jump:


Users browsing this thread: 3 Guest(s)