How to make this command charge money
#3

Quote:
Originally Posted by Sneaky'
pawn Код:
if(GetPlayerMoney(playerid) < 1000) // 1000 is the amount of cash they need
  return SendClientMessage(playerid, YOUR_COLOR, "You can not afford this."); // change YOUR_COLOR
And do:

pawn Код:
GivePlayerMoney(playerid, - 1000);
To take away $1000
Thanks a lot! it worked! Do you also know how to do this?

http://forum.sa-mp.com/index.php?topic=114592.0
Reply


Messages In This Thread
How to make this command charge money - by killdahobo99 - 04.08.2009, 00:48
Re: How to make this command charge money - by -Sneaky- - 04.08.2009, 00:54
Re: How to make this command charge money - by killdahobo99 - 04.08.2009, 01:21

Forum Jump:


Users browsing this thread: 1 Guest(s)