Jump to page content
English English   Polish Polish   Dutch Dutch   Russian Russian   German German   Hungarian Hungarian   Norwegian Norwegian   Swedish Swedish   Finnish Finnish   Romanian Romanian   Spanish Spanish   Portuguese Portuguese   Latvian Latvian  
Homepage
Home
Register
Login

Resources
Forum
Wiki
Servers

rssnotifications (sai_notifications)

Category:script
Author(s):sairamkishan
Downloads:51
Rate:You need to be logged in to vote
Rating:None (0)
Description:
The original author of this script is #AnDreS^^. I Just remade it . . . with some custom features

A simple free script for notification system for MTA SA modified with sound and many other features for my paid resources . . .
- You can also use it for your own script

types of notifications :
"default","success","warn","info","error"

-- server to client
triggerClientEvent(source, "add:notification", source, "Here the text!", "the types notifications",true)

-- client to client
triggerEvent("add:notification",localPlayer,"Here the text!","the types notifications",true)

==script example==
addCommandHandler("notify",
function()
triggerEvent("add:notification",localPlayer,"Welcome AndresTVz(default)","default",true)
triggerEvent("add:notification",localPlayer,"Download me! (success)","success",true)
triggerEvent("add:notification",localPlayer,"You are the best!","warn",true)
triggerEvent("add:notification",localPlayer,"Info notification","info",true)
triggerEvent("add:notification",localPlayer,"Error putito","error",true)
end)
...

(more)

Download latest version | Report

Version history

Version Publish Date Changes
0.1.0 2025-12-04 11:30:10 First public release Download