[Help] How to do a /helpme command
#6

EDIT: Camacorn was faster, sorry. Delete this

Place the text that Camacorn wrote under

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
  if(!strcmp("/helpme", cmdtext, true))
  {
   SendClientMessage(playerid, YOUR_COLOR, "[COMMANDS]: Your text bla bla");
   SendClientMessage(playerid, YOUR_COLOR, "[SOMETHING]: Your text bla bla");
   }
   return 1;
}
That's the old classic way, if you use ZCMD use what Camacorn wrote you.

EDIT: Camacorn was faster, sorry. Delete this
Reply


Messages In This Thread
[Help] How to do a /helpme command - by PilotXtreme - 24.10.2010, 21:31
Re: [Help] How to do a /helpme command - by Camacorn - 24.10.2010, 21:35
Re: [Help] How to do a /helpme command - by Camacorn - 24.10.2010, 21:37
Re: [Help] How to do a /helpme command - by PilotXtreme - 24.10.2010, 21:43
Re: [Help] How to do a /helpme command - by Camacorn - 24.10.2010, 21:47
Re: [Help] How to do a /helpme command - by dLu - 24.10.2010, 21:49
Re: [Help] How to do a /helpme command - by Steven82 - 24.10.2010, 21:50
Re: [Help] How to do a /helpme command - by PilotXtreme - 24.10.2010, 22:04
Re: [Help] How to do a /helpme command - by Jochemd - 25.10.2010, 08:16

Forum Jump:


Users browsing this thread: 3 Guest(s)