Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rdopaa authored May 5, 2023
1 parent 4cb6ef8 commit 5e8c609
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Config = {}

Config.Locale = 'en'
36 changes: 36 additions & 0 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
fx_version 'adamant'

game 'gta5'

author 'fxDopa#1648'

description 'VEHICLE LOCK WITH ANIMATION AND SOUNDS FXDOPA '

version '2.0'

server_script {
'@oxmysql/lib/MySQL.lua',
'@es_extended/locale.lua',
'locales/en.lua',
'locales/es.lua',
'locales/fr.lua',
'locales/sv.lua',
'locales/tr.lua',
'config.lua',
'server/main.lua'
}

client_scripts {
'@es_extended/locale.lua',
'locales/en.lua',
'locales/es.lua',
'locales/fr.lua',
'locales/sv.lua',
'locales/tr.lua',
'config.lua',
'client/main.lua'
}

dependencies {
'es_extended'
}

0 comments on commit 5e8c609

Please sign in to comment.