21.06.2014, 06:03
i made /cmds but it's too long and is full height and if i added 1 more command it will not show the other commands, so how to make page 2? with the same command (/cmds) It is a dialog
I know that i must do response but how to it :/
ex:
I know that i must do response but how to it :/
ex:
Код:
CMD:cmds (playerid) { new bigstring[3000]; strcat(bigstring, "{FCFFC3}Commands:\n"); ShowPlayerDialog(playerid, DIALOG_CMDS, DIALOG_STYLE_MSGBOX, ""RED"[EsF]Server Commands", bigstring, "OK", ""); return 1; }