bfea14f326
+ Added notifications (EGRP-Notifications) exports to many different scripts including Engine-Toggle, Seatbelt, CarWipe and Head-Tags.
31 lines
366 B
Lua
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'
|
|
}
|
|
|