Marker help.
#1

So in my /call 911 section, on the end I have this:


pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
                {
                    if(Player[i][Faction] == 1)
                    {
                        SetPlayerMarkerForPlayer(playerid, i, BLUE);
                    }
                }
Can someone tell me why the marker just doesn't show?

Thanks!
Reply
#2

The player who typed the command will see all player (if Faction is 1 ) ?

It seems correct ...
Reply
#3

If you want all the cops to be able to see whoever called 911.
pawn Код:
SetPlayerMarkerForPlayer(i, playerid, BLUE);
https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)