mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-17 06:16:02 +01:00
12 lines
356 B
Lua
12 lines
356 B
Lua
name "Jim-Payments"
|
|
author "Jimathy"
|
|
version "v2.8"
|
|
description "Payment Script By Jimathy"
|
|
fx_version "cerulean"
|
|
game "gta5"
|
|
|
|
dependencies { 'qb-input', 'qb-target', }
|
|
client_scripts { 'client/*.lua', 'locales/*.lua' }
|
|
server_scripts { '@oxmysql/lib/MySQL.lua', 'server/*.lua' }
|
|
shared_scripts { 'config.lua', 'shared/*.lua', 'locales/*.lua' }
|