Command problem
#1

Won't show me the dialog when I test it out IG

Код:
TLDCMD:help(playerid, params[]){
	new cmdstring[1000];
    strcat(cmdstring,"{99CC00}/sharexp - Give a player xp\n/vip - Check our Donation features!\n/rules - List of server rules\n\
	/help - Obvious\n/pay - Give a player money\n");
	strcat(cmdstring,"{99CC00}/attachments \n/kill - Kill yourself\n/pm - Personal Message\n/blockpm - Block people to PM you\n/unblockpm - Obvious\n/ss - Save stats\n/stats - Check your stats\n");
	strcat(cmdstring,"{99CC00}/shop - Obvious\n/factions - official factions/organizations\n/ec - to eat a cookie\n/getcookies - donate xp to get cookies\n/report - Reports a player to the administrators\n");
	strcat(cmdstring,"{99CC00}/n - Asks a question in the newbie chat\n/w - Whispers to a player\n/o - Speaks in the Global OOC Chat\n/g - Speaks in the General OOC Chat\n/animlist - Lists animations\n/inventory - Shows inventory\n");
	strcat(cmdstring,"{99CC00}/s - Shouts a message to players far away\n/l - Speaks quietly to nearby players\n/b - Speaks in the Local OOC chat\n/me - Uses words to explain your action in a RP way\n/stats - Shows Statistics\n");
	strcat(cmdstring,"{99CC00}/do - Similar to /me\n/charity - Donates money(Simply just to waste money :P)\n/id - Gets some information from a player\n/t1 - Tells a player nearby that you are friendly.\n");
	strcat(cmdstring,"{99CC00}/t2 - Tells a player nearby to drop his weapons\n");

    ShowPlayerDialog(playerid,DIALOG_CMDS,DIALOG_STYLE_MSGBOX,""MENU"Server Commands",cmdstring,"Close","");
    return 1;
}
Reply


Messages In This Thread
Command problem - by NealPeteros - 10.12.2016, 05:02
Re: Command problem - by iLearner - 10.12.2016, 05:22
Re: Command problem - by NealPeteros - 10.12.2016, 05:30
Re: Command problem - by NealPeteros - 10.12.2016, 05:34
Re: Command problem - by gurmani11 - 10.12.2016, 05:37
Re: Command problem - by NealPeteros - 10.12.2016, 05:49
Re: Command problem - by gurmani11 - 10.12.2016, 05:56
Re: Command problem - by NealPeteros - 10.12.2016, 06:01
Re: Command problem - by gurmani11 - 10.12.2016, 06:10

Forum Jump:


Users browsing this thread: 1 Guest(s)