Renamed shared folder to common

This commit is contained in:
ElPumpo
2019-01-01 11:05:06 +01:00
parent b1d58d2abd
commit ac4e9c9a82
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -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
View File
@@ -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'
}