? Modern Infobox System for MTA:SA
A slick, modern, and customizable notification UI for Multi Theft Auto: San Andreas.
--------------------------------------------------
Features
• Glassmorphism Design: Premium frosted-glass look with smooth rounded corners.
• Dynamic Colors: Pre-styled notification types (Info, Success, Warning, Error).
• Lightweight & Fast: Optimized Lua execution with zero performance hit.
• Responsive Layout: Fits seamlessly across all screen resolutions.
--------------------------------------------------
? Installation & Download
1. Clone the repository or download the source from GitHub:
https://github.com/Lexuizmm/mta-infobox
2. Place the resource folder into your server's resources directory.
3. Execute refresh and start mta-infobox in your server console.
--------------------------------------------------
? Usage / Syntax
Call the export function directly in your client-side scripts:
exports.infobox:addBox("info", "Created by CreativeMTA & Lexuizm!")
Available Notification Types:
• "info" -> Informational messages
• "success" -> Successful action alerts
• "warning" -> Warning notifications
• "error" -> Error or failure messages
--------------------------------------------------
? GitHub Repository: https://github.com/Lexuizmm/mta-infobox
? Credits: Created by CreativeMTA & Lexuizm.