Posts: 737
Threads: 338
Joined: Jan 2013
25.05.2014, 05:05
(
Last edited by audriuxxx; 25/05/2014 at 05:39 AM.
)
1. Do i need to use ShowPlayerMarkers after OnGameModeInit? but i want only use ShowPlayerMarkerForPlayer
Posts: 737
Threads: 338
Joined: Jan 2013
Posts: 1,826
Threads: 52
Joined: Feb 2012
Reputation:
0
I don't get you. And the minimum time to bump a thread is 24 hours.
Posts: 737
Threads: 338
Joined: Jan 2013
I have do in OnGameModeInit()
ShowPlayerMarkers( 0 );
When i use ShowPlayerMarkerForPlayer for ex in OnPlayerSpawn this function will be working still even i will be make ShowPlayerMarkers( 0 ) ?
Posts: 737
Threads: 338
Joined: Jan 2013
Posts: 268
Threads: 4
Joined: Jun 2012
Reputation:
0
I think ShowPlayerMarkers disables them you cant even reactivate them with ShowPlayerMarkerForPlayer.
You can use it in OnPlayerConnect to disable all markers for every player slot for him, so you can reactivate them later.
Posts: 737
Threads: 338
Joined: Jan 2013
It'is possible that you see your self marker? if for ex i will set a marker playerid for playerid
Posts: 279
Threads: 11
Joined: Jul 2012
Reputation:
0
No, beacuse players aren't streamed in on their own client.