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

Line

Quote:

format(str, 256, "~n~~n~~n~~n~~n~~n~~n~~n~~w~You picked up a %s%s ~w~Package!", textcolor, color);

Reply
#2

up...
Reply
#3

Do you have a "new string[256]" above that somewhere?
If there's another value in the [ ], then change it to 256.
Reply
#4

Does the size of the string match? If not, this try:

pawn Код:
format(str, sizeof(str), "~n~~n~~n~~n~~n~~n~~n~~n~~w~You picked up a %s%s ~w~Package!", textcolor, color);
Reply
#5

CalvinC, no i have not!
jackx3rx, i'm still get same problem
Reply
#6

////////////
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)