-
Notifications
You must be signed in to change notification settings - Fork 11
/
fxmanifest.lua
38 lines (31 loc) · 899 Bytes
/
fxmanifest.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
fx_version 'cerulean'
game 'gta5'
version '2.7.1'
description 'https://github.com/thelindat/linden_outlawalert'
versioncheck 'https://raw.githubusercontent.com/thelindat/linden_outlawalert/master/fxmanifest.lua'
client_scripts {
'@es_extended/locale.lua',
'locales/en.lua',
'locales/fr.lua',
'client/esx.lua',
'client/main.lua',
}
shared_script 'config.lua'
server_scripts {
'@es_extended/locale.lua',
'@mysql-async/lib/MySQL.lua',
'locales/en.lua',
'locales/fr.lua',
'server.lua',
}
ui_page {
'html/alerts.html',
}
files {
'html/alerts.html',
'html/main.js',
'html/style.css',
}
export "getSpeed" -- exports['linden_outlawalert']:getSpeed
export "getStreet" -- exports['linden_outlawalert']:getStreet
export "zoneChance" -- exports['linden_outlawalert']:zoneChance('Custom', 2)