OnVehicleSirenStateChange for specific vehicles
#2

pawn Код:
public OnVehicleSirenStateChange(playerid, vehicleid, newstate)
{
    switch (GetVehicleModel(vehicleid))
    {
        case 415, 426, 560:
        {
            // code..
        }
    }
    return 1;
}
If the model of the vehicle is one of those three, do some stuff.
Reply


Messages In This Thread
OnVehicleSirenStateChange for specific vehicles - by DemME - 19.06.2016, 14:23
Re: OnVehicleSirenStateChange for specific vehicles - by Konstantinos - 19.06.2016, 14:25

Forum Jump:


Users browsing this thread: 1 Guest(s)