Config

Here you can find all the configurations that you can set with our fps menu script

Mio.Locals

Configure the different texts that should be output when notifying

Mio.Locals = {
    maprepair = 'Your map has been repaired',
    shadow = 'Shadows ',
    enabled = 'enabled!',
    disabled = 'disabled!',
    nodirect = 'NoDirect ',
    shadowonoff = 'Shadows: On/Off',
    nodirectonoff = 'NoDirect: On/Off',
    repairmaptitle = 'Repair Map'
}

Mio.Command

Settings for command

Mio.Command = "fps" -- Command to open FPS Menu

Mio.Notify

set your own notify export or use our MIO NOTIFY

Last updated