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


Messages In This Thread
Why arent the player names white? - by Dolph - 02.03.2010, 17:00
Re: Why arent the player names white? - by BurningSWA - 02.03.2010, 17:27
Re: Why arent the player names white? - by SloProKiller - 02.03.2010, 17:28
Re: Why arent the player names white? - by -Rebel Son- - 02.03.2010, 17:30
Re: Why arent the player names white? - by Ironboy500 - 03.03.2010, 21:19
Re: Why arent the player names white? - by adsy - 03.03.2010, 22:21
Re: Why arent the player names white? - by HotSauce - 03.03.2010, 22:33

Forum Jump:


Users browsing this thread: 1 Guest(s)