families colors
#1

i have scripted gang colors,i mean colored names above head,only if he is in a gang/family,the color depends on the gang /family color,but it shows a marker on the mini map,and i dont want it to show the marker,how to remove this marker?
Reply
#2

It will help you: SetPlayerMarkerForPlayer ?
Reply
#3

SetPlayerColor(playerid, colorname);

it will help
Reply
#4

i mean that i need the color but without marker on minimap
Reply
#5

i mean i want the color without marker
Reply
#6

Do you want to completely remove the marker or leave it like a normal player?
Reply
#7

Код:
ShowPlayerMarkers(0);
Add to
Код:
OnGameModeInIt()
Reply
#8

let me explain u
i have made gang colors,example
if(PlayerInfo......[pfam] == 1
SetPlayerColor(playerid, COLOR_GREEN)
thats how i made it,it doesnt show warning or errors but when the player logs in,and he is in a family,and he got his gang color on his name a colored marker will be on minimap ,how can i keep the colors of the gangs but without markers on the minimap?
Reply
#9

sir, if you only used setplayercolor, its not supposed to show the marker.
in case it does show, use ShowPlayerMarkers(0); under OnGameModeInit, like good sir Brandon More stated.
cheers
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)