[FilterScript] Chat and ID Color Changer ( With RGB Colours 0-255, Released!)
#1

INTRODUCTION:

This Script was made for my Server by me, And now i decided to release this Filterscript on Samp Forum. I Don't think so there is any Filterscript like this Cause i have searched alot for this Filterscript before and i couldn't find it so i Thought to make my own. There are 255 colors codes Which include all the colors maybe.


USAGE:

/Chatcolor - It will Change your Chat Color. ( Example: /chatcolor 255 144 33 )
/IDcolor - It will Change your ID Color. ( Example: /idcolor 255 144 33 )

» Note: RGB colors code should not be Greater Than 255.

BUGS:

- BUG FIXED, Thanks to Affan.

SCREENIES:

First Image.
Second Image.
Third Image.
Fourth Image.


DOWNLOADS:

MediaFire Link UPDATED - (.pwn File)
Pastebin Link UPDATED
Reply
#2

Like xSF's server, nice idea +REP for you
Reply
#3

This type of Script now also used in other servers.
Thanks.
Reply
#4

Any Feedback?!?
Reply
#5

Can you add a pastebin link? This sounds cool.
Reply
#6

Quote:
Originally Posted by Jakwob
View Post
Can you add a pastebin link? This sounds cool.
Pastebin has been Added in the main Topic.
Reply
#7

Good Job dude..
+Rep
Reply
#8

Quote:
Originally Posted by Younes44
View Post
Good Job dude..
+Rep
Thanks
Reply
#9

Nice work mate and thanks for the pastebin link +rep
Reply
#10

Thanks mate.
Reply
#11

Код:
enum PlayerData
{
        IdColor,
        ChatColor,
        Color
};
new AccInfo[MAX_PLAYERS][PlayerData];

public OnPlayerConnect(playerid)
{
	AccInfo[playerid][IdColor] = 4294967295;
	AccInfo[playerid][ChatColor] = 4294967295;
	new colors[] =
	{
		4294967295, //White
		4294902015, //Yellow
		4278190335, //Red
		65535, //Blue
		1861762303, //Green
		1768516095, //Gray
		4205821695, //Pink
		4258273279, //Gold
		502396415, //Cyan
		3522502143, //Lime Green
		2386452479, //Purple
		2561656831, //Blue Gray
		2147472639, //Aqua
		1867397119 //Brown
	};

	AccInfo[playerid][Color] = colors[random(sizeof(colors))];
	SetPlayerColor(playerid, AccInfo[playerid][Color]);
	return 1;
}
This should fix your problem with the black color.
Reply
#12

Thread Updated.
-bug has been fixed, Thanks to Affan.
Reply
#13

Awesome work buddy
Reply
#14

Thanks and enjoy.
Reply
#15

Good Job Buddy .. Keep it up
Reply
#16

Thanks for your Feedback.
Reply
#17

Simple and good! I'm sure stunt/freeroam servers will love this.
Reply
#18

Thanks and Enjoy!
Reply
#19

nice
Reply
#20

Good Job ! = )
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)