[QB/Standalone] [FREE] SG-Sinks ๐Ÿ

Welcome to Scripto Goat Sinks!:goat:

Would you like to enhance the roleplay in your roleplay server with an extra feature that seems small but actually makes a big difference? SG Sinks is the solution! :goat: Our script makes it possible to wash your pedโ€™s hands in different types of sinks. Washing hands can improve for example restaurant roleplay where people have to cook food: hygiene is very important!

Features

  • Comes with predefined strings in the following languages: English, Dutch, German, French, Spanish, Italian, Arabic and Turkish;
  • Two different target options: ox-target and qb-target;
  • Customize the script to your liking with a lot of configurable options like icon, icon colors;
  • Possible item requirement (for instance soap, but can be changed) for the target to appear;
  • Choose from 4 types of progress: circle, bar, skillcheck or qb-bar;
  • Possible option to add sound to the animation to immerse your players!
  • Possible to change the animation by configuring this in the config;
  • Choose from 3 different types of notifications รณr add your own: okok, ox or mythic;

Configuration

Config = {}

Config.Language = 'en' -- en, nl, de, fr, es, it, ar, tr

Config.Target = {
    Type = 'ox', -- Choose from 'ox' or 'qb'
    Icon = "fas fa-hands-bubbles", -- Choose from https://fontawesome.com/icons
    IconColor = "#9bedff",
    --Item = "soap", -- Uncomment if you only want people to see target when they have item in inventory, also uncomment in client.lua
    Distance = 2.0,
}

Config.Progress = {
    Type = 'circle', -- 'circle', 'bar', 'skillcheck' or 'qb-bar'
    Duration = 5000,
}

Config.Animation = 'PROP_HUMAN_BUM_BIN' -- If the animation does not work, configure in client.lua

Config.Sound = 'true' -- Choose 'true' or leave blank

Config.Notify = 'ox' -- Choose from 'okok', 'ox', 'mythic'

Config.Props = {
        --'prop_bin_05a', -- For test purposes
        'prop_bar_sink_01', 
        'prop_ff_sink_02', 
        'prop_sink_04', 
        'v_res_mbsink',
        'prop_sink_06',
        'prop_sink_02',
}

Dependencies

The dependencies all depend on how youโ€™d like to configure the script.

  • QBCore (only for qb-bar)
  • ox_lib
  • qb-target/ox-target
  • interact-sound (only for sound)

Links

:tv: Preview
:memo: Scripto Goat Documentation
:goat: Download on Github

Code is accessible Yes
Subscription-based No
Lines (approximately) 150
Requirements ox_lib
Support No
14 Likes

Good take on sinks and hand washing! Looking forward to more contributions! <3

2 Likes

Thank you a lot, very much appreciated. We, Scripto Goat, will continue to contribute a lot of scripts in the future!

2 Likes

Biased, but :fire::fire:

1 Like

:fire: :fire: :fire: Working hard on releasing more.

2 Likes

Updated in version 1.0.1:

  • Real washing hands animation thanks to @EppuScripts
  • Deleted Config.Animation in the Config file
1 Like

Updated in version 1.0.2:

  • Now also supports QB for notifications. Just use โ€˜qbโ€™ in the config file to use!

hey, nice script! would it be possible to add a feature to clean items like dirty plates or bottles?

1 Like

hey thank you! yes it is possible to add this. do you have any specific models you wish to clean? @NikNator10

I was thinking about this feature in general where players could use an item on the sinks to get another back. (Use a dirty plate โ†’ get a clean one back)

1 Like

Lmao :rofl: did this months ago

me too, months ago as you can see hahaha

Btw! This actually reminds me that you can use our panning script for this! You can modify everything in the script. Just change the gold pans to like dirty dishes and wash them. You can also edit the prop.

https://scripto-goat.tebex.io/package/6223339

@NikNator10