Unknown command with ZCMD
#2

Код:
COMMAND:mute(playerid, params[])
{
        if(IsPlayerAdmin(playerid))
	{
		//place your mute code here
	}
	else SendClientMessage(playerid, COLOR_RED, "You can not use this command!");
        return 1;// if you return 0 you will get "unknown command" text
}
Reply


Messages In This Thread
Unknown command with ZCMD - by Sellize - 20.01.2013, 10:42
Re: Unknown command with ZCMD - by zde5 - 20.01.2013, 10:47
Re: Unknown command with ZCMD - by Devilxz97 - 20.01.2013, 10:54

Forum Jump:


Users browsing this thread: 1 Guest(s)