[AJUDA]Comando
#5

Testa ae
pawn Код:
if(!strcmp(cmd, "/pdrogas", true))
{
    new aname[MAX_PLAYER_NAME]; GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
    format(file, sizeof(file), PASTA_CONTAS, aname);
    if(dini_Int(file, "Profissao") == Narcoticos || dini_Int(file, "aAdmin") == 1)
    {
        new tmp[0x80], plid;
        tmp = strtok(cmdtext, idx);
        if(!strlen(tmp)) return SendClientMessage(playerid, Vermelho, " Digite /pdrogas [id]");
        plid = strval(tmp);
        if(IsPlayerInAnyVehicle(plid) || IsPlayerInAnyVehicle(playerid) == 1) return SendClientMessage(playerid, Vermelho, " Alguem estб dentro de um carro.");
        if(!IsPlayerConnected(plid)) return SendClientMessage(playerid, Vermelho, "| INFO | Jogador nгo conectado.");
        if(GetDistanceBetweenPlayers(plid,playerid) > 10) return SendClientMessage(playerid,Vermelho," Chegue mais perto para apreender As Drogas.");
        format(string, sizeof(string), "| INFO | O policial %s apreendeu suas Drogas.", aname);
        SendClientMessage(plid, Vermelho, string);
        dini_IntSet(file, "Maconha", 0);
        dini_IntSet(file, "Crack", 0);
        dini_IntSet(file, "Cocaina", 0);
        SendClientMessage(playerid, COLOR_GREEN, "| INFO | Drogas Apreendidas.");
        return 0x01;
    }
    else return SendClientMessage(playerid,Vermelho,"| INFO | Vocк nгo й um policial!");
    return 0x01;
}
Reply


Messages In This Thread
[AJUDA]Comando - by Fireblad - 07.07.2011, 02:29
Re: [AJUDA]Comando - by Ricop522 - 07.07.2011, 02:31
Re: [AJUDA]Comando - by Fireblad - 07.07.2011, 02:37
Re: [AJUDA]Comando - by DreeH - 07.07.2011, 02:42
Re: [AJUDA]Comando - by Ricop522 - 07.07.2011, 02:44
Re: [AJUDA]Comando - by Andrew_Guiga - 07.07.2011, 02:45
Re: [AJUDA]Comando - by Fireblad - 07.07.2011, 02:48

Forum Jump:


Users browsing this thread: 1 Guest(s)