09.11.2014, 18:39
(
Последний раз редактировалось theYiin; 09.11.2014 в 22:59.
)
Quote:
Seems like a of extra overhead to me, if you have more than 256 player textdraws your probably ignoring the fact of using global textdraws for any static textdraws. It could be useful in certain circumstances but you would actually have to have over 256 player textdraws before that happens and again with proper textdraw management that isn't easy to reach.
|
Inventory:
new Text:TD.Inventory[14];
new PlayerText: pTD.Inventory[MAX_PLAYERS][53];
pic: http://i.imgur.com/HY0DMUn.jpg
Container:
new Text:TD.Container[21];
new PlayerText:pTD.Container.Left[MAX_PLAYERS][46];
new PlayerText:pTD.Container.Right[MAX_PLAYERS][45];
pic: http://i.imgur.com/8sPndjP.jpg
Garage:
new Text:TD.Garage[44];
new PlayerText:pTD.Garage[23][MAX_PLAYERS];
pic: http://i.imgur.com/SkK13HF.jpg
not counting other things.
Stuff like this requires a lot of textdraws.