Dcmd_commands help
#1

I'm trying to add "Dcmd_commands" to my server so people can see info and stuff but when I typed it in game it didn't work. I did everything like I was supposed to...what went wrong?

The code:
Код:
	dcmd(commands,4,cmdtext);
	dcmd(jobhelp,4,cmdtext);
	dcmd(bankinfo,4,cmdtext);
	return SendClientMessage(playerid,BLANCO,"No Such Command.");

}
dcmd_commands(const playerid,const params[])
{
    #pragma unused params
		ShowPlayerDialog(playerid,CMDS,DIALOG_STYLE_MSGBOX,"Commands","\n/JobHelp - Help about jobs\n/Bankinfo - Help about banking","OK","Cancel List");
		return 1;
Reply


Messages In This Thread
Dcmd_commands help - by Juanxz - 13.02.2010, 21:40
Re: Dcmd_commands help - by dice7 - 13.02.2010, 21:44
Re: Dcmd_commands help - by Juanxz - 14.02.2010, 18:29

Forum Jump:


Users browsing this thread: 2 Guest(s)