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

Quote:
Originally Posted by Logofero
Посмотреть сообщение
PHP код:
if(Team[playerid] == TEAM_COP)
     {
     for(new 
GetPlayerPoolSize(); >= 0; --p) {
      if(
GetPlayerWantedLevel(p) >= && PoliceDuty[playerid])
      { 
// If is Add it work?
        
SetPlayerColor(playerid,COLOUR_RED);
        
SetPlayerMarkerForPlayer(pplayerid0xFF0000FF);
     }
     else if(
GetPlayerWantedLevel(p) == || !PoliceDuty[playerid] ) // Teste it
     
{
        
SetPlayerMarkerForPlayer(pplayeridCOLOUR_RED); // This is default color! Removed you team color
        
SetPlayerToTeamColour(p);
        }
     }
     } 
How to fix the code current that how the code look messes
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 7 Guest(s)