Welcome to Scripto Goat Sinks!
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! 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
Preview
Scripto Goat Documentation
Download on Github
Code is accessible | Yes |
Subscription-based | No |
Lines (approximately) | 150 |
Requirements | ox_lib |
Support | No |