How can I turn this into Local OOC?
#1

As the title says, how can I trun this /ooc into /local ?

Код:
if(!strcmp(cmdtext, "/ooc", true, 3))
	{
		new str[256], pname[256];
		GetPlayerName(playerid, pname, 256);
		format(str, 256, "(( Ooc: %s:%s ))", pname, cmdtext[4]);
		SendClientMessageToAll(0xFFFFFFAA, str);
        return 1;
	}
}
Reply


Messages In This Thread
How can I turn this into Local OOC? - by FreddeN - 23.05.2009, 13:26
Re: How can I turn this into Local OOC? - by Weirdosport - 23.05.2009, 13:27
Re: How can I turn this into Local OOC? - by kacperoo - 23.05.2009, 13:41
Re: How can I turn this into Local OOC? - by Emanuel_Rodriguez - 21.07.2010, 06:38

Forum Jump:


Users browsing this thread: 2 Guest(s)