Unknown command?
#10

Yes I do..

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/mycommand", cmdtext, true, 10) == 0)
	{
		// Do something here
		return 1;
	}
	return SendClientMessage(playerid, 0xFF0000,"{BABABA}Invalid Command: Type /help for more information.");
}
**Ignore this:
Quote:

return SendClientMessage(playerid, 0xFF0000,"{BABABA}Invalid Command: Type /help for more information.");

Btw, I don't think that it cause that error because commands like:
Код:
COMMAND:god(playerid, params[])
{
	if(PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(playerid,0xFF0000FF,"{FF0000}[SERVER]{BABABA}You're not authorized to use that command.");
	SetPlayerHealth(playerid, 100000);
	return 1;
}
, work.
Reply


Messages In This Thread
Unknown command? - by Gogorakis - 02.11.2014, 19:14
Re: Unknown command? - by [HiC]TheKiller - 02.11.2014, 19:31
Re: Unknown command? - by Gogorakis - 02.11.2014, 19:40
Re: Unknown command? - by Gogeta - 02.11.2014, 19:41
Re: Unknown command? - by Gogorakis - 02.11.2014, 19:42
Re: Unknown command? - by [HiC]TheKiller - 02.11.2014, 19:46
Re: Unknown command? - by Gogorakis - 02.11.2014, 19:52
Re: Unknown command? - by Gogorakis - 02.11.2014, 20:15
Re: Unknown command? - by [HiC]TheKiller - 02.11.2014, 20:21
Re: Unknown command? - by Gogorakis - 02.11.2014, 20:24
Re: Unknown command? - by [HiC]TheKiller - 02.11.2014, 20:49
Re: Unknown command? - by Gogorakis - 02.11.2014, 20:53
Re: Unknown command? - by M0HAMMAD - 02.11.2014, 21:11
Re: Unknown command? - by Gogorakis - 02.11.2014, 21:15
Re: Unknown command? - by DanishHaq - 02.11.2014, 21:19
Re: Unknown command? - by Gogorakis - 02.11.2014, 21:24
Re: Unknown command? - by [HiC]TheKiller - 02.11.2014, 21:40
Re: Unknown command? - by Gogorakis - 02.11.2014, 21:52
Re: Unknown command? - by Alex Magaсa - 02.11.2014, 22:55
Re: Unknown command? - by DaniceMcHarley - 03.11.2014, 06:46
Re: Unknown command? - by Runn3R - 03.11.2014, 08:09
Re: Unknown command? - by Gogorakis - 03.11.2014, 09:49
Re: Unknown command? - by Gogorakis - 03.11.2014, 09:55
Re: Unknown command? - by DaniceMcHarley - 03.11.2014, 10:14
Re: Unknown command? - by Gogorakis - 03.11.2014, 10:16
Re: Unknown command? - by gurmani11 - 03.11.2014, 10:22
Re: Unknown command? - by Gogorakis - 03.11.2014, 10:29
Re: Unknown command? - by Rudy_ - 03.11.2014, 10:57
Re: Unknown command? - by Gogorakis - 03.11.2014, 11:06

Forum Jump:


Users browsing this thread: 2 Guest(s)