Problema
#4

pawn Код:
if(IsACop(playerid))
Prueba cambiar el playerid de IsACop que estб dentro del loop por i, algo asн:
pawn Код:
case 0:
    {
    format(string, sizeof(string), "Oficial {FFFFFF}%s No tiene nada Ilegal lo dejo Libre", GetPlayerNameEx(playerid));
    SendRadioMessage(params[0], TEAM_BLUE_COLOR, string);
    Info[params[0]][pWantedLevel] = 0;
    SetPlayerWantedLevel(params[0], 0);
    for(new i = 0; i < GetMaxPlayers(); i++)
   {
         if(IsACop(i)) // ESTE
         {
              SetPlayerMarkerForPlayer(i, params[0], c0_color);
              format(string, sizeof(string), "[Radio] {FFFFFF}Oficial %s dice: {00D2CF}%s {FFFFFF}no presenta ningъn delito lo dejo continuar", cargos2, cargos);
              SendRadioMessage(1, TEAM_BLUE_COLOR, string);
              SendRadioMessage(2, TEAM_RADIO_COLOR3, string);
         }
    }
    }
EDIT: Perdуn por esa mala tabulaciуn, arreglala dentro de pawn
Reply


Messages In This Thread
Problema - by Metzone - 05.09.2014, 15:18
Respuesta: Problema - by roderjit - 05.09.2014, 16:49
[No subject] - by Metzone - 05.09.2014, 17:38
Respuesta: Problema - by Scope25 - 05.09.2014, 18:23
Re: Problema - by Metzone - 05.09.2014, 18:40
Respuesta: Problema - by roderjit - 05.09.2014, 19:13
Re: Problema - by Metzone - 05.09.2014, 19:16
Respuesta: Re: Problema - by Scope25 - 05.09.2014, 19:45
Re: Problema - by Metzone - 06.09.2014, 19:47
Re: Problema - by Metzone - 06.09.2014, 19:50

Forum Jump:


Users browsing this thread: 1 Guest(s)