šŸ’© Player Hygiene - Shower , Poop , Pee

Thats the snippet just change it too poop and pee
Or with the same name registered from your esx status

Dont work for me im add location in config but not hint me E fot toilet.

you need the renzu_popui or convert to other sisteme like esx help notification or target

you need to start all dependency to make this work as drag and drop

1 Like

Is there a way to disable the constant spam on console?
image

are you using a latest version?
latest commit does not have a print

TriggerEvent('esx_status:getStatus', 'poop', function(status)
   poop = status.getPercent()
end)

something like this?

Yes that will work using esx status
Just copy how to get your thirst and hunger
As long as that poop is register to your status it would work

Your scripts is already converted to work with esx_status or i need to do something?

thx for the update. But i cant place or use the showerprop it dont shows up the model. (i use my housing system which is able to place down props like the toilet it works great)

and also please add support for face wash station over props :slight_smile:

1 Like

Could you make poop as a command like /pee?

1 Like

Did you try to add a loadmodel first?
Since its a custom prop
Its required

The hygiene script support esx status ontick
But thats it.
You need to setup your hud to get the values from your esx status

whether that works without a hub? I donā€™t even know if Iā€™ve done it right until now and if it works XD

somehow Iā€™m just too stupid for that where exactly should that be written in oO?

1 Like

what exactly is your issue?

my problem is that things with the esx_status are not exactly what they want and I donā€™t get it tied into our hub, which wouldnā€™t be bad either, Iā€™m trying the TriggerEvent (ā€˜esx_status: getStatusā€™, ā€˜poopā€™, function (status))
poop = status.getPercent ()
end) in esx_basicneeds because it has to be in there, right?

you dont need esx_basicneeds to make this work, esx basic needs trigger the effect right for hunger ex.

what exactly do you need to do? show the poop in your hud?

that means I have to trigger event (ā€˜esx_status: getStatusā€™, ā€˜poopā€™, function (status) poop = status.getPercent ()
end) nowhere to enter? well that with the poop in the hub is not important, I just donā€™t know if, for example, everything is going like in the video with the flies and also the message that you are woolly dirty and you should take a shower

You donā€™t need getStatus. The ontick event triggered by status includes all the data you need. Try printing the table contents so you can see

1 Like