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

FIXED.
Reply
#2

Is vInfo[carid][pavadinimas] a string or an int/float?
Reply
#3

You basically want to copy a string to another, but that way would only work if the sizes do match.

Change to:
pawn Код:
strcat((vInfo[carid][pavadinimas][0] = '\0', vInfo[carid][pavadinimas]), vpavadinimas, 128);
Reply
#4

thanks, i fix it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)