Files
Jacob bfea14f326 Notifications Update!
+ Added notifications (EGRP-Notifications) exports to many different scripts including Engine-Toggle, Seatbelt, CarWipe and Head-Tags.
2022-04-27 22:31:31 +01:00

31 lines
366 B
Lua

fx_version 'cerulean'
game 'gta5'
author 'Switty'
description 'Notification system made by Switty'
version '1.0.0'
ui_page 'index.html'
files{
'js/*',
'css/*',
'fonts/*',
'index.html'
}
client_script "client.lua"
exports {
'Default',
'Caption',
'Warning',
'Success',
'Info',
'Negative',
'CaptionIcon',
'Icon'
}