mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-18 14:56:02 +01:00
Optimize, refactor and tidy
This commit is contained in:
@@ -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' }
|
||||
Reference in New Issue
Block a user