how to make cmds list
#8

Use This
Код:
CMD:cmds(playerid, params[])
{
	new CommandList[2000] = "%s";
		new a;
		new Commands[][] =	{
		" \n%s",
        "{00FF40} Server Commands\n{DADADA}%s",
		"\Type Your Commands In Between It.n%s",
		"Type Your Commands In Between It.\n%s",
		"Type Your Commands In Between It.\n%s",
		"Type Your Commands In Between It.\n%s",
		"Type Your Commands In Between It.\n%s",
		"Type Your Commands In Between It.\n%s",
		"Type Your Commands In Between It.\n%s",
		"Type Your Commands In Between It.\n%s",
		"Type Your Commands In Between It.\n%s",
		"Type Your Commands In Between It.\n%s",
		};

		a = sizeof(Commands);
		for(new i = 0; i<a; i++)
		{
			format(CommandList, sizeof(CommandList), CommandList, Commands[i]);
		}

	    format(CommandList, sizeof(CommandList), CommandList, "");

  		ShowPlayerDialog(playerid,51, DIALOG_STYLE_MSGBOX, "{FFFF00}SERVER NAME HERE", CommandList, "Close", "");
		return 1;
	}
Reply


Messages In This Thread
how to make cmds list - by usman123 - 05.06.2016, 08:04
Re: how to make cmds list - by CSLangdale - 05.06.2016, 08:46
Re: how to make cmds list - by xTURBOx - 05.06.2016, 09:28
Re: how to make cmds list - by usman123 - 05.06.2016, 09:36
Re: how to make cmds list - by Konstantinos - 05.06.2016, 10:16
Re: how to make cmds list - by Roozevelt - 05.06.2016, 10:19
Re: how to make cmds list - by Konstantinos - 05.06.2016, 10:22
Re: how to make cmds list - by CarRamper - 05.06.2016, 10:23

Forum Jump:


Users browsing this thread: 1 Guest(s)