Hey folks,

I've got another Problem.

I have to give out an array with textprintf_ex but it doesn't work like I wrote it:

Code:
textprintf_ex(screen,font,table_x,table_y,makecol(255,255,255), -1,"%s", table[c][l]);