Posts: 109
Threads: 19
Joined: Oct 2012
Reputation:
0
So I am working on a gamemode and it is an edit of a script from the forums... And what is happening is every player has like a blimp you know like the little triangle thing commonly used as a checkpoint... I cannot find the code or I do not know what to look for... Help would be appriciated.... REP will be given
Posts: 432
Threads: 34
Joined: Apr 2013
Reputation:
0
Is this attach with player ?
Posts: 783
Threads: 60
Joined: Mar 2011
Reputation:
0
Look at the SetPlayerColor
Make sure you have 0x before the color and it won't appear or read about ShowPlayerMarkers
Posts: 109
Threads: 19
Joined: Oct 2012
Reputation:
0
Hmm well... this is all that is in the script
//ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED);
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Do you mean the coloured squares on the radar/map? Also please don't double post. There's an edit button - use it.
Posts: 109
Threads: 19
Joined: Oct 2012
Reputation:
0
Yes whenever a player is like on duty in his / her faction or has a colored name of any kind it shows a square of the players position...
Posts: 949
Threads: 153
Joined: Jan 2012
Reputation:
0
This sounds like a SetPlayerColor issue, but try looking for SetPlayerMarkerForPlayer in the script.