[HELP] COmmand
#2

Look for the 'return 0':
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
  // your commands.
  return 0;
}
and replace it with your message:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
  // your commands.
  return SendClientMessage(playerid,COLOR_GREY,"Sorry Command not found in NatiosnRoleplay database.");
}
Reply


Messages In This Thread
[HELP] COmmand - by Lilcuete - 18.11.2009, 22:20
Re: [HELP] COmmand - by Correlli - 18.11.2009, 22:22
Re: [HELP] COmmand - by Lilcuete - 18.11.2009, 22:30
Re: [HELP] COmmand - by Correlli - 18.11.2009, 22:32
Re: [HELP] COmmand - by Lilcuete - 18.11.2009, 22:43
Re: [HELP] COmmand - by Correlli - 18.11.2009, 22:54
Re: [HELP] COmmand - by Lilcuete - 18.11.2009, 22:58
Re: [HELP] COmmand - by Correlli - 18.11.2009, 23:05

Forum Jump:


Users browsing this thread: 1 Guest(s)