16.09.2010, 20:22
Код:
new string[256]; format(string, sizeof(string), "Kills [%d] Deaths [%d]...", PlayerInfo[playerid][Kills]); //change variables to your defined one ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Your Statistics", string, "Continue", "Cancel");