10.02.2013, 17:43
Since those last two are
but should be
Meaning just change the [0] ---> [1] and you should be fine.
Код:
TextDrawSetSelectable(veiculo_cor1[i][0], true);
Код:
TextDrawSetSelectable(veiculo_cor1[i][1], true);
Meaning just change the [0] ---> [1] and you should be fine.