Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.
/ notif Public archive

Notifications with original GTA V look, but more flexible.

Notifications You must be signed in to change notification settings

eblio/notif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

NOTIF

Notifications with original GTA V look, but more flexible.

Installation

  • Download the resource ;
  • Drag and drop it in your resources folder ;
  • Add start notif into you server.cfg.

How to use

  • Use the export below :
exports.notif:SendNotification({
	text = "Test text.",
	type = 'topRight',
	timeout = 6000,
})

Options

  • type define where the notification will be draw ;
  • timeout define how much time (in ms) the notification is on screen ;
  • You can create your own notification 'type' by following the pattern in the code.

Updates

No updates yet.

Known bugs

  • Doesn't deal with duplicate notifications (not as default notifications do) ;
  • The centerLeft and centerRight options have some issues ;
  • Notifications with different timeout will create issues.

About

Notifications with original GTA V look, but more flexible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages