setplayermarkerforplayer
#1

Hi,

If i do cikle

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

i need to check i != playerid ?
Reply
#2

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

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

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

That is most certainly correct (yes).
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)