[Ayuda] Como detectar si el motor del auto estб prendido
#5

pawn Код:
CMD:test(playerid, params[])
{
    new engine, lights, alarm, doors, bonnet, boot, objective;
    GetVehicleParamsEx(GetPlayerVehicleID(playerid), engine, lights, alarm, doors, bonnet, boot, objective);
    switch(engine)
    {
        case VEHICLE_PARAMS_ON:
        {
            // Si es verdadero entonces el motor esta encendido.
        }
        case VEHICLE_PARAMS_OFF:
        {
            // Si es verdadero entonces el motor esta apagado.
        }
    }
    return 1;
}
Reply


Messages In This Thread
[Ayuda] Como detectar si el motor del auto estб prendido - by lComandante - 25.06.2014, 18:44
Respuesta: [Ayuda] Como detectar si el motor del auto estб prendido - by SickAttack - 25.06.2014, 20:27
Respuesta: [Ayuda] Como detectar si el motor del auto estб prendido - by juandiegox - 25.06.2014, 20:31
Respuesta: [Ayuda] Como detectar si el motor del auto estб prendido - by OTACON - 25.06.2014, 20:31
Respuesta: [Ayuda] Como detectar si el motor del auto estб prendido - by Tirael - 25.06.2014, 23:26

Forum Jump:


Users browsing this thread: 1 Guest(s)