FormatMoney
#1

hy,i want to do some like that when i type /stats

i try with https://sampforum.blast.hk/showthread.php?tid=155801 but i can't do
that's my script

Код:
new account = PlayerInfo[targetid][pAccount];
new cash =  GetPlayerMoney(targetid);
format(coordsstring, sizeof(coordsstring), "Cash:[$%d] Bank:[$%d]", cash, account);
SendClientMessage(playerid, COLOR_WHITE,coordsstring);
Reply


Messages In This Thread
FormatMoney - by Visio - 30.09.2012, 11:43
Re: FormatMoney - by RedFusion - 30.09.2012, 11:48
Re: FormatMoney - by Visio - 30.09.2012, 11:50
Re: FormatMoney - by RedFusion - 30.09.2012, 11:55
Re: FormatMoney - by Visio - 30.09.2012, 11:58

Forum Jump:


Users browsing this thread: 1 Guest(s)