Textdraws not showing up
#1

I have textdraws that pop up every time someone robs a store on my cops and robbers server.After about a day of the server running, the textdraws stop popping up at all. Has anyone had a problem like this? Any ideas? I have a feeling it has something to do with lost packets or something similar.
Reply
#2

Use iPLEOMAX's TextDraw Editor, it's awesome and easy to use.
Reply
#3

Quote:
Originally Posted by vvhy
Посмотреть сообщение
I have a feeling it has something to do with lost packets or something similar.
Good try, but no. The probably cause is you creating new textdraws all the time without destroying old ones, thus reaching the limit and preventing any further textdraws from being created.
Reply
#4

Vince, that would make total sense! I have this on player disconnect:
Код:
TextDrawDestroy(JailTimer[playerid]);
Does that delete count towards the limit, even know it has [playerid]?

EDIT:
And also does this happen with objects and object limits too? Like DestroyObject then CreateObject?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)