Commands arent working?
#1

I made a /team command

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/team", cmdtext, true, 5) == 0)
        {
			SendClientMessage(playerid, COLOR_WHITE,"LS-RP Team");
   			SendClientMessage(playerid, COLOR_WHITE,"Server/Scripter - Luis");
	        SendClientMessage(playerid, COLOR_WHITE,"Co-Scripter's iViking and Ed");
	        return 1;
        }
        return 0;
}
But i type it IG and it says it is Unknown?
Reply


Messages In This Thread
Commands arent working? - by Luis_Leone - 01.08.2010, 00:34
Re: Commands arent working? - by Kevin_Joshen - 01.08.2010, 00:37
Re: Commands arent working? - by Luis_Leone - 01.08.2010, 00:58
Re: Commands arent working? - by Kevin_Joshen - 01.08.2010, 01:07
Re: Commands arent working? - by Luis_Leone - 01.08.2010, 01:19
Re: Commands arent working? - by Kar - 01.08.2010, 01:22
Re: Commands arent working? - by Luis_Leone - 01.08.2010, 01:23
Re: Commands arent working? - by Kar - 01.08.2010, 01:42
Re: Commands arent working? - by Luis_Leone - 01.08.2010, 17:45
Re: Commands arent working? - by Kar - 01.08.2010, 17:47

Forum Jump:


Users browsing this thread: 1 Guest(s)