Posts: 1,072
Threads: 168
Joined: Aug 2012
Reputation:
0
Like the title say, Only army has this problem, so im wondering what line(s) that makes player show on the map?
The colored square thing i mean.
Posts: 13
Threads: 2
Joined: Apr 2013
Reputation:
0
don't understand you explain more?
Posts: 1,072
Threads: 168
Joined: Aug 2012
Reputation:
0
On DM servers etc for example you can see the players on the map shown as small colored squares.
When ever someone in Army faction goes on duty in my RP server the same thing happens. If you press up the map you will see a colored square where he is. I want to remove that but i dont know what line is making it happen.
Posts: 13
Threads: 2
Joined: Apr 2013
Reputation:
0
Can you try to find it in your script? otherwise we cant figure it out
Posts: 1,072
Threads: 168
Joined: Aug 2012
Reputation:
0
Thats what im saying.. I dont know what causes this, that is why i am asking what it is that makes a player get an icon on the map
Posts: 1,504
Threads: 109
Joined: Jan 2012
Should be at OnPlayerSpawn, something like...
pawn Код:
SetPlayerColor(playerid, ......);
or it might be
SetPlayerMarkers
Posts: 1,072
Threads: 168
Joined: Aug 2012
Reputation:
0
hm i found this ShowPlayerMarkers(2); could that couse it?
EDIT: but shouldnt that make every player show? cuz it is ONLY army faction if they are on duty
Posts: 1,504
Threads: 109
Joined: Jan 2012
Quote:
Originally Posted by Don_Cage
hm i found this ShowPlayerMarkers(2); could that couse it?
EDIT: but shouldnt that make every player show? cuz it is ONLY army faction if they are on duty
|
Than might want to try using SetPlayerColor for Army Faction.