wd
This commit is contained in:
parent
307f4c0d90
commit
1c16382e41
10 changed files with 307 additions and 2 deletions
22
resources/[tools]/interact-sound/fxmanifest.lua
Normal file
22
resources/[tools]/interact-sound/fxmanifest.lua
Normal file
|
@ -0,0 +1,22 @@
|
|||
-- FXVersion Version
|
||||
fx_version 'adamant'
|
||||
games {"rdr3","gta5"}
|
||||
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
|
||||
|
||||
-- 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/demo.ogg'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue