Como eu usaria a funзгo?
#2

pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
    if (configuracoesdaluzdocarro[playerid] == 1)
    {
        new motor, luzes, alarme, portas, capo, portamalas, objetivo;
        GetVehicleParamsEx(vehicleid, motor, luzes, alarme, portas, capo, portamalas, objetivo);
        SetVehicleParamsEx(vehicleid, motor, VEHICLE_PARAMS_OFF, alarme, portas, capo, portamalas, objetivo);
        configuracoesdaluzdocarro[playerid] = 0;
        SendClientMessage(playerid, 0xFFFFFFF, "Vocк desligou as luzes do seu veнculo!");
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
Como eu usaria a funзгo? - by Chavequinho - 25.12.2010, 22:31
Re: Como eu usaria a funзгo? - by CyNiC - 25.12.2010, 23:03
Re: Como eu usaria a funзгo? - by Katros - 25.12.2010, 23:26
Re: Como eu usaria a funзгo? - by Chavequinho - 25.12.2010, 23:38

Forum Jump:


Users browsing this thread: 1 Guest(s)