03.02.2012, 13:57
Quote:
<= means for Admins Level 1 and Less.
Change it to >= 1 OR > 0 And return 0; as Wesley said, because it will send to non Admins. |
a < b = a smaller than b..
a <= b = a smaller or equal to b..
a >= b = a greater or equal to b.. are you sure?? i am not sure for that :/