ooc help
#1

Hello I have this /ooc command but I dont know how to make a /disableooc if anyone would be kind enough to help me out thanks in advance.
Код:
CMD:ooc(playerid, params[])
{
	new sendername[MAX_PLAYER_NAME], string[56];
	GetPlayerName(playerid, sendername, sizeof(sendername));
	if(isnull(params)) return SendClientMessage(playerid,-1, "*"COL_WHITE" /ooc [text] or /o [text]");
	format(string, sizeof(string), "[GLOBAL CHAT]%s: %s", sendername, params);
	SendClientMessageToAll(-1, string);
	return 1;
}
+rep to whoever fulfills my request.
Reply


Messages In This Thread
ooc help - by Hybris - 13.03.2015, 15:55
Re: ooc help - by ATGOggy - 13.03.2015, 15:59
Re: ooc help - by Hybris - 13.03.2015, 16:18
Re: ooc help - by ReD_HunTeR - 13.03.2015, 16:30
Re: ooc help - by TheLegend1 - 13.03.2015, 16:32
Re: ooc help - by CalvinC - 13.03.2015, 16:33
Re: ooc help - by Hybris - 13.03.2015, 17:42
Re: ooc help - by Hybris - 13.03.2015, 17:47
Re: ooc help - by ATGOggy - 13.03.2015, 18:03

Forum Jump:


Users browsing this thread: 2 Guest(s)