[Help]prices
#3

Quote:
Originally Posted by Don Correlli
Example #1:
pawn Код:
if(GetPlayerMoney(playerid) < 1500)
{
  // not enough money.
}
else
{
  // enough money.
}
Example #2:
pawn Код:
if(GetPlayerMoney(playerid) >= 1500)
{
  // enough money.
}
else
{
  // not enough money.
}
Ty very much
Reply


Messages In This Thread
[Help]prices - by [XST]O_x - 19.09.2009, 18:57
Re: [Help]prices - by Correlli - 19.09.2009, 19:00
Re: [Help]prices - by [XST]O_x - 19.09.2009, 19:01
Re: [Help]prices - by [XST]O_x - 19.09.2009, 19:35
Re: [Help]prices - by MadeMan - 19.09.2009, 19:54
Re: [Help]prices - by [XST]O_x - 19.09.2009, 19:58

Forum Jump:


Users browsing this thread: 1 Guest(s)