Help cmd [+rep]
#4

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


Messages In This Thread
Help cmd [+rep] - by Knight_Rider - 28.07.2012, 07:30
Re: Help cmd [+rep] - by Akira297 - 28.07.2012, 07:37
Re: Help cmd [+rep] - by Dan. - 28.07.2012, 07:41
Re: Help cmd [+rep] - by Akira297 - 28.07.2012, 07:45
Re: Help cmd [+rep] - by Dan. - 28.07.2012, 07:52
Re: Help cmd [+rep] - by Akira297 - 28.07.2012, 07:53
Re: Help cmd [+rep] - by vexer1234 - 28.07.2012, 07:56
Re: Help cmd [+rep] - by Knight_Rider - 28.07.2012, 08:03

Forum Jump:


Users browsing this thread: 2 Guest(s)