Textdraw list? - 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)
+--- Thread: Textdraw list? (
/showthread.php?tid=531545)
Textdraw list? -
Derexi - 13.08.2014
If I wanted to created a box with textdraws that shows when people teleport, or connect or whatever, how would I limit the different lines so when the box is full, the top message disappears and a new message appears? like it would start as:
Код:
User has teleported to Example teleport 1
User has teleported to Example teleport 2
User has teleported to Example teleport 3
User has teleported to Example teleport 4
User has teleported to Example teleport 5
then a new teleport message would come up so the top message would disappear:
Код:
User has teleported to Example teleport 2
User has teleported to Example teleport 3
User has teleported to Example teleport 4
User has teleported to Example teleport 5
User has teleported to Example teleport 6