[Ajuda] quando eu vou emcima do pickup pra roubar o roubo nao inicia
#4

Topo da GM:
PHP код:
#define PRESSED(%0) \
    
(((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0))) 
PHP код:
public OnPlayerKeyStateChange(playeridnewkeysoldkeys)
{
    if (
PRESSED(KEY_SECONDARY_ATTACK))
        {
            if(
IsPlayerInRangeOfPoint(playerid3.01766.4453, -1713.713413.5489))
            {
        if(
Player[playerid][pEXT] >= || Player[playerid][pBOPE] >= || Player[playerid][pPMRJ] >= 1)return SendClientMessage(playeridCOR_ERRO"ERRO: Policial nгo rouba banco ;)");
        if(
Player[playerid][pTempoBanco] >= 1)
        {
           
SendFormattedMessage(playeridCOR_ERRO"ERRO: Vocк jб roubou o banco recentemente, espere %s."Convert(Player[playerid][pTempoBanco]));
           return 
1;
        }
        static 
Ladrao[MAX_PLAYER_NAME], sStr[70];
        new 
Float:Pos[3];
        
SetPlayerWantedLevel(playeridGetPlayerWantedLevel(playerid) + 1);
        
Player[playerid][pProcurado] += 1;
        
GetPlayerPos(playeridPos[0], Pos[1], Pos[2]);
        
GetPlayerName(playeridLadraosizeof(Ladrao));
        if(
Roubando[playerid] == 1) return SendClientMessage(playerid0xE31919FF"[~] Vocк jб estб assaltando!");
        
format(sStrsizeof(sStr), "[NOTНCIAS] %s[%d] Plantou uma Bomba no Caixa Eletrуnico!"Ladraoplayerid);
        
SendClientMessageToAll(0xE31919FFsStr);
        
Bomba CreateObject(1252Pos[0], Pos[1], Pos[2] - 0.8,270,0,0);
        
ApplyAnimation(playerid"BOMBER""BOM_Plant"4.000000);
        
SetPlayerAttachedObject(playerid3155010.1, -0.300400111);
        
format(sStrsizeof(sStr), "Espere no local %d minutos para concluir o saqueamento!"TempoRoubo);
        
SendClientMessage(playerid0xC9C9C9FFsStr);
        
SendClientMessage(playerid0xFF7777AA"Vocк foi feito um procurado da justiзa. | Crime: 157.");
        
SetTimerEx("Roubou"60000*TempoRoubo,false,"d"playerid);
        
Roubando[playerid] = 1;
        new 
city[64] = "Nгo identificado";
        new 
string[100];
        switch(
GetPlayerCity(playerid))
        {
            case 
CITY_LScity "Los Santos";
            case 
CITY_SFcity "San Fierro";
            case 
CITY_LVcity "Las Venturas";
        }
        
format(string,sizeof(string),"HQ{FFFFFF}: Chamando Todas As Ъnidades, Denъncia de {4876FF}Banco.");
        
SendMessageToCops(0xFF0000AAstring);
        
format(string,sizeof(string),"HQ{FFFFFF}: Crime: 157 | Suspeito: %s | Local: %s !"getPName(playerid), city);
        
SendMessageToCops(0xFF0000AAstring);
        
SalvarPlayer(playerid);
        return 
1;
    }
    if(
newkeys == KEY_SECONDARY_ATTACK)
    {
        if(
PlayerToPoint(1.0playerid2927.863769,-1785.710815,1191.065673))
        {
            
ShowPlayerDialog(playerid18DIALOG_STYLE_LIST"BANCO""Saldo\nDepositar\nSacar""Ok""Cancelar");
        }
    } 
ajeita e testa
Reply


Messages In This Thread
quando eu vou emcima do pickup pra roubar o roubo nao inicia - by wainner - 19.07.2018, 19:02
Re: quando eu vou emcima do pickup pra roubar o roubo nao inicia - by Lovejoy - 19.07.2018, 19:06
Re: quando eu vou emcima do pickup pra roubar o roubo nao inicia - by wainner - 19.07.2018, 19:08
Re: quando eu vou emcima do pickup pra roubar o roubo nao inicia - by Lovejoy - 19.07.2018, 19:19
Re: quando eu vou emcima do pickup pra roubar o roubo nao inicia - by Lovejoy - 19.07.2018, 20:38

Forum Jump:


Users browsing this thread: 2 Guest(s)