Carregant...
131 arxius t'agraden
243 comentaris
14 vídeos
13 càrregues
39 seguidors
21.694 descàrregues

Arxiu més popular

  • 927568 istockphoto 1437404007 170667a

    @GreekMan, try 10F

    Fa 5 hores
  • 927568 istockphoto 1437404007 170667a

    @GreekMan, It works on any vehicle that has interior lights—allowing them to be turned on or off. The light is typically visible only at night or in dark environments. This function is most effective on standard cars, certain SUVs, emergency vehicles, and luxury cars with detailed interiors.

    Fa 7 hores
  • 927568 istockphoto 1437404007 170667a

    @DrMomenAlbakkar, Here is the solution

    private void OnTick(object sender, EventArgs e)
    {
    Ped player = Game.Player.Character;
    if (!player.IsInVehicle()) return;

    Vehicle veh = player.CurrentVehicle;

    Vector3 velocity = veh.Velocity;
    Vector3 forward = veh.ForwardVector;
    float directionDot = Vector3.Dot(velocity, forward);

    if (veh.Speed > 10f || directionDot > 0f) return; // moving forward, skip

    Vector3 rearPos = veh.Position - veh.ForwardVector * 2.5f;
    Vector3 leftRear = rearPos - veh.RightVector * 1.0f;
    Vector3 rightRear = rearPos + veh.RightVector * 1.0f;

    float dist = GetObstacleDistance(leftRear, -veh.ForwardVector);
    float dist2 = GetObstacleDistance(rightRear, -veh.ForwardVector);
    float minDist = Math.Min(dist, dist2);

    if (minDist > 0 && minDist < maxDetectionDistance)
    {
    Function.Call(GTA.Native.Hash.PLAY_SOUND_FRONTEND, -1, "TIMER_STOP", "HUD_MINI_GAME_SOUNDSET", true);
    GTA.UI.Screen.ShowSubtitle($"Obstacle: {minDist:F2} m");
    }
    }

    and

    ParkingSensor.ini

    [Settings]
    MaxDetectionDistance=3.0
    MinBeepInterval=100
    MaxBeepInterval=1000
    EnableOverlay=true

    Fa 7 hores
  • 927568 istockphoto 1437404007 170667a

    @DrMomenAlbakkar, Ok, I'll check it

    Fa 9 hores
  • 927568 istockphoto 1437404007 170667a
  • 927568 istockphoto 1437404007 170667a
    MNHC » Vhud

    @Leqionz, Join my discord channel

    fa 1 dia
  • 927568 istockphoto 1437404007 170667a
    MNHC » Vhud

    @Leqionz, yes without pharmacy and motel MLO.
    And if its the latest game build, then its not working, try downgraded version like 3095 or 3411 or lower than 3095?

    fa 1 dia
  • 927568 istockphoto 1437404007 170667a
    MNHC » Vhud

    @Leqionz, also whats the build version of you game

    fa 1 dia
  • 927568 istockphoto 1437404007 170667a
    MNHC » Vhud

    @Leqionz try without mlo's. Just install scripts and vhud.ytd

    fa 1 dia
  • 927568 istockphoto 1437404007 170667a
    MNHC » Vhud

    @UnstoppableTJ

    - IN FUEL & CHARGING STATION MENU
    -- To Increase L or kwh (Up Arrow key)
    -- To Decrease L or kwh (Down Arrow key)
    -- To Refuel or Charge (Mouse Left key)

    fa 1 dia