16.05.2012, 23:11
How come this command won't work in game?
I do the command and nothing happens.
I get no errors in Pawno.
Thanks.
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;
}
Thanks.