[FilterScript] Rainbow Name! [3rd FilterScript]
#1

Rainbow
NAME !

This filterscript will make Your name rainbow! GeekSiMo needed it so i created and I can't don't share it with You guys all You need to edit some lines so what to change and how? First you need to change this line
Код:
if(!strcmp(GeekSiMoIP, "Your IP"))
change "Your IP" to your real PC IP adress 2nd Change this line
Код:
format(String, sizeof(String), "{FF0000}G{FF9900}e{FFFF00}e{3366FF}k{000099}S{660099}i{00FF99}M{660000}o{FFFFFF}: %s", text);
To your name and if you need some more colors IDS of them is here https://sampwiki.blast.hk/wiki/Hex_colours

Video

[ame="http://www.youtube.com/watch?v=yB7pCWafajA"]CLICK ME[/ame]
EDIT: SORRY ALL I FORGOT THE SCRIPT!!! SO THATS WHY U SAYING ITS EASY AND ITS STRINGS ONLY SORRY!!

Код:
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;
}
Reply


Messages In This Thread
Rainbow Name! [3rd FilterScript] - by MrWupiazZzLT - 18.07.2014, 11:00
Re: Rainbow Name! [3rd FilterScript] - by GrandTheftAut0 - 18.07.2014, 11:35
Re: Rainbow Name! [3rd FilterScript] - by MrWupiazZzLT - 18.07.2014, 11:39
Re: Rainbow Name! [3rd FilterScript] - by BroZeus - 18.07.2014, 14:26
Re: Rainbow Name! [3rd FilterScript] - by FahadKing07 - 18.07.2014, 14:36
Re: Rainbow Name! [3rd FilterScript] - by GeekSiMo - 18.07.2014, 21:09
Re: Rainbow Name! [3rd FilterScript] - by GeekSiMo - 19.07.2014, 02:23
Re: Rainbow Name! [3rd FilterScript] - by GrandTheftAut0 - 19.07.2014, 03:03
Re: Rainbow Name! [3rd FilterScript] - by GrandTheftAut0 - 19.07.2014, 03:06
Re: Rainbow Name! [3rd FilterScript] - by GeekSiMo - 19.07.2014, 03:18
Re: Rainbow Name! [3rd FilterScript] - by GrandTheftAut0 - 19.07.2014, 03:26

Forum Jump:


Users browsing this thread: 1 Guest(s)