Translations

All scripts contain a simple option to translate all texts in the config.

example of RedM smoking script

Config.Texts = {
    error = 'error',
    quit = 'Quit',
    start = 'Start smoking',
    puff = 'puff',
    puffCount = 'puff count: ',
    water = "You're wet",
    interactions = 'attitude change',
    mouth = 'take out of mouth',
    inMouth = 'put in mouth',
    refill = 'Fill',
    left = 'previous',
    right = 'next',
    back = 'Back',
    no = 'none',
    active = 'Already doing',
    drop = 'It fell out of your mouth',
    notifNoPuff = 'Nothing to smoke',
    notifReffillDone = "You've fulfilled",
    notifReffillFailed = "you have nothing to fill ",
    metaPuff = 'Puff: ',
}