Page 1 of 1

Unknow command

Posted: 03 Nov 2011, 21:32
by Exodus[888]
Kā lai nomaina "Unknow command" pret kaut ko citu??

Re: Unknow command

Posted: 08 Feb 2012, 01:06
by Shetch

Code: Select all

public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/mycommand", cmdtext, true, 10) == 0)
	{
		// Do something here
		return 1;
	}
	return SendClientMessage(playerid, GREY, "Nezināma komanda!");
}