28.09.2012, 16:30
hi sorry i forgot to mention its a enum
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 Events[event];
pawn Код:
new count, string[128];
for(new i, j = MAX_EVENTS; i != j;i++)
{
format(string, sizeof(string), "Event name: %s", Events[i]);
count++;
}