Skip to content

Commit

Permalink
feat(fxmanifest): make server only
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason authored Jun 22, 2024
1 parent a229d49 commit 4a12a10
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ description 'QBX_Vehicles'
repository 'https://github.com/Qbox-project/qbx_vehicles'
version '0.0.1'

shared_scripts {
'@ox_lib/init.lua',
'@qbx_core/modules/lib.lua'
}

server_scripts {
'@ox_lib/init.lua',
'@qbx_core/modules/lib.lua',
'@oxmysql/lib/MySQL.lua',
'server/main.lua'
'server/main.lua',
}

server_only 'yes'
lua54 'yes'
use_experimental_fxv2_oal 'yes'
use_experimental_fxv2_oal 'yes'

0 comments on commit 4a12a10

Please sign in to comment.