how to format?
#1

How can I format more values at once??
like: "some text", var1, "text2", text3, "text4",...
Reply
#2

easy

pawn Код:
format(string, sizeof(string), "%i %s %s %s", var1, text1, text2,text3");
then %i will show what you have in var1
and %s will show what you have in text1-3
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)