Color problem
#1

So, I have a /color command which lets players set their own RGB color for their name. That works fine and the color gets saved to a MySQL table with no problems. Then when a player logs in, the color is loaded perfectly well and set with SetPlayerColor. The only problem is the players' map markers aren't showing anymore. Pls help?
Reply
#2

You mean the mini map?
Reply
#3

Quote:
Originally Posted by TheSnaKe
Посмотреть сообщение
You mean the mini map?
Yes.
Reply
#4

Put in OnGameModeInit:

ShowPlayerMarkers(1);
Reply
#5

Quote:
Originally Posted by feartonyb
Посмотреть сообщение
Put in OnGameModeInit:

ShowPlayerMarkers(1);
I've already tried that, and everything else to do with showing markers, but it doesn't work.
Reply
#6

The alpha channel has to be set to 0xFF (255), to disable the transparency and invisibility of the player markers.
Reply
#7

Quote:
Originally Posted by BigETI
Посмотреть сообщение
The alpha channel has to be set to 0xFF (255), to disable the transparency and invisibility of the player markers.
Okay, and could you please tell me how to do this?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)