how to make /b(the OOC MSG) CMD please?(+1 rep)
#4

Код:
CMD:b(playerid, params[])
{
	if(gPlayerLogged{playerid} == 0)
	{
		SendClientMessageEx(playerid, COLOR_GREY, "You're not logged in.");
		return 1;
	}
	if(isnull(params)) return SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /b [local ooc chat]");
	new string[128];
	format(string, sizeof(string), "%s: (( %s ))", GetPlayerNameEx(playerid), params);
	ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
	return 1;
}
Reply


Messages In This Thread
how to make /b(the OOC MSG) CMD please?(+1 rep) - by Andrew97 - 16.04.2012, 10:32
Re: how to make /b(the OOC MSG) CMD please?(+1 rep) - by Andrew97 - 16.04.2012, 10:50
Re: how to make /b(the OOC MSG) CMD please?(+1 rep) - by Andrew97 - 16.04.2012, 11:23
Re: how to make /b(the OOC MSG) CMD please?(+1 rep) - by sampmark05 - 16.04.2012, 11:26

Forum Jump:


Users browsing this thread: 2 Guest(s)