[Ajuda] error 010: invalid function or declaration
#6

PHP код:
stock CheckChave(playeridvehicleid)
{
    new 
motlualarporcappormaob;
    
GetVehicleParamsEx(vehicleidmotlualarporcappormaob);
    if(
IsAAztecaCar(vehicleid)
    {
        
SendClientMessage(playeridCOLOR_LIGHTBLUE"Vocк nгo й dos Varriors Los Aztecas, por isso nгo tem a chave desse veiculo!");
        
SetVehicleParamsEx(vehicleidVEHICLE_PARAMS_OFFlualarporcappormaob);
        return 
1;
    }
    else if(
IsACopCar(vehicleid) || IsAPRCar(vehicleid) || IsABOPEsCar(vehicleid) || IsAPFCar(vehicleid) || IsAPCCar(vehicleid) || IsAGATCar(vehicleid))
    {
        if(!
IsACopFCar(playerid))
        {
            
SendClientMessage(playeridCOLOR_LIGHTBLUE"Vocк nгo й um Policial, por isso nгo tem a chave desse veiculo!");
            
SetVehicleParamsEx(vehicleidVEHICLE_PARAMS_OFFlualarporcappormaob);
            return 
1;
        }
    }
    return 
1;

Reply


Messages In This Thread
error 010: invalid function or declaration - by Pousser - 29.01.2016, 19:03
Re: error 010: invalid function or declaration - by Jimmmy - 29.01.2016, 19:39
Re: error 010: invalid function or declaration - by Pousser - 29.01.2016, 19:43
Re: error 010: invalid function or declaration - by [BOPE]Seu._.Madruga - 29.01.2016, 21:09
Re: error 010: invalid function or declaration - by Pousser - 29.01.2016, 21:54
Re: error 010: invalid function or declaration - by [BOPE]Seu._.Madruga - 29.01.2016, 23:50

Forum Jump:


Users browsing this thread: 1 Guest(s)