Server:unkown command
#3

Код:
public OnPlayerCommandText
{
here is where you got your commands
  return 0;
}
Change the return 0; to

return SendClientMessage(playerid, COLOR_RED, "There is no command like this");

If you want to completely remove it, do


return SendClientMessage(playerid, COLOR_RED, "");
Reply


Messages In This Thread
Server:unkown command - by Jack_Ryder - 10.02.2013, 16:48
Re: Server:unkown command - by Jack_Ryder - 10.02.2013, 16:50
Re: Server:unkown command - by batonsa - 10.02.2013, 17:59
Re: Server:unkown command - by bensmart469 - 10.02.2013, 18:00
Re: Server:unkown command - by Luis- - 10.02.2013, 18:00

Forum Jump:


Users browsing this thread: 1 Guest(s)