02.02.2014, 07:49
A simple check of the "arma[2][1]" to see if the value is greater than 0, if not set "arma[2][0]" to 0.
pawn Код:
arma[2][0] = (arma[2][1] < 1 ? 0 : arma[2][0]);