Files
red-valley/resources/[framework]/[depends]/interact-sound/fxmanifest.lua
2026-03-29 21:41:17 +03:00

22 lines
428 B
Lua

-- FXVersion Version
fx_version 'adamant'
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'
}