10.04.2019, 22:02
Quote:
Alright, few things ...
1. You're using global textdraws everywhere, that's not good, since you'll hit the max of 2048 quite quick. In your time command you show one of two things:
2. You don't initialize your textdraws, this can lead to very strange behaviour in the future. 3. You're also doing this: Код:
new str[500]; new MonthStr[15]; Other than that, I just tested you're code, and the time does show for me. |
I am getting this black box, how come it would work for you? I'm confused. What's wrong with making a textdraw like this? I don't want to make 200 different textdraws, just change the text based on what I want to tell the player at that time.