mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 22:36:03 +01:00
Update fxmanifest.lua
This commit is contained in:
@@ -11,14 +11,16 @@ lua54 "yes"
|
|||||||
client_scripts {
|
client_scripts {
|
||||||
"client/main.lua",
|
"client/main.lua",
|
||||||
"shared/functions.lua",
|
"shared/functions.lua",
|
||||||
|
"client/vehicle.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",
|
"shared/functions.lua",
|
||||||
"server/player.lua",
|
"server/player.lua",
|
||||||
|
"server/vehicle.lua",
|
||||||
"server/functions.lua"
|
"server/functions.lua"
|
||||||
}
|
}
|
||||||
shared_script "init.lua"
|
shared_script "init.lua"
|
||||||
|
|||||||
Reference in New Issue
Block a user