/cmds help
#5

It's a dialog and i want to add "Next Page" how to add it?

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;
Reply


Messages In This Thread
/cmds help - by kirostar - 17.06.2014, 14:34
Re: /cmds help - by Mey6155 - 17.06.2014, 14:40
Re: /cmds help - by Clad - 17.06.2014, 14:42
Re: /cmds help - by Konstantinos - 17.06.2014, 14:44
Re: /cmds help - by kirostar - 17.06.2014, 14:48
Re: /cmds help - by Konstantinos - 17.06.2014, 14:50
Re: /cmds help - by kirostar - 17.06.2014, 14:53
Re: /cmds help - by Clad - 17.06.2014, 14:53
Re: /cmds help - by kirostar - 17.06.2014, 14:55
Re: /cmds help - by Mey6155 - 17.06.2014, 15:35

Forum Jump:


Users browsing this thread: 1 Guest(s)