Main/resources/[voice]/saltychat/fxmanifest.lua

30 lines
452 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
fx_version 'adamant'
game 'gta5'
author 'Wiseman'
ui_page 'NUI/SaltyWebSocket.html'
shared_scripts {
'shared/**/*.*'
}
client_scripts {
'client/enums/**/*.*',
'client/models/PlayerPed.lua',
'client/models/Player.lua',
'client/models/**/*.*',
'client/NuiEvent.lua',
'client/Util.lua',
'client/VoiceManager.lua',
}
server_scripts {
'server/Player.lua',
'server/**/*.*'
}
files {
'NUI/SaltyWebSocket.html',
-- 'config.json',
}