[Ajuda] Color Name + Tag
#7

Код:
	new string[144], Nome[24];
	GetPlayerName(playerid, Nome, sizeof(Nome));

	if(TagADM[playerid] == true)
	{
        format(string, sizeof(string), "{FF0000}[ADM] %s [%d]: %s", Nome, playerid, text);
	}
	else
	{
        format(string, sizeof(string), "%s [%d]: %s", Nome, playerid, text);
	}
	SendPlayerMessageToAll(playerid, string);
	return 1;
}
Reply


Messages In This Thread
Color Name + Tag - by Stroon - 30.06.2015, 00:41
Re: Color Name + Tag - by iTakelot - 30.06.2015, 00:44
Re: Color Name + Tag - by Cleyson - 30.06.2015, 01:12
Re: Color Name + Tag - by Stroon - 30.06.2015, 02:14
Re: Color Name + Tag - by FallweN - 30.06.2015, 02:31
Re: Color Name + Tag - by Stroon - 30.06.2015, 20:26
Re: Color Name + Tag - by iTakelot - 30.06.2015, 21:12
Re: Color Name + Tag - by iTakelot - 30.06.2015, 21:24
Re: Color Name + Tag - by Stroon - 30.06.2015, 22:32

Forum Jump:


Users browsing this thread: 2 Guest(s)