[Ajuda] Comando de policial
#5

Baixe o SSCANF, depois

Configure:
pawn Код:
if(!strcmp(cmdtext, "/puliciaprender", true)){

    if(prendeu[playerid] == -1){
        return SendClientMessage(playerid, Vermelho, "PULIЗA! Espere um tempo para prender alguйm, vocк nгo й o ROBOCOP!");
    }

    static
        aname[MAX_PLAYER_NAME]
    ;

    format(file, sizeof(file), PASTA_CONTAS, (GetPlayerName(playerid, aname, MAX_PLAYER_NAME), aname));

    if(!(dini_Int(file, "Profissao") == Guarda || dini_Int(file, "Profissao") == Policia_Rodoviaria  || dini_Int(file, "Profissao") == Policia_Militar || dini_Int(file, "Profissao") == Policia_Civil ||
    dini_Int(file, "Profissao") == Policia_Federal || dini_Int(file, "Profissao") == Delegado || dini_Int(file, "Profissao") == Bope || dini_Int(file, "Profissao") == Swat || dini_Int(file, "Profissao") == Narcoticos || dini_Int(file, "Profissao") == Interpol || dini_Int(file, "Profissao") == PC || dini_Int(file, "aAdmin") == 1 || IsPlayerAdmin(playerid))){
        return SendClientMessage(playerid, -1, "Coe mano, naum viaja!");
    }

    new
        meliante_id
    ;
   
    if(sscanf(cmdtext, "u", meliante_id)){
        return SendClientMessage(playerid, -1, "/puliciaprender <id do meliante>");
    }
   
   
    if(!IsPlayerConnected(meliante_id)){
        return SendClientMessage(playerid, -1, "Meliante nгo encontrado, contate a Interpol");
    }
   

    if(!PlayerToPoint(8.0, playerid,300.4763,-1529.9474,24.9219) || !PlayerToPoint(8.0, playerid,222.82761478,108.37495789,999.01561475)){
        return SendClientMessage(playerid, -1, "Ae o puliзa, coloque o meliante na viatura primeiro Champz!");
    }
   
   
    if(!(GetPlayerVehicleID(playerid) == GetPlayerVehicleID(plid) && GetPlayerState(playerid) == PLAYER_STATE_DRIVER)){
        return SendClientMessage(playerid, -1, "Koe puliзa, ta de caф comigo ? entre no carro dele ou peзa para ele entrar no seu!");



    // FUNЗХES PARA PRENDER:
   
   
    // meliante_id  = ID DO MELIANTE
    // playerid     = ID DO PULICIAL
    return true;
}
Reply


Messages In This Thread
Comando de policial - by silenthill - 06.01.2013, 12:54
Re: Comando de policial - by HeyHoLetsGo - 06.01.2013, 14:07
Re: Comando de policial - by silenthill - 06.01.2013, 15:03
Re: Comando de policial - by tonisantolia - 06.01.2013, 18:13
Re: Comando de policial - by zSuYaNw - 06.01.2013, 18:32
Re: Comando de policial - by Dana_scully - 06.01.2013, 22:19
Re: Comando de policial - by silenthill - 06.01.2013, 22:24
Re: Comando de policial - by DiReCt hIt - 06.01.2013, 22:28
Re: Comando de policial - by tonisantolia - 06.01.2013, 22:35
Re: Comando de policial - by silenthill - 06.01.2013, 22:43

Forum Jump:


Users browsing this thread: 1 Guest(s)