SA-MP Forums Archive
SetPlayeRMarkerForPlayer - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SetPlayeRMarkerForPlayer (/showthread.php?tid=515231)



SetPlayeRMarkerForPlayer - audriuxxx - 25.05.2014

1. Do i need to use ShowPlayerMarkers after OnGameModeInit? but i want only use ShowPlayerMarkerForPlayer


Re: SetPlayeRMarkerForPlayer - audriuxxx - 25.05.2014

THREAD UP


Re: SetPlayeRMarkerForPlayer - Faisal_khan - 25.05.2014

I don't get you. And the minimum time to bump a thread is 24 hours.


Re: SetPlayeRMarkerForPlayer - audriuxxx - 25.05.2014

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 ) ?


Re: SetPlayeRMarkerForPlayer - audriuxxx - 25.05.2014

Sorry, but i up thread


Re : SetPlayeRMarkerForPlayer - yusei - 25.05.2014

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.


Re: SetPlayeRMarkerForPlayer - audriuxxx - 25.05.2014

It'is possible that you see your self marker? if for ex i will set a marker playerid for playerid


Re: SetPlayeRMarkerForPlayer - ball - 25.05.2014

No, beacuse players aren't streamed in on their own client.