04.12.2011, 05:02
Im fairly new to textdraws, but I have a timer that destroys a textdraw and creates it with an updated number (countdown). I have two other textdraws that I use for informational stuff but they instantly disapear after being created, this only happens when my timer is running. One is called Text
ite and it gets showed to everyone. The timer is called Text:timer and it gets destroyed, recreated with an updated value every second, and my Text
ite disapears after a second the server is started. I currently am doing this:
new Text:Site[MAX_PLAYERS];
And creating it / showing it at OnPlayerConnect, it works but I need help fixing this problem, as I dont want to create every textdraw on every player connect, I want to use ShowTextdrawforall. Can anyone help me out?


new Text:Site[MAX_PLAYERS];
And creating it / showing it at OnPlayerConnect, it works but I need help fixing this problem, as I dont want to create every textdraw on every player connect, I want to use ShowTextdrawforall. Can anyone help me out?