Posts: 498
Threads: 233
Joined: Aug 2013
Reputation:
0
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?
Posts: 403
Threads: 10
Joined: Oct 2013
SetPlayerColor(playerid, colorname);
it will help
Posts: 498
Threads: 233
Joined: Aug 2013
Reputation:
0
i mean that i need the color but without marker on minimap
Posts: 498
Threads: 233
Joined: Aug 2013
Reputation:
0
i mean i want the color without marker
Posts: 88
Threads: 1
Joined: Oct 2013
Reputation:
0
Do you want to completely remove the marker or leave it like a normal player?
Posts: 498
Threads: 233
Joined: Aug 2013
Reputation:
0
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?