mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-17 22:36:03 +01:00
26 lines
368 B
Lua
26 lines
368 B
Lua
name "Jim-Payments"
|
|
author "Jimathy"
|
|
version "v2.3"
|
|
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',
|
|
} |