Anyway how to do this wanted color for cops to see
#10

I mean look at the code it look mess up. this code don't look mess up

Код:
if(Team[playerid] == TEAM_COP) 
{ 
     for(new p = GetPlayerPoolSize(); p >= 0; --p) { 
      if(GetPlayerWantedLevel(p) >= 1 && PoliceDuty[playerid]) { // If is Add it work? 
        SetPlayerMarkerForPlayer(p, playerid, 0xFF0000FF); 
     } else if(GetPlayerWantedLevel(p) == 0) { 
        SetPlayerMarkerForPlayer(p, playerid, COLOUR_RED); // This is default color! Removed you team color 
        } 
    } 
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)