Info
MNM Notify is a very simple replacement for any 3D Text or notifications when inside a marker.
Feel free to edit / modify this. Be kind and provide some credits.
This is my first release so don’t be a dick
Everything you need is on the GitHub page and in the readme file.
Usage
Drop folder MNM_Notify in your resources folder and ensure in server.cfg.
For icon you can use any normal icon from font awesome.
There are events you can trigger when you are inside a marker. Show Notification
CLIENT SIDE
TriggerEvent(‘mnm_notify_client:showNotification’, icon, title, info, desc, true)
SERVER SIDE
TriggerClientEvent(‘mnm_notify_client:showNotification’, source, icon, title, info, desc, true)
Remove Notification
CLIENT SIDE
TriggerEvent(‘mnm_notify_client:removeNotification’, false)
SERVER SIDE
TriggerClientEvent(‘mnm_notify_client:removeNotification’, source, false)
Thanks! I’ve created this fast in my spare time. Its actually simple af but it looks clean and its something else then the usual 3d text or notification you see everywhere.
Pixeworld? If I did the same thing someone else did that was not my intention. You can look at the code if someone did this already. It’s probably not the same. Excuse me. Funny fact; I made almost similar thing almost a year ago and just remade it and tought of releasing this since its pretty simple.
I’m interested to try this resource though when I get home in a week :p.
You should perhaps also create a way to make it temporary by just passing an additional arg on the event so it can be used outside of a thread. Such as duration (MS)