17.06.2014, 14:48
It's a dialog and i want to add "Next Page" how to add it?
Pic:
Code Ex:
Pic:
Code Ex:
Код:
CMD:commands (playerid) return cmd_cmds(playerid); CMD:cmds (playerid) { new bigstring[3000]; strcat(bigstring, "{FCFFC3}Commands:\n"); strcat(bigstring, "{6EAAFF}/teleports (/teles) -{FF0000} Command to show all teleports\n"); ShowPlayerDialog(playerid, DIALOG_CMDS, DIALOG_STYLE_MSGBOX, ""RED"[EsF]Server Commands", bigstring, "OK", ""); return 1;