How to set this textdraw string?
#1

Hello all I am creating a server sided money system but I want the money to show in a textdraw something like:

$000004000 not $4000 how can i do this please help this is my Give money stock:

pawn Код:
stock GiveMoney(playerid,money)
{
    new str[64];
    format(str,sizeof(str),"+$%i",money);
    TextDrawSetString(ShowMoneyEarned[playerid],str);
    pInfo[playerid][pMoney] += money;
    TextDrawShowForPlayer(playerid, ShowMoneyEarned[playerid]);
    return 1;
}
Reply


Messages In This Thread
How to set this textdraw string? - by HitterHitman - 14.05.2014, 07:01
Re: How to set this textdraw string? - by Lynn - 14.05.2014, 07:09
Re: How to set this textdraw string? - by HitterHitman - 14.05.2014, 07:16
Re: How to set this textdraw string? - by Lynn - 14.05.2014, 07:19
Re: How to set this textdraw string? - by iZN - 14.05.2014, 07:43
Re: How to set this textdraw string? - by HitterHitman - 14.05.2014, 08:46
Re: How to set this textdraw string? - by Vince - 14.05.2014, 08:55
Re: How to set this textdraw string? - by iZN - 14.05.2014, 09:16

Forum Jump:


Users browsing this thread: 2 Guest(s)