βοΈConfiguration
Parameter
Description
Example Value
RS = {}
RS.Framework = "auto"
RS.Language = "en"
RS.Item = "blindfold"
RS.ScissorsItem = "scissors"
RS.RemoveBlindfoldAfterUse = false
RS.RemoveScissorsAfterUse = false
RS.Locales = {
["en"] = {
warning = "There are no players nearby!",
remove = "You successfully removed!",
auto = "Blindfold automatically removed!",
success = "Blindfold has been successfully covered for you",
using = 'You are using a blindfold...',
using1 = 'You are using scissors...'
},
-- Additional translations ...
}
function getFramework()
-- Auto-detection logic for ESX/QB
end
Last updated