Making a command to display command.
#4

Or you can do it this way.

pawn Код:
if(strcmp, cmdtext, "/commands", true, 10) == 0)
{
   new sz_msg [ 900 ];
   strcat( sz_msg, "/heal /help /kill\r\n");
   ShowPlayerDialog(playerid,1337,"DIALOG_STYLE_MSGBOX, "Server Commands", sz_msg, "Close","");
   return 1;
}
I guess you don't need that now obviously because I'm scripting for you.
Reply


Messages In This Thread
Making a command to display command. - by TheDominator - 22.02.2012, 17:02
Re: Making a command to display command. - by ttloko2 - 22.02.2012, 17:43
Re: Making a command to display command. - by TheDominator - 22.02.2012, 17:47
Re: Making a command to display command. - by sniperwars - 09.03.2012, 22:06
Re: Making a command to display command. - by rangerxxll - 10.03.2012, 00:25

Forum Jump:


Users browsing this thread: 1 Guest(s)