Création Notification
Pour crée un notification rien de plus simple utiliser un exports
exports["mNotification"]:ShowSimpleNotification(message, duration)
Pour les notifications avancer c'est un peut plus complexe
exports["mNotification"]:ShowAdvancedNotification(title, imgName, subtitle, description, duration)
Pour crée une notification simple avec progress bar
exports["mNotification"]:ShowSimpleNotificationProgress(message, duration)
Dernière mise à jour