[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
#2

looks good but look this ---> https://sampforum.blast.hk/showthread.php?tid=526697
Reply
#3

Quote:
Originally Posted by GrandTheftAut0
Посмотреть сообщение
Lol fake that was My old thread in my old account U stolen it !!!!
What? Show ur thread! EDIT: Are you stupid? I were talking with my friend in skype and i showed my working progress to him u liar!
Reply
#4

wait what
this is not an FS
this is just an string line with rainbow color embedding in it
it cannot be termed as a FS
Reply
#5

Quote:
Originally Posted by GrandTheftAut0
Посмотреть сообщение
Lol fake that was My old thread in my old account U stolen it !!!!
Any proof ??

OT:
Hmmm, they are simple colors for nick names. We cannot call it as FS.
Anyways good
Reply
#6

Thanks Man !! But i made it more experienced, that can every player enable it with a command !!!
Reply
#7

Check The Official One : https://sampforum.blast.hk/showthread.php?tid=526697
Reply
#8

Quote:
Originally Posted by FahadKing07
Посмотреть сообщение
Any proof ??

OT:
Hmmm, they are simple colors for nick names. We cannot call it as FS.
Anyways good
goto https://sampforum.blast.hk/showthread.php?tid=526697 im confused!
Reply
#9

Not bad +rep
Reply
#10

Quote:
Originally Posted by GrandTheftAut0
Посмотреть сообщение
Not bad +rep
Sorry Man But it is not the same script, he has a way and we have a way, but the idea is for me !
Reply
#11

Quote:

Sorry Man But it is not the same script, he has a way and we have a way, but the idea is for me !

o sorry
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)