25.02.2019, 19:30
Quote:
I can almost guarantee you are using TD's incorrectly then. You must have a shit load of player td's that should actually be global. 100 global and 235 player I know that is fucked up just by looking at it.
[...] |
Older version of my gamemode, was using only PlayerTextDraws and I had an issue with the limits but, right now it's been worked enough without allowing me compressing it anymore or at least not that much.
TLoU (SA-MP) uses a lot of textdraws..
Global is about ~1000 lines (for loops)
https://i.imgur.com/DlkQGBC.png
Per-Player are about 1300 lines (not a lot of lines because most of them are in for-loops)
https://i.imgur.com/01kV8L3.png