mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Renamed shared folder to common
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
es_extended is a roleplay framework for FiveM. It is developed on top of [EssentialMode](https://essentialmode.com/) (aka ES), thus commonly named ESX - the **Es**sentialMode E**x**tended framework for FiveM.
|
||||
|
||||
### Links & Read more
|
||||
- [ESX Documentation](https://esx-org.github.io/) (incomplete)
|
||||
- [ESX Documentation](https://esx-org.github.io/)
|
||||
- [ES Documentation](https://docs.essentialmode.com/)
|
||||
- [ESX Discord Community](https://discord.gg/MsWzPqE)
|
||||
- [FiveM Forum Thread](https://forum.fivem.net/t/release-esx-base/39881)
|
||||
|
||||
+6
-5
@@ -28,8 +28,8 @@ server_scripts {
|
||||
'server/main.lua',
|
||||
'server/commands.lua',
|
||||
|
||||
'shared/modules/math.lua',
|
||||
'shared/functions.lua'
|
||||
'common/modules/math.lua',
|
||||
'common/functions.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
@@ -56,8 +56,8 @@ client_scripts {
|
||||
'client/modules/scaleform.lua',
|
||||
'client/modules/streaming.lua',
|
||||
|
||||
'shared/modules/math.lua',
|
||||
'shared/functions.lua'
|
||||
'common/modules/math.lua',
|
||||
'common/functions.lua'
|
||||
}
|
||||
|
||||
ui_page {
|
||||
@@ -90,7 +90,8 @@ server_exports {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
'essentialmode',
|
||||
'mysql-async',
|
||||
'essentialmode',
|
||||
'esplugin_mysql',
|
||||
'async'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user