diff --git a/fxmanifest.lua b/fxmanifest.lua new file mode 100644 index 0000000..702d475 --- /dev/null +++ b/fxmanifest.lua @@ -0,0 +1,8 @@ +fx_version "adamant" + +rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.' + +game "rdr3" + +client_script {'config.lua','client.lua','warmenu.lua'} +server_script {'config.lua','server.lua'}