how i make ooc off?
#2

Код:
CMD:oocoff(playerid, params[])
{
	if(IsPlayerAdmin(playerid))
	{
		if (!oocoff)
		{
			oocoff = 1;
			BroadCast(COLOR_GRAD2, "   OOC chat channel disabled by an Admin!");
		}
		else
		{
			oocon = 0;
			BroadCast(COLOR_GRAD2, "   OOC chat channel enabled by an Admin!");
		}
	}
	else
	{
		SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
	}
	return 1;
}
Reply


Messages In This Thread
how i make ooc off? - by TheDiscussionCafe - 25.05.2012, 05:10
Re: how i make ooc off? - by sampmark05 - 25.05.2012, 05:17
Re: how i make ooc off? - by ReneG - 25.05.2012, 05:20
Re: how i make ooc off? - by Verbal - 25.05.2012, 05:36
Re: how i make ooc off? - by TheDiscussionCafe - 25.05.2012, 22:11

Forum Jump:


Users browsing this thread: 1 Guest(s)