23.03.2010, 15:46
Here's what them symbols actually mean.
pawn Код:
== // The value is equal to the other value.
pawn Код:
>= // The value is more than or equal to the other value.
pawn Код:
<= // The value is less than or equal to the other value.
pawn Код:
> // The value is more than the other value.
pawn Код:
< // The value is less than the other value.
pawn Код:
!= // The value does not equal the other value.