/ran-notification

Simple notification script for fivem using svelte and tailwindcss

Primary LanguageSvelte

ran-notification

Simple notification script for fivem using svelte and tailwindcss

Please download it from release tab unless you will have to rebuild it.

Installation

Just drag and drop to your resource folder, no framework needed (standalone)

Usage example

--[[
title: string;
message: string;
type: "info" | "error" | "warning" | "success", default = info;
timeout: number;
]]
exports['ran-notification']:Notify(title, message, type, timeout)
-- example
exports['ran-notification']:Notify("Error", "This is an error message", "error", 5000)

Preview

image

Support

You can join my discord if you want :)