03.04.2011, 17:59
I'm such an idiot, I defined WEBSITE twice!
Thanks to Ricop522 for trying to help me.
This is what was happening:
Solution: either removing one of them (variable - definition) or changing its name to something else.
Thanks to Ricop522 for trying to help me.
This is what was happening:
pawn Код:
#define WEBSITE "www.mywebsite.com" // First definition.
enum
Enumeration
{
Text:CLOCK[MAX_PLAYERS],
Text:WEBSITE // You can not define it twice!
};
new TD_Array[Enumeration];