player on map
#1

how to hide player fares on map (like a roleplay) please give me code
Reply
#2

Use this 0xRRGGBB00 in function SetPlayerColor(playerid,color). Here is example:
Код:
public OnPlayerConnect(playerid)
{
	SetPlayerColor(playerid,0xFFFFFF00);
	return 1;
}
Reply
#3

Quote:
Originally Posted by Ardendshy
Посмотреть сообщение
Use this 0xRRGGBB00 in function SetPlayerColor(playerid,color). Here is example:
Код:
public OnPlayerConnect(playerid)
{
	SetPlayerColor(playerid,0xFFFFFF00);
	return 1;
}
at roleplay and public services (have another color) has hidden on map
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)