[HELP] About Money...
#2

pawn Код:
new money = GetPlayerMoney(playerid); // new variable which contains how much $ the player has
if(money >= 10000) // If they have more than or have 10000
{
  // your code
}
else // Else
{
  // Do something if they dont
}
Try that out.
Reply


Messages In This Thread
[HELP] About Money... - by Smiths - 07.09.2009, 14:56
Re: [HELP] About Money... - by ilikepie2221 - 07.09.2009, 15:00
Re: [HELP] About Money... - by Smiths - 07.09.2009, 15:08
Re: [HELP] About Money... - by Daslee - 07.09.2009, 15:15

Forum Jump:


Users browsing this thread: 1 Guest(s)