[AJUDA] Proibindo Lugares
#3

pawn Код:
if(strcmp(cmdtext, "/bombadp", true) == 0)
{
    if(!IsAHamas(playerid) && !IsAFARC(playerid) && !IsAAl(playerid)) return SendClientMessage(playerid,-1,"Vocк nгo pode usar esse cmd.");
    if(PlayerInfo[playerid][pJailed] != 0)
    {
        SendClientMessage(playerid,COLOR_YELLOW," Vocк nгo pode plantar bombas na cadeia!");
        return true;
    }
    if(IsPlayerInRangeOfPoint(playerid, 7.0, coordx, coordy, coordz)) return SendClientMessage(playerid,-1,"Voce nao esta na dp");
    if(gettime() - Bombat[playerid] < 1800) return SendClientMessage(playerid, -1, "Espere 30 minutos para plantar bombas Novamente !");
    if(PlantouBomba[playerid] == 1) return SendClientMessage(playerid, -1, " Vocк jб plantou uma bomba. ");
    GetPlayerName(playerid,sendername,sizeof(sendername));
    SendClientMessageToAll(COLOR_AZULBB, "|_______________ {FFFF00}Aviso Bomba{FFFBF8} _______________|");
    format(string, 128, "ATENЗГO: %s {FF6347}e os {FFFF00}%s {FF6347}Plantaram um Bomba no Departamento de Policia Militar !",sendername,NomeORG(playerid), playerid);
    SendClientMessageToAll(COLOR_AMARELOR, string);
    bombplanttime = SetTimerEx("BombPlantTime", ARMARTEMPO*1000, 0, "d", playerid);
    ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 1, 0, 0, 0, 0);
    PlantouBomba[playerid] = true;
    Bombat[playerid] = gettime();
    return 1;
}
Reply


Messages In This Thread
[AJUDA] Proibindo Lugares - by leosivi - 25.04.2012, 20:22
Re: [AJUDA] Proibindo Lugares - by 4LiSs0N - 25.04.2012, 20:24
Re: [AJUDA] Proibindo Lugares - by Don_Speed - 25.04.2012, 20:30
Re: [AJUDA] Proibindo Lugares - by .FuneraL. - 25.04.2012, 20:30
Re: [AJUDA] Proibindo Lugares - by leosivi - 25.04.2012, 20:31
Re: [AJUDA] Proibindo Lugares - by .FuneraL. - 25.04.2012, 20:33
Re: [AJUDA] Proibindo Lugares - by 4LiSs0N - 25.04.2012, 20:34
Re: [AJUDA] Proibindo Lugares - by leosivi - 25.04.2012, 20:43
Re: [AJUDA] Proibindo Lugares - by .FuneraL. - 25.04.2012, 20:45
Re: [AJUDA] Proibindo Lugares - by leosivi - 25.04.2012, 21:05

Forum Jump:


Users browsing this thread: 1 Guest(s)