28.12.2014, 16:39
Quote:
pawn Код:
|
If the user's points are equal or lower than the amount given by the admin, it will broadcast the error message.
What you are aiming for:
If the user's points are lower than the amount given by the admin, it will broadcast the error message.
So instead of 'Equal to or lower' you need the 'lower' sign only.
Instead of:
Код:
=<
Код:
<