enum testenum { string[124] }; new test[MAX_PLAYERS][testenum];
CMD:test1(playerid) { test[playerid][string] = strval("T"); return 1; }
CMD:test2(playerid) { test[playerid][string] = "Test"; return 1; }
C:UsersKamilDesktopDMfilterscriptstescik.pwn(154) : error 047: array sizes do not match, or destination array is too small