How to?..
#1

How to display a text for player under the cash ammount for example of "Coins system" like:
Код:
CMD:mygears(playerid, params[])
{
        format(sstring, sizeof(sstring), "\t%s 's Gears ammount:\n\nYou Have: %d Gears!", Global_Name, PlayerInfo[playerid][GoldCoins]);
        ShowPlayerDialog(playerid, MyCoins, BOX,"Gears Info",sstring,"Quit","");
        return 1;
I need it to show how many coins a player have once he connects till he disconnects.
Reply


Messages In This Thread
How to?.. - by Brys - 22.01.2016, 08:08
Re: How to?.. - by Lucky13 - 22.01.2016, 08:14
Re: How to?.. - by Brys - 22.01.2016, 08:19
Re: How to?.. - by jlalt - 22.01.2016, 09:12

Forum Jump:


Users browsing this thread: 1 Guest(s)