printf PROBLEM !
#1

Thanks,
REP + .
Reply
#2

sizeof BuyMenu is 11 but array is from 0-10 so format crash
replace <= in loop to <

and replace
pawn Код:
strins(Show,str,strlen(Show));
to
pawn Код:
strcat(Show,str);
you dont need strins for that
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)