Update fxmanifest.lua

This commit is contained in:
Andyyy7666
2022-10-04 17:49:36 +02:00
committed by GitHub
parent 56de9d18da
commit bb638a1400

View File

@@ -10,12 +10,15 @@ lua54 "yes"
shared_script "config_client.lua"
client_scripts {
"client/**"
"client/main.lua",
"client/events.lua"
}
server_scripts {
"@oxmysql/lib/MySQL.lua",
"config_server.lua",
"server/**"
"server/main.lua",
"server/functions.lua",
"server/events.lua"
}
exports {