Command (Dialog won't show)
#1

How come this command won't work in game?


I do the command and nothing happens.

pawn Код:
command(stats, playerid, params[])
{
    new string[256];
    format(string, sizeof(string), "--- %s ---\n\nMoney: {33FF33}$%d\nScore: {33FF33}%d", pName(playerid), Player[playerid][Money], Player[playerid][Score]);
    ShowPlayerDialog(playerid, 99999, DIALOG_STYLE_MSGBOX, "Statistical Information", string, "Close", "");
    return 1;
}
I get no errors in Pawno.

Thanks.
Reply


Messages In This Thread
Command (Dialog won't show) - by iGetty - 16.05.2012, 23:11
Re: Command (Dialog won't show) - by Jonny5 - 16.05.2012, 23:13
Re: Command (Dialog won't show) - by iGetty - 16.05.2012, 23:15

Forum Jump:


Users browsing this thread: 2 Guest(s)