Need help
#2

by updating textdraws over arrays like:

Format a string:
pawn Код:
format(string, sizeof(string), "Text: %s \
                                Text: %s \
                                Text: %s"
, array[0], array[1], array[2]);
then updating it:
array[1] = array[0];
array[2] = array[1];
array[0] = "new text";

Hard to explain but something like that.
Reply


Messages In This Thread
Need help - by SpiderWalk - 15.05.2011, 09:43
Re: Need help - by Lorenc_ - 15.05.2011, 09:58
Re: Need help - by SpiderWalk - 15.05.2011, 10:08
Re: Need help - by SpiderWalk - 15.05.2011, 10:32
Re: Need help - by Venice - 15.05.2011, 10:38
Re: Need help - by Lorenc_ - 15.05.2011, 10:48

Forum Jump:


Users browsing this thread: 1 Guest(s)