![[Resim: aa7HHWb.png]](https://fivemci.com/resimx/aa7HHWb.png)
En son düzenleme: 11-11-2021, 13:18 admin.
Topluluk forumlarımıza hoş geldiniz; kendi topluluğunuzu etkin bir şekilde yönetmeniz, harika fikirler ve hizmetlerimiz için bize katılabilirsiniz.
(12-08-2021, 01:11)pageyyy demiş ki: knk dosya adi degismedim config duzenlemeye gerek yok gibi duruyo bu hud basicneeds ve status gerektiriyo yoksa zaten aclik falan calismaz sizdeki basicneeds ve statusu atarmisiniz test ettiginiz
start esx_status
local name = 'hunger'
local default = 1000000
local color = '#CFAD0F'
TriggerEvent('esx_status:registerStatus', name, default, color,
function(status) -- Visible calllback, if it return true the status will be visible
return true
end,
function(status) -- Tick callback, what to do at each tick
status.remove(200)
end,
{remove = 200} -- Client action (add / remove) so the client can be in sync with server
)