Musiker15 / Flipz-Alert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flipz-Alert

Enhance your FiveM gaming experience with the Flipz-Alert Script. This innovative extension takes your gameplay to the next level by providing tailored, interactive notifications right in your game.

Whether you're a police officer chasing criminals, a gang member embarking on thrilling missions, or simply exploring the streets of Los Santos, the Alert Script keeps you informed. Receive real-time updates on important events, missions, or challenges happening in your game.

Never miss crucial moments again with dynamic notifications. Stay instantly informed about new assignments, mission accomplishments, dangers, or other relevant events. These notifications appear discreetly on your screen, without interrupting gameplay, allowing you to react promptly.

The Flipz-Alert Script offers a user-friendly interface, allowing you to customize notifications to your preferences. Adjust the appearance, position, and duration of notifications to seamlessly integrate them into your gameplay.

Screenshot_216

Content

For more content join our Discord server to be kept up to date!

Installation

  1. Download the code here from GitHub or from Tebex.
  2. Import the script into your FiveM Server Resource Folder
  3. Add in the server.cfg -> "start flipz-alert
  4. Finish!

How to use

To trigger the notify, use the exports or TriggerEvent funktions.

type and duration are optional. For type, general will be used and for duration, 5000 will be used.

Notify("header", "message", 'type', duration --[[number]])

Colors:

~s~ = Default White
~r~ = Red
~b~ = Blue
~g~ = Green
~y~ = Yellow
~p~ = Purple
~c~ = Grey
~m~ = Dark Grey
~u~ = Black
~o~ = Orange

Types:

  • general
  • info
  • success
  • error
  • warning

Info! Duration in ms (1000ms = 1s)

Export

-- clientside
exports['flipz-alert']:Notify("General", "General ~c~Notification~s~ Message", "general", 5000)

-- serverside
exports['flipz-alert']:Notify(source, "General", "General ~c~Notification~s~ Message", "general", 5000)

Event

-- serverside
TriggerClientEvent('flipz-alert:Notify', source, "General", "General ~c~Notification~s~ Message", "general", 5000)

Thanks for your Support!

This is my first script, and I hope you like that đź’–

About


Languages

Language:JavaScript 42.1%Language:Lua 24.9%Language:CSS 21.0%Language:HTML 11.9%