- Katılım
- 4 yıl 3 ay 23 gün
- Mesajlar
- 68
Arkadaşlar hud çalışmıyor tek tek çalışmayan satırları yazıcam
zump-hud/client/money.lua:19
Kod:
RegisterNetEvent("hud:client:SetMoney")
AddEventHandler("hud:client:SetMoney", function()
PlayerData = QBCore.Functions.GetPlayerData() (BURASI 19.SATIR)
if PlayerData and PlayerData.money then
cashAmount = QBCore.Shared.Round(PlayerData.money.cash)
bankAmount = QBCore.Shared.Round(PlayerData.money.bank)
end
end)
zump-hud/client/client.lua:15
Kod:
TriggerEvent("hud:client:SetMoney")
DisplayRadar(false)
end)
zump-hud/client/client.lua:146
Kod:
RegisterNetEvent('esx:playerLoaded')
AddEventHandler('esx:playerLoaded', function()
PlayerData = ESXGetPlayerData() (BURASI 146. SATIR)
TriggerEvent("hud:client:SetMoney")
SendNUIMessage({action = 'showui'})
UIStuff()
isLoggedIn = true
Show = true
Citizen.Wait(10000)
exports['mythic_notify']:SendAlert("inform", "/hud Yazarak Hud'u İstediğin Gibi Ayarlayabilirsin!")
end)
Burayada scriptin linkini bırakıyorum yapabilirim diyen varsa yaparsa çok mutlu olurum
Linkleri,görmek için
Giriş yap veya üye ol.
Linkleri,görmek için
Giriş yap veya üye ol.