FIVEM 2022 | [QBCORE] | CODE-SCHNIPSEL [TEIL 2]

Anleitung zum Erstellen von Blogs und Artikeln: Bitte hier klickieren

1: Optimization: -- Radar While Driving

2: Enable PVP

Code
Code kommt bei qb-spawn client.lua lines 155-156 underneath RegisterNUICallback('spawnplayer', function(data)

    SetCanAttackFriendly(PlayerPedId(), true, false)
    NetworkSetFriendlyFireOption(true)

3: Free optimization

Code
Replace all GetPlayerPed(-1) with PlayerPedId()

4: Distance optimization

5: FXMANIFEST -- Resource Metadata

6: Small resources

7: QB liveryfix

8: QB weaponlicnese

Kommentare