Skip to content

Commit

Permalink
chore: (esx_vehicleshop\fxmanifest.lua) 🎨 Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Apr 7, 2024
1 parent c256cbf commit 6e1298e
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions server-data/resources/[esx_addons]/esx_vehicleshop/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
description 'ESX Vehicle Shop'
version '1.0.1'
fx_version("cerulean")
game("gta5")
lua54("yes")
description("ESX Vehicle Shop")
version("1.0.1")

shared_script '@es_extended/imports.lua'
shared_script("@es_extended/imports.lua")

server_scripts {
'@oxmysql/lib/MySQL.lua',
'@es_extended/locale.lua',
'locales/*.lua',
'config.lua',
'server/*.lua'
}
server_scripts({
"@oxmysql/lib/MySQL.lua",
"@es_extended/locale.lua",
"locales/*.lua",
"config.lua",
"server/*.lua",
})

client_scripts {
'@es_extended/locale.lua',
'locales/*.lua',
'config.lua',
'client/*.lua'
}
client_scripts({
"@es_extended/locale.lua",
"locales/*.lua",
"config.lua",
"client/*.lua",
})

dependency 'es_extended'
dependency("es_extended")

export 'GeneratePlate'
export("GeneratePlate")

0 comments on commit 6e1298e

Please sign in to comment.