29.06.2014, 05:06
Here:
You don't need to add [MAX_PLAYERS] to player textdraws.
just replace them everywhere with:
This will remove the looping and also increase the speed of the system.
pawn Code:
new PlayerText:Statement[MAX_PLAYERS];
new PlayerText:Box[MAX_PLAYERS];
new PlayerText:boxtext[MAX_PLAYERS];
just replace them everywhere with:
pawn Code:
new PlayerText:Statement;
new PlayerText:Box;
new PlayerText:boxtext;