Revert "a lot of changes"

This reverts commit bf9604e851.
This commit is contained in:
Andyyy7666
2023-07-10 02:37:54 +02:00
parent bf9604e851
commit 9a9fa03e8a
8 changed files with 146 additions and 172 deletions

View File

@@ -8,19 +8,18 @@ fx_version "cerulean"
game "gta5"
lua54 "yes"
shared_scripts {
"init.lua"
}
client_scripts {
"client/main.lua",
"client/functions.lua",
"client/events.lua",
"client/main.lua"
}
server_scripts {
"@oxmysql/lib/MySQL.lua",
"server/main.lua",
"server/functions.lua",
"server/player.lua"
}
shared_scripts {
"init.lua"
}
dependency "oxmysql"