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=637259)



setplayermarkerforplayer - Bussyman - 11.07.2017

Hi,

If i do cikle

for(new i ...)
{
SetPlayerMarkerForPlayer(i,playerid,color);
}

i need to check i != playerid ?


Re: setplayermarkerforplayer - Paulice - 11.07.2017

You don't since a player can't see their own name tag and radar blip.


Re: setplayermarkerforplayer - Bussyman - 11.07.2017

So, i can do cikle, without checking playerid != i ) ?

for(new i ...)
{
SetPlayerMarkerForPlayer(i,playerid,color);
}


Re: setplayermarkerforplayer - Paulice - 11.07.2017

That is most certainly correct (yes).