09.02.2015, 06:42
My programming teacher taught us that break is evil (I disagree, it has it purposes) but in this case it might be better solved with a while loop.
pawn Код:
new i = 0;
while(PlayaInfo[playerid][0][i] != 0 && i <= 3) { i++; }