Hello FiveM community!👋
We have created a simple toilet script for qbcore framework which utilizes interact-sound and dpemotes.
You use your 3rd-eye (qb-target default) to interact with a toilet and you start peeing or pooing. If you finish peeing or pooing you relieve stress, however if you cancel you gain stress.
Features:
- Fully Open-Source
- Customizable
- Custom sounds
- Easy to configure
RazedToiletShowCaseDecompressed.mp4
- Drag and drop
razed-toilet
- In your
server.cfg
addensure razed-toilet
- In
sounds
dragPee.ogg
tointeract-sound/client/html/sounds
- In
sounds
dragPoo.ogg
tointeract-sound/client/html/sounds
qb-core
qb-target
interact-sound
dpemotes
Config = {}
Config.Status = '^5Version 1.0 - Up to date!'
Config.TargetDistance = 1.5 -- third eye target distance
Config.relieveStress = 15
Config.gainStress = 10
Config.Toilets = {
`prop_ld_toilet_01`,
`prop_toilet_02`,
`prop_toilet_01`,
}
FiveToes - Idea and props
KLM - Coding, etc