Need help
#1

Hello all i need help how to make this?
Reply
#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
#3

ok but how to make that box and that other??
Reply
#4

How to create it?
Reply
#5

stop double posting and post on script request thread
Reply
#6

Learn to search i aint helping you to create textdraws.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)