Textdraw problem
#1

Is it possible to extend sa-mp textdraw limit or somehow to remake textdraws to extend limit?

pawn Код:
enum textdrawdata
{
PlayerText:Textdraw0[MAX_PLAYERS],
PlayerText:Textdraw2[MAX_PLAYERS],
PlayerText:Textdraw202[MAX_PLAYERS],

Text:Textdraw,
Text:Textdraw1,
Text:Textdraw12,
Text:Textdraw3[MAX_PLAYERS],
Text:Textdraw4,
Text:Textdraw5,
Text:Textdraw6,
Text:Textdraw7,
Text:Textdraw8[MAX_PLAYERS],
Text:Textdraw9,
Text:Textdraw10[MAX_PLAYERS],
Text:Textdraw11[MAX_PLAYERS],
Text:bd,
Text:bdd,
Text:bac1,
Text:namver,
Text:werver,
Text:versionofserver,
Text:zone,
Text:al,
Text:txtTimeDisp,
Text:t,
Text:L1,

}
new textdraws[textdrawdata];
MAX PLAYERS 200

If i am trying to add more textdraws they don't show up. If i delete some of these, then the new ones may be seen ;/ .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)