error 047: array sizes do not match, or destination array is too small
#1

Код:
error 047: array sizes do not match, or destination array is too small
Errors on this line:
Код:
Reports[MAX_REPORTS-1] = string;
Other stuff may needed
Код:
for(new i = 1; i < MAX_REPORTS; i++) Reports[i] = "<none>";

for(new i = 1; i < MAX_REPORTS; i++)

new Reports[MAX_REPORTS][128];

#define MAX_REPORTS 9
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)