Questions

Most commonly asked questions will hopefully answered in this section.

How do I make it an item instead of a command?

Trigger the client-side export openMenu from your inventory. Example for ox_inventory:

['neon_controller'] = {
    label = 'Neon controller',
    weight = 50,
    description = 'Control your vehicle neon lights.',
    stack = true,
    client = {
        export = 'oppa_neon.openMenu',
    }
}

Image you can use:

Last updated