Show how much money you have.
#2

pawn Код:
COMMAND:stats(playerid, params[])
{
    new string[19];
    format(string, sizeof(string), "Money: $%i", GetPlayerMoney(playerid));
    SendClientMessage(playerid, 0xFF0000AA, string);
    return 1;
}
Reply


Messages In This Thread
Show how much money you have. - by Shockey HD - 31.07.2011, 23:18
Re: Show how much money you have. - by Laronic - 31.07.2011, 23:28

Forum Jump:


Users browsing this thread: 1 Guest(s)