https://i.hizliresim.com/gou8gb4.gif https://i.hizliresim.com/gou8gb4.gif

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

FiveM - Sarı/Mavi Barı Silmek

Katılım
23 Tem 2021
Mesajlar
430
Bu bulunan sarı/mavi barı oyundan kaldırmak istiyorsanız
esx_basicneeds\client\main.lua 'da 40. satırı ve devamını alttaki kod ile değiştirirseniz bar kalkacaktır.
ekle:

AddEventHandler('esx_status:loaded', function(status)

TriggerEvent('esx_status:registerStatus', 'hunger', 1000000, '#FFFF00',
function(status)
return false
end, function(status)
status.remove(100)
end)

TriggerEvent('esx_status:registerStatus', 'thirst', 1000000, '#0099FF',
function(status)
return false
end, function(status)
status.remove(75)
end)
 
Geri
Üst