Simple Replacement For Marker Notification / 3DText

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 :slight_smile:
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)

Download GitHub

21 Likes

Very nice resource thanks so much <3

1 Like

love this :heart_eyes:

1 Like

Looks sick!

1 Like

This is actually really nice, one of those things that you didn’t know you wanted… but do want.

Will be using it in the future

1 Like

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.

1 Like

nice replace of pixeworld notification lol

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.

triggered

Nice.

And what do you mean with this? Its not like i’m going to search this whole forum before I post something. Is it the same? No. Is the code same? No.

1 Like

Looks dope! What’s that HUD you’re using?

neat

5char

My own, Its made from scratch with some simple but cool features.

Nice script successes

1 Like

what is your status bar called and where did you find it?

1 Like

They made it :stuck_out_tongue: (can verify this as well.)

There’s a similar one you can try: [ESX] Circle HUD (status, speed, fuel)

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)

I can probably PR it next week if you’re too busy :slight_smile:

3 Likes

Very nice looking stuff buddy!

1 Like

Thank you