localname='hunger'localdefault=1000000localcolor='#CFAD0F'TriggerEvent('esx_status:registerStatus',name,default,color,function(status)-- Visible calllback, if it return true the status will be visiblereturntrueend,function(status)-- Tick callback, what to do at each tickstatus.remove(200)end,{remove=200}-- Client action (add / remove) so the client can be in sync with server)