Scripts/resources/[standalone]/interact-sound/fxmanifest.lua

22 lines
428 B
Lua
Raw Normal View History

2024-12-29 20:02:20 +00:00
-- FXVersion Version
2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 20:02:20 +00:00
games { 'gta5' }
-- Client Scripts
client_script 'client/main.lua'
-- Server Scripts
server_script 'server/main.lua'
-- NUI Default Page
ui_page "client/html/index.html"
-- Files needed for NUI
-- DON'T FORGET TO ADD THE SOUND FILES TO THIS!
files {
'client/html/index.html',
-- Begin Sound Files Here...
-- client/html/sounds/ ... .ogg
'client/html/sounds/*.ogg'
}