22.08.2012, 13:05
Try this:
Код:
else //Back Button { new str[512] = "Player Commands:\n\n"; strcat(str, "/stats -- Show specified player statistics\n"); ShowPlayerDialog(playerid, DIALOG_COMMANDS, DIALOG_STYLE_MSGBOX, "Commands", str, ">>", "Close"); }