17.06.2014, 13:56
Can you make one example please broo? just one with dialog_msg and tittle? please
for example:
Stats of %s
and in dialog
Roblevel etc please? CAn you do it i try sometghing like this but don't work
format(string, sizeof(string), "Cop rank: %d\nVip rank: %d", coprank, viprank);
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "Title", string, "Button1", "Button2");
format(title, 60, "Stats of %s", PlayerLog[playerid][Name]);
ShowPlayerDialog(playerid, 0, 0, title, string, "Button 1", "Button 2");
for example:
Stats of %s
and in dialog
Roblevel etc please? CAn you do it i try sometghing like this but don't work
format(string, sizeof(string), "Cop rank: %d\nVip rank: %d", coprank, viprank);
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "Title", string, "Button1", "Button2");
format(title, 60, "Stats of %s", PlayerLog[playerid][Name]);
ShowPlayerDialog(playerid, 0, 0, title, string, "Button 1", "Button 2");