SA-MP Forums Archive
Need help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Need help (/showthread.php?tid=255343)



Need help - SpiderWalk - 15.05.2011

Hello all i need help how to make this?



Re: Need help - Lorenc_ - 15.05.2011

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.


Re: Need help - SpiderWalk - 15.05.2011

ok but how to make that box and that other??


Re: Need help - SpiderWalk - 15.05.2011

How to create it?


Re: Need help - Venice - 15.05.2011

stop double posting and post on script request thread


Re: Need help - Lorenc_ - 15.05.2011

Learn to search i aint helping you to create textdraws.