Skip to content

Commit

Permalink
fix(es_extended/fxmanifest.lua): correct startup order
Browse files Browse the repository at this point in the history
  • Loading branch information
CsokiHUN committed Feb 10, 2023
1 parent 3759711 commit c7980cd
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions [core]/es_extended/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,39 @@ server_scripts {
'@oxmysql/lib/MySQL.lua',
'config.logs.lua',
'server/common.lua',
'server/modules/callback.lua',
'server/classes/player.lua',
'server/classes/overrides/*.lua',
'server/functions.lua',
'server/onesync.lua',
'server/paycheck.lua',

'server/main.lua',
'server/commands.lua',

'common/modules/*.lua',
'common/functions.lua',
'server/modules/*.lua'
'server/modules/actions.lua',
'server/modules/npwd.lua'
}

client_scripts {
'client/common.lua',
'client/functions.lua',
'client/wrapper.lua',
'client/modules/callback.lua',

'client/main.lua',

'common/modules/*.lua',
'common/functions.lua',

'common/functions.lua',
'client/modules/*.lua'
'client/modules/actions.lua',
'client/modules/death.lua',
'client/modules/npwd.lua',
'client/modules/scaleform.lua',
'client/modules/streaming.lua',
}

ui_page {
Expand Down

0 comments on commit c7980cd

Please sign in to comment.