mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
Update fxmanifest.lua
This commit is contained in:
@@ -10,17 +10,17 @@ lua54 "yes"
|
|||||||
|
|
||||||
client_scripts {
|
client_scripts {
|
||||||
"client/main.lua",
|
"client/main.lua",
|
||||||
|
"shared/functions.lua",
|
||||||
"client/functions.lua",
|
"client/functions.lua",
|
||||||
"client/events.lua",
|
"client/events.lua",
|
||||||
}
|
}
|
||||||
server_scripts {
|
server_scripts {
|
||||||
"@oxmysql/lib/MySQL.lua",
|
"@oxmysql/lib/MySQL.lua",
|
||||||
"server/main.lua",
|
"server/main.lua",
|
||||||
|
"shared/functions.lua",
|
||||||
"server/player.lua",
|
"server/player.lua",
|
||||||
"server/functions.lua"
|
"server/functions.lua"
|
||||||
}
|
}
|
||||||
shared_scripts {
|
shared_script "init.lua"
|
||||||
"init.lua"
|
|
||||||
}
|
|
||||||
|
|
||||||
dependency "oxmysql"
|
dependency "oxmysql"
|
||||||
|
|||||||
Reference in New Issue
Block a user