forked from KalinkaGit/vSyncR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
27 lines (24 loc) · 730 Bytes
/
Copy pathfxmanifest.lua
File metadata and controls
27 lines (24 loc) · 730 Bytes
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
fx_version 'bodacious'
game 'gta5'
description 'vSyncRevamped'
version '1.0.2'
server_scripts {
'config.lua',
'locale.lua',
'locales/en.lua',
'locales/fr.lua',
'locales/pt.lua', -- Thanks to raphapt https://github.com/raphapt
'locales/tr.lua', -- Thanks to thegambid https://github.com/thegambid
'locales/pt_br.lua', -- Thanks to Richards0nd https://github.com/Richards0nd
'server/server.lua'
}
client_scripts {
'config.lua',
'locale.lua',
'locales/en.lua',
'locales/fr.lua',
'locales/pt.lua', -- Thanks to raphapt https://github.com/raphapt
'locales/tr.lua', -- Thanks to thegambid https://github.com/thegambid
'locales/pt_br.lua', -- Thanks to Richards0nd https://github.com/Richards0nd
'client/client.lua'
}