Posts: 624
Threads: 61
Joined: Apr 2011
Reputation:
0
i want to make a cmd /help in which these things will show..!! i dont want to make dialog box..!! MAke it colorful xD
/tpm /nopm /pm
/credits /me /admins /setav /perks
Posts: 1,274
Threads: 54
Joined: Jul 2012
Let me ask you this, do you want
ZCMD or w/e you're using?
Like give me a example of one of your commands,
so, I know what to make it for,
Posts: 1,274
Threads: 54
Joined: Jul 2012
Quote:
Originally Posted by Dan.
You can make it colorful yourself:
http://*******/SYwdDp
pawn Код:
CMD:help(playerid, params[]) { ShowPlayerDialog(playerid, 900, DIALOG_STYLE_MSGBOX, "Help dialog", "/tpm /nopm\n/pm /credits /me /admins /setav /perks", "Ok", ""); return 1; }
|
Dan, he didn't want a Dialog, he wanted the command that printed it onto the screen.
i.e SendClientMessageEx
pawn Код:
CMD:help(playerid, params[])
{
SendClientMessageEx(playerid, COLOR_YELLOW,"*** HELP ***/tpm /nopm /pm /credits /me /admins /setav /perks");
Posts: 1,274
Threads: 54
Joined: Jul 2012
Thank you for pointing that out, but atleast he has the idea' , of what we're both discussing or going on about,
anyways hoped we help..
/leaves.
Posts: 624
Threads: 61
Joined: Apr 2011
Reputation:
0
rep given to all ty for helping..!!