Theme editor

Search results

  1. B

    Disable bunny hopping

    The character falls to the ground after jumping two or three times and then stands up. Add any Client.lua Citizen.CreateThread(function() while true do Citizen.Wait(100) local ped = PlayerPedId() if IsPedOnFoot(ped) and not IsPedSwimming(ped) and...
Back
Top Bottom