Annoying strcat issue.
#1

pawn Код:
strcat(BizInfo[biz][bName], BizName[playerid]);
This line will not work. It worked before here...

pawn Код:
strcat(BizName[playerid], inputtext);
But will not transfer BizName to BizInfo..

BizInfo return an empty string with a printf.
BizName returns a full string with a printf.
Reply
#2

Thank you, Godfather.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)