Need small help if is not a problem :3
#2

pawn Код:
if(GetPlayerMoney(playerid) >= 1800)
{
      // code
}
else return SendClientMessage(playerid, -1, "You don't have enough money.");
or
pawn Код:
if(GetPlayerMoney(playerid) < 1800) return SendClientMessage(playerid, -1, "You don't have enough money.");
Reply


Messages In This Thread
Need small help if is not a problem :3 - by Toxik - 24.08.2015, 23:40
Re: Need small help if is not a problem :3 - by Abagail - 24.08.2015, 23:43
Re: Need small help if is not a problem :3 - by DarkLored - 24.08.2015, 23:43
Re: Need small help if is not a problem :3 - by Toxik - 24.08.2015, 23:50
Re: Need small help if is not a problem :3 - by R0 - 24.08.2015, 23:51

Forum Jump:


Users browsing this thread: 1 Guest(s)