[Ajuda] Comando /destruirid e /destruirveiculos
#1

Estou com um probleminha, tipo... o /destruirid e o /destruirveiculos estб destruindo os veнculos que nгo foram criados, estб destruindo veнculos que jб estava no servidor, alguйm pode me ajudar?

PHP Code:
CMD:destruirveiculos(playeridparams[])
{
    if(
PlayerInfo[playerid][pAdmin] < 1337)
        return 
SendClientMessage(playeridCOLOR_GRAD1"    Vocк nгo pode usar este comando!");
    new 
pode 1;
    for(new 
iMAX_VEHICLESi++)
    {
        if(
TextoCarros[i] == 1)
        {
            
pode 1;
        }
        if(
pode == 1)
        {
            
TextoCarros[i] = 0;
            
DestroyVehicle(i);
        }
    }
    for(new 
0sizeof(CreatedCars); i++)
    {
        
CreatedCars[i] = 0;
    }
    
CreatedCar 0;
    
//SendClientMessage(playerid, COLOR_GREY, "   Todos os veнculos criados foram destruнdos!");
    
new string[100];
    
format(stringsizeof(string), "AdmCmd: O admin %s destruiu todos os carros criados no servidor."NomePlayer(playerid));
    
ABroadCast(0x33CCFFAA,string,1);
    return 
1;
}
CMD:destruirid(playeridparams[])
{
    if(
PlayerInfo[playerid][pAdmin] < 3)
        return 
SendClientMessage(playeridCOLOR_GRAD1"   Vocк nгo estб autorizado a usar este comando !");
    new 
counter 0;
    new 
result;
    new 
plyName[MAX_PLAYER_NAME];
    
GetPlayerName(playeridplyNameMAX_PLAYER_NAME);
    for(new 
i!= MAX_VEHICLESi++)
    {
        new 
dist ChecarveiculoBPC(5playeridi);
        if(
dist)
        {
            
result i;
            
counter++;
        }
    }
    switch(
counter)
    {
        case 
0:
        {
            
SendClientMessage(playeridCOLOR_GREY"   Nгo hб nenhum carro nesse raio!");
        }
        case 
1:
        {
            if(
result TOTAL_CARROS)
            {
                
SendClientMessage(playeridCOLOR_GREY"Vocк sу pode destruir veнculos criados");
                return 
true;
            }
            new 
string[128];
            new 
name[MAX_PLAYER_NAME];
            
GetPlayerName(playeridnamesizeof(name));
            
DestroyVehicle(result);
            
format(stringsizeof(string), "Vocк destruiu o veнculo ID:[%d]"result);
            
SendClientMessage(playeridCOLOR_GREYstring);
            
CreatedCar --;
        }
        default:
        {
            
SendClientMessage(playeridCOLOR_GREY"   Foram encontrados mais de um carro nesse raio");
        }
    }
    return 
true;

Reply


Messages In This Thread
Comando /destruirid e /destruirveiculos - by GasparzinhoXD - 08.02.2019, 01:06
Re: Comando /destruirid e /destruirveiculos - by DanielMatrix - 09.02.2019, 00:00
Re: Comando /destruirid e /destruirveiculos - by NWDMadara - 09.02.2019, 11:15

Forum Jump:


Users browsing this thread: 1 Guest(s)