[Ajuda] /Procurados
#7

PHP код:
CMD:procurados(playerid)
{
    if(!(
Profissao[playerid] < 14) && PlayerInfo[playerid][pAdmin] < 2000)
        return 
SendClientMessage(playeridVERMELHO_ESCURO"[ INFO ] Vocк nгo й um policial.");

    if(!
IsPlayerInRangeOfPoint(playerid2.0249.152867.83531003.6406))
        return 
SendClientMessage(playeridVERMELHO_ESCURO"[ INFO ] Vocк nгo estб no local correto.");
        
    static
        
boolresult,
        
i;
        
    
result false;
    for(
GetMaxPlayers(); > -1; --i)
    {
        if(
IsPlayerConnected(i))
        {
            if(
GetPlayerWantedLevel(i))
            {
                static 
name[24], string[90];
                
                
format(stringsizeof(string), "%s [ %d ] - %d Estrela(s)", (GetPlayerName(iname24), name), iGetPlayerWantedLevel(i));
                
SendClientMessage(playerid, -1string);
                
                
result true;
            }
        }
    }
    if(!
result) return SendClientMessage(playeridAZUL" ~> Nenhum Jogador procurado no momento <~");
    
    return 
1;

Se nгo compilar poste os erros com suas respectivas linhas.
Reply


Messages In This Thread
/Procurados - by Maklister - 14.10.2012, 15:26
Re: /Procurados - by DrTHE - 14.10.2012, 18:56
Re: /Procurados - by Maklister - 14.10.2012, 20:38
Re: /Procurados - by DrTHE - 14.10.2012, 20:57
Re: /Procurados - by Maklister - 14.10.2012, 20:59
Re: /Procurados - by DrTHE - 14.10.2012, 21:02
Re: /Procurados - by Jason` - 14.10.2012, 21:13
Re: /Procurados - by DrTHE - 14.10.2012, 21:17

Forum Jump:


Users browsing this thread: 2 Guest(s)