intro textdraws
#2

Could it be, that you have reached the Textdraw-Limit? The Limit for textdraws is 2048 TD's.
If you create 3 global TD's with player-variable:
pawn Код:
new Textdraw0[MAX_PLAYERS];
new Textdraw1[MAX_PLAYERS];
new Textdraw2[MAX_PLAYERS];
This would be 1500 Textdraws (3 * MAX_PLAYERS [MAX_PLAYERS = 500])
You should use "PlayerTextDraws".
Reply


Messages In This Thread
intro textdraws - by capottematias - 02.08.2014, 17:17
Re: intro textdraws - by Sharpadox - 02.08.2014, 17:23

Forum Jump:


Users browsing this thread: 1 Guest(s)