OnPlayerEnterVehicle problem
#1

pawn Код:
if(DynamicCars[vehicleid][Chiusa] == 1)
    {
        SendClientMessage(playerid,-1,"[Portiere:] Il veicolo и chiuso.");
        new engine,lights,alarm,doors,bonnet,boot,objective;
        GetVehicleParamsEx(vehicleid,engine,lights,alarm,doors,bonnet,boot,objective);
        if(DynamicCars[vehicleid][Antifurto] == 1)
        {
            SetVehicleParamsEx(vehicleid,engine,lights,1,1,bonnet,boot,objective);
        }
        else
        {
            SetVehicleParamsEx(vehicleid,engine,lights,alarm,1,bonnet,boot,objective);
        }
        return 1;
    }
Why it works only when I press G and dont when I press F?
Its an annoying problem
Reply


Messages In This Thread
OnPlayerEnterVehicle problem - by JustLuca - 01.03.2013, 14:05
Re: OnPlayerEnterVehicle problem - by Bakr - 01.03.2013, 16:08
Re: OnPlayerEnterVehicle problem - by JustLuca - 04.03.2013, 17:25

Forum Jump:


Users browsing this thread: 2 Guest(s)