SetPlayerMarkerForPlayer not working?
#9

Why do you want to use this twice, just refer to wiki page and from it you can make out this:
pawn Код:
CMD:backup(playerid)
{
    //make the player marker red while keeping the chat color the same
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        SetPlayerMarkerForPlayer(i, playerid, (GetPlayerColor(playerid) | 0xFF0000FF));
    }
}
Reply


Messages In This Thread
SetPlayerMarkerForPlayer not working? - by unSatisfied - 14.09.2015, 01:55
Re: SetPlayerMarkerForPlayer not working? - by Ballu Miaa - 14.09.2015, 02:19
Re: SetPlayerMarkerForPlayer not working? - by unSatisfied - 14.09.2015, 02:30
Re: SetPlayerMarkerForPlayer not working? - by unSatisfied - 14.09.2015, 15:20
Re: SetPlayerMarkerForPlayer not working? - by unSatisfied - 20.09.2015, 03:31
Re: SetPlayerMarkerForPlayer not working? - by xVIP3Rx - 20.09.2015, 03:44
Re: SetPlayerMarkerForPlayer not working? - by unSatisfied - 20.09.2015, 04:22
Re: SetPlayerMarkerForPlayer not working? - by xVIP3Rx - 20.09.2015, 04:40
Re: SetPlayerMarkerForPlayer not working? - by Gammix - 20.09.2015, 05:30

Forum Jump:


Users browsing this thread: 1 Guest(s)