2022-02-05 15:44:29 +00:00
|
|
|
name "Jim-Payments"
|
|
|
|
|
author "Jimathy"
|
2022-10-08 19:26:21 +01:00
|
|
|
version "v2.8.4"
|
2022-02-05 15:44:29 +00:00
|
|
|
description "Payment Script By Jimathy"
|
|
|
|
|
fx_version "cerulean"
|
|
|
|
|
game "gta5"
|
2022-09-18 15:32:10 +01:00
|
|
|
lua54 'yes'
|
2022-02-05 15:44:29 +00:00
|
|
|
|
2022-08-22 21:32:15 +01:00
|
|
|
dependencies { 'qb-input', 'qb-target', }
|
2022-09-02 21:03:02 +08:00
|
|
|
client_scripts { 'client/*.lua', 'locales/*.lua' }
|
2022-08-22 21:32:15 +01:00
|
|
|
server_scripts { '@oxmysql/lib/MySQL.lua', 'server/*.lua' }
|
2022-09-20 21:06:56 +01:00
|
|
|
shared_scripts { 'config.lua', 'shared/*.lua', 'locales/*.lua' }
|