06.09.2014, 03:40
Okay, thanks for explaining, m8 , of trying to help, btw I copied from wiki:
pawn Код:
new
idx = 3;
if (0 < idx < 5)
{
print("idx is greater than 0 and less than 5!");
}