Color marker
#1

i have made a small thing which is if you are in a faction and another one in the same faction you see a blue marker on him,but it doesnt work...
here is the code:
pawn Код:
public OnPlayerStreamIn(playerid, forplayerid)
{
    if(pInfo[playerid][Faction] == pInfo[forplayerid][Faction]) SetPlayerMarkerForPlayer(playerid, forplayerid, COLOR_BLUE);
    return 1;
}
and i got in the script
pawn Код:
ShowPlayerMarkers(1);
why doesnt it work?
Reply


Messages In This Thread
Color marker - by iBots - 14.04.2014, 22:06
Re: Color marker - by Bingo - 14.04.2014, 22:18
Re: Color marker - by iBots - 15.04.2014, 23:55
Re: Color marker - by Dignity - 16.04.2014, 00:27

Forum Jump:


Users browsing this thread: 1 Guest(s)