GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: echo '{\n\t"version":"${{ steps.semantic.outputs.new_release_version }}",\n\t"changelog":"- ${{ steps.semantic.outputs.new_release_notes }}"\n} > ELS-FiveM/version.json' | git commit -a -m "dev!":" version update" 13 change...
If you are a creator and don't want the vehicles to be here on GitHub, just create an issue or pull request! Since we have invested a lot of time in the car, here is the license: LICENSE Releases No releases published Languages ...
25 changes: 25 additions & 0 deletions 25 .github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ --- name: Bug report about: Create a report to help us improve --- **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce...
return els_Vehicles[checkCarHash(veh)] end isVehicleELS = false canControlELS = false Citizen.CreateThread(function() while true do ped = PlayerPedId() if IsPedInAnyVehicle(ped, false) then vehicle = GetVehiclePedIsIn(ped, false) isVehicleELS = vehInTable(els_Vehicles, checkCarHash(vehicl...