[Help] Premium System
#3

Quote:
Originally Posted by UltraScripter
Посмотреть сообщение
pawn Код:
if(User[id][accountPP] =< amount) return SendClientMessage(playerid, 0xFF0000FF, "This Player Dont Have That Much Points!");
Basically what that code does is the following:
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:
Код:
=<
Use this:
Код:
<
Reply


Messages In This Thread
[Help] Premium System - by Arxalan - 28.12.2014, 16:33
Re: [Help] Premium System - by UltraScripter - 28.12.2014, 16:35
Re: [Help] Premium System - by AndySedeyn - 28.12.2014, 16:39

Forum Jump:


Users browsing this thread: 1 Guest(s)