17.06.2014, 13:59
pawn Код:
format(string, sizeof(string), "Cop rank: %d\nVip rank: %d", coprank, viprank);
format(title, sizeof(title), "Stats of %s", PlayerLog[playerid][Name]);
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, title, string, "Button 1", "Button 2");