Problem with array containing textdraws
#4

I'm such an idiot, I defined WEBSITE twice!

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];
Solution: either removing one of them (variable - definition) or changing its name to something else.
Reply


Messages In This Thread
Problem with array containing textdraws - by Miguel - 02.04.2011, 23:07
Re: Problem with array containing textdraws - by Miguel - 03.04.2011, 13:57
Re: Problem with array containing textdraws - by Ricop522 - 03.04.2011, 14:22
Re: Problem with array containing textdraws - by Miguel - 03.04.2011, 17:59

Forum Jump:


Users browsing this thread: 1 Guest(s)