[TEXTDRAW] Help about limits.
#5

Quote:
Originally Posted by Vince
Посмотреть сообщение
TextDraw should always be initialized with INVALID_TEXT_DRAW otherwise they tend to mix up a lot.

Global:
PHP код:
new Text:globalTD[39] = {Text:INVALID_TEXT_DRAW, ...}; 
Player:
PHP код:
new PlayerText:playerTD[MAX_PLAYERS] = {PlayerText:INVALID_TEXT_DRAW, ...}; 
As far as I can see nothing else is wrong and this should just work. Amount of connected players has nothing to do with it. You might try running crashdetect to see if something else is screwed which might be interfering.
Thank you, i have added this and it seems to be working now.
Reply


Messages In This Thread
[TEXTDRAW] Help about limits. - by DeitY - 29.11.2015, 07:32
Re: [TEXTDRAW] Help about limits. - by PrO.GameR - 29.11.2015, 07:53
Re: [TEXTDRAW] Help about limits. - by DeitY - 29.11.2015, 07:57
Re: [TEXTDRAW] Help about limits. - by Vince - 29.11.2015, 10:13
Re: [TEXTDRAW] Help about limits. - by DeitY - 29.11.2015, 12:08

Forum Jump:


Users browsing this thread: 2 Guest(s)