Exort

This export can import in any client side script you want!

   exports['ip_alert']:alert({
        header = 'Header',
        image = 'bandits_bg',
        content = 'Content',
        duration = 5000,
        showButtons = true,
        progress = true,
        confirmText = 'Confirm',
        cancelText = 'Cancel',
    }, function(response)
        print(Config.TestAlertCommand.. " command received response:", response)
    end)

Last updated