Files
jim-payments/fxmanifest.lua

26 lines
368 B
Lua
Raw Normal View History

2022-02-05 15:44:29 +00:00
name "Jim-Payments"
author "Jimathy"
version "v2.7"
2022-02-05 15:44:29 +00:00
description "Payment Script By Jimathy"
fx_version "cerulean"
game "gta5"
dependencies {
'qb-input',
2022-04-03 20:41:07 +01:00
'qb-target',
2022-02-05 15:44:29 +00:00
}
client_scripts {
2022-02-19 11:56:21 +00:00
'client.lua',
'atms.lua'
2022-02-05 15:44:29 +00:00
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
2022-02-19 11:56:21 +00:00
'server.lua',
'atmserver.lua'
2022-02-05 15:44:29 +00:00
}
shared_scripts {
'config.lua',
2022-02-19 11:56:21 +00:00
}