ooc chat admin aduty green chat
#1

who can help me ?
i want to make this script like when the admin is /aduty , when he want to talk in /b chat the name is green colour.

Код:
CMD:b(playerid, params[])
{
if(PlayerInfo[playerid][pAdmin] == 1)
{
	if(isnull(params)) return SendClientMessage(playerid, COLOR_WHITE, "Perdorimi: /b [local ooc chat]");
	if(AntiAdv(playerid, params)) return 1;
	new string[128];
	if(PlayerInfo[playerid][pMask] == 1) { format(string,sizeof(string), "Stranger says: (( %s ))", params); }
	else { format(string, sizeof(string), "%s says: (( %s ))", GetPlayerNameEx(playerid), params); }
	ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
	return 1;
}
who can help me ??

sorry for eng
Reply


Messages In This Thread
ooc chat admin aduty green chat - by Rafaeloo - 03.02.2016, 14:19
Re: ooc chat admin aduty green chat - by ikey07 - 03.02.2016, 14:23
Re: ooc chat admin aduty green chat - by Rafaeloo - 03.02.2016, 14:28
Re: ooc chat admin aduty green chat - by ikey07 - 03.02.2016, 14:32
Re: ooc chat admin aduty green chat - by Rafaeloo - 03.02.2016, 14:40
Re: ooc chat admin aduty green chat - by Rafaeloo - 03.02.2016, 14:46
Re: ooc chat admin aduty green chat - by ikey07 - 03.02.2016, 15:07

Forum Jump:


Users browsing this thread: 1 Guest(s)