A weird warning.
#4

Quote:
Originally Posted by tour15
Посмотреть сообщение
You have defined again foreach in your gamemode. Find it and remove it.
I found this in foreach.inc :
pawn Код:
#define foreach(%1,%2) \
    for (new %2 = YSI_gS%1; _:%2 != -1; %2 = YSI_gA%1[%2])
This in Y_objects.inc :
pawn Код:
#define foreach(%1,%2) \
    for (new %2 = 0; %2 < MAX_PLAYERS; %2++) if (IsPlayerConnected(%2))
What should I do ?
Reply


Messages In This Thread
A weird warning. - by Darnell - 12.08.2011, 16:48
Re: A weird warning. - by TouR - 12.08.2011, 16:50
Re: A weird warning. - by Tee - 12.08.2011, 16:50
Re: A weird warning. - by Darnell - 12.08.2011, 16:59
Re: A weird warning. - by TouR - 12.08.2011, 17:00
Re: A weird warning. - by Darnell - 12.08.2011, 17:05
Re: A weird warning. - by MadeMan - 12.08.2011, 17:08
Re: A weird warning. - by Darnell - 12.08.2011, 17:09

Forum Jump:


Users browsing this thread: 1 Guest(s)