27.06.2016, 23:18
Here is the mistake:
You defined TXT_TD_Text as a 2D array, 2nd dim. is 12 cells in size, ranging from 0..11 inclusive and you try to access the twelfth slot.
Код:
new PlayerText:TXT_TD_Text[MAX_PLAYERS][ 12 ]; new PlayerWeapon[MAX_PLAYERS][13][P_WEAPONS]; for (new i = 0; i <= 12; i++) { PlayerTextDrawSetPreviewRot(playerid,TXT_TD_Update[playerid][ i ], 0,0,0, 5.0);