A small reqest
#3

Quote:
Originally Posted by Hwang
Посмотреть сообщение
Resources, it can replicate them;

pawn Код:
CMD:stats(playerid)
{
    new statz[1024];
    strcat(statz, "Score: %d\n",GetPlayerScore(playerid));
    strcat(statz, "Money: $%d\n",GetPlayerMoney(playerid));
    ShowPlayerDialog(playerid,644,DIALOG_STYLE_MSGBOX,"Stats",statz,"Close","");
    return true;
}
U mean that i can use the given tepmplate which u made like this? and just add them under the code of money ?
PHP код:
strcat(statz"Kills: %d\n",GetPlayerKills(playerid)); 
Reply


Messages In This Thread
A small reqest - by weedxd - 15.05.2014, 11:17
Re: A small reqest - by Hwang - 15.05.2014, 11:29
Re: A small reqest - by weedxd - 15.05.2014, 11:35
Re: A small reqest - by Hwang - 15.05.2014, 11:39
Re: A small reqest - by weedxd - 15.05.2014, 11:43
Re: A small reqest - by Hwang - 15.05.2014, 11:52
Re: A small reqest - by Hwang - 15.05.2014, 13:33
Re: A small reqest - by weedxd - 15.05.2014, 14:03

Forum Jump:


Users browsing this thread: 1 Guest(s)