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

Quote:
Originally Posted by DerickClark
Посмотреть сообщение
I mean when i type /duty it will show the wanted color. when i type /duty again it won't show the wanted players.
PHP код:
if(Team[playerid] == TEAM_COP)
{
     for(new 
GetPlayerPoolSize(); >= 0; --p) {
      if(
GetPlayerWantedLevel(p) >= && PoliceDuty[playerid]) { // If is Add it work?
        
SetPlayerMarkerForPlayer(pplayerid0xFF0000FF);
     } else if(
GetPlayerWantedLevel(p) == 0) {
        
SetPlayerMarkerForPlayer(pplayeridCOLOUR_RED); // This is default color! Removed you team color
        
}
    }

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)