how do you make /commands and /help
#2

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[] )
{
   if (strcmp(cmdtext, "/commands", true) == 0)
   {
SendClientMessage(playerid, 0xEFEFF7AA, "List of Commands: /chicken /pants /salmonisawesome");
     return 1;
   }


 
   return 0;
}
Reply


Messages In This Thread
how do you make /commands and /help - by decayer - 15.02.2009, 20:42
Re: how do you make /commands and /help - by Salmon - 15.02.2009, 21:13
Re: how do you make /commands and /help - by decayer - 15.02.2009, 23:52
Re: how do you make /commands and /help - by GunnerZ - 16.02.2009, 00:58
Re: how do you make /commands and /help - by Pghpunkid - 16.02.2009, 02:58

Forum Jump:


Users browsing this thread: 1 Guest(s)