[IDEA] Rainbow Name
#9

Quote:
Originally Posted by GeekSiMo
Посмотреть сообщение
Is there anyway to make a rainbow name in Chat !??

Example: GeekSiMo: Hello
Give me your IP adress i can do it for you pm me! I will do that only you can use that and other players cant to that

#Edit

Okay i created it to you, but you need to change "Your IP" To your real PC IP adress Code:

Код:
public OnPlayerText(playerid, text[])
{
	new pName[MAX_PLAYER_NAME], String[128];
 	GetPlayerName(playerid, pName, 24);
	new GeekSiMoIP[16];
    GetPlayerIp(playerid, GeekSiMoIP, sizeof(GeekSiMoIP));
    if(!strcmp(GeekSiMoIP, "Your IP"))
    {
	format(String, sizeof(String), "{FF0000}G{FF9900}e{FFFF00}e{3366FF}k{000099}S{660099}i{00FF99}M{660000}o{FFFFFF}: %s", text);
   	SendClientMessageToAll(-1,String);
   	}
   	else
   	{
	new pName2[MAX_PLAYER_NAME], String[128];
 	GetPlayerName(playerid, pName2, 24);
	format(String, sizeof(String), "%s{FFFFFF}: %s", pName2, text);
   	SendClientMessageToAll(-1,String);
   	}
	return 0;
}
Now video how its looks like check here vvv

[ame]http://www.youtube.com/watch?v=yB7pCWafajA[/ame]
Reply


Messages In This Thread
[IDEA] Rainbow Name - by GeekSiMo - 17.07.2014, 18:52
Re: [IDEA] Rainbow Name - by sammp - 17.07.2014, 19:12
Re: [IDEA] Rainbow Name - by Clad - 17.07.2014, 19:13
Re: [IDEA] Rainbow Name - by GeekSiMo - 17.07.2014, 19:28
Re: [IDEA] Rainbow Name - by paulommu - 17.07.2014, 19:40
Re: [IDEA] Rainbow Name - by sammp - 17.07.2014, 19:45
Re: [IDEA] Rainbow Name - by Dignity - 17.07.2014, 19:58
Re: [IDEA] Rainbow Name - by ryansheilds - 17.07.2014, 20:00
Re: [IDEA] Rainbow Name - by MrWupiazZzLT - 18.07.2014, 09:02

Forum Jump:


Users browsing this thread: 1 Guest(s)