[HELP] Money System
#3

Quote:
Originally Posted by Miokie*
You could do:

pawn Код:
new PlayerCash[MAX_PLAYERS];
Then like when you want to check the players cash:
Use a format string like so:
pawn Код:
new String[30];
format(String,sizeof(String),"Your Cash: %d",PlayerCash[playerid]);
SendClientMessage(playerid,COLOR,String);
How to get make people receive money? Eg. If someone sells an item, how do i make it so it gives the player cash.
Reply


Messages In This Thread
[HELP] Money System - by sacman - 28.11.2009, 06:59
Re: [HELP] Money System - by miokie - 28.11.2009, 11:41
Re: [HELP] Money System - by sacman - 02.12.2009, 05:04
Re: [HELP] Money System - by Extremo - 02.12.2009, 06:30
Re: [HELP] Money System - by Doktor - 02.12.2009, 08:01
Re: [HELP] Money System - by sacman - 02.12.2009, 09:00

Forum Jump:


Users browsing this thread: 1 Guest(s)