Optimize, refactor and tidy

This commit is contained in:
Jim Shield
2022-08-22 21:32:15 +01:00
committed by GitHub
parent 3117ef68af
commit 3e9aa9676d
8 changed files with 1082 additions and 25 deletions

View File

@@ -1,26 +1,11 @@
name "Jim-Payments"
author "Jimathy"
version "v2.7"
version "v2.8"
description "Payment Script By Jimathy"
fx_version "cerulean"
game "gta5"
dependencies {
'qb-input',
'qb-target',
}
client_scripts {
'client.lua',
'atms.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server.lua',
'atmserver.lua'
}
shared_scripts {
'config.lua',
}
dependencies { 'qb-input', 'qb-target', }
client_scripts { 'client/*.lua' }
server_scripts { '@oxmysql/lib/MySQL.lua', 'server/*.lua' }
shared_scripts { 'config.lua', 'shared/*.lua' }