Why arent the player names white?
#1

I've tried to make it so that everyone that joins, will get their names in white.



Well their color is light blue..

This is my script,

Код:
public OnPlayerRequestClass(playerid, classid)
{
	SetPlayerPos(playerid, 2020.6265, 1007.7409, 10.8203);
	SetPlayerCameraPos(playerid, 2020.6265, 1007.7409, 10.8203);
	SetPlayerCameraLookAt(playerid, 2020.6265, 1007.7409, 10.8203);
	SetPlayerColor(playerid, 0xFFFFFF);
	return 1;
Reply
#2

i think that you have the wrong collor or smting
try 0xFFFFFFAA

cuz every collor hase to end with AA
Reply
#3

Quote:
Originally Posted by BurningSWA
i think that you have the wrong collor or smting
try 0xFFFFFFAA

cuz every collor hase to end with AA
No it doesn't you can have FF, BB, DD, 11,00...
Reply
#4

try this!


Top of script
Код:
#define COLOR_WHITE 0xFFFFFFFF // white

Color its self,
Код:
SetPlayerColor(playerid,COLOR_WHITE);
Reply
#5

Under OnPlayerSpawn add SetPlayerColor(playerid,COLOR_WHITE);
xD
Reply
#6

Colour are 0x

then html colour code

then i always use ff

so just do the first 2 lines then add ff

you can never go wrong

0xff0000ff is red
Reply
#7

agreed with seif
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)