Errors
#1

Hello, I'm getting some boring errors. Maybe can you help me ?

Quote:

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

For this line

Код:
if(dUserINT(params).("v1") == 0) { format(tmp, sizeof(tmp),"v1: 0"); strcat(string, tmp); v1 = tmp;
Reply
#2

be sure you used:
new tmp[256]; and same for v1 like:

PHP код:
new tmp[256],v1[256]; 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)