Configuration

This showcases and explains the config.lua file within the PVP Menu Free!

Config = {
    ['Main'] = {
        keybind = 'K',
        Locations = {
            {coords = vec3(265.1766, 1116.7856, 14.6703), radius = 5},
            {coords = vec3(265.1766, 1116.7856, 14.6703), radius = 5},
            {coords = vec3(265.1766, 1116.7856, 14.6703), radius = 5},

        },
        Items = {
            {item = 'medkit', amount = 1 }, 
            {item = 'WEAPON_APPISTOL'}
        },
        Teleports = {
            ['Ramps'] = {
                {label = 'Skate', coords = vec3(1,1,1)},
                {label = 'Airport', coords = vec3(1,1,1)},
                {label = 'Poop', coords = vec3(1,1,1)},
            }
        },
        Vehicles = {
            'adder'
        }
    }
} 

Last updated