tag mismatch
#5

hi sorry i forgot to mention its a enum
pawn Код:
new Events[event];
inside the enum im saving the names of the event name and in the string im trying to display the names if there is any

pawn Код:
new count, string[128];
                    for(new i, j = MAX_EVENTS; i != j;i++)
                    {
                        format(string, sizeof(string), "Event name: %s", Events[i]);
                        count++;
                    }
Reply


Messages In This Thread
tag mismatch - by thefatshizms - 28.09.2012, 16:16
Re: tag mismatch - by Jarnu - 28.09.2012, 16:23
Re: tag mismatch - by West X - 28.09.2012, 16:26
Re: tag mismatch - by HuSs3n - 28.09.2012, 16:30
Re: tag mismatch - by thefatshizms - 28.09.2012, 16:30
Re: tag mismatch - by Jarnu - 28.09.2012, 16:30
Re: tag mismatch - by HuSs3n - 28.09.2012, 16:32
Re: tag mismatch - by GordonP - 28.09.2012, 16:35
Re: tag mismatch - by thefatshizms - 28.09.2012, 16:37

Forum Jump:


Users browsing this thread: 3 Guest(s)