mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-17 22:36:03 +01:00
Removes core loading in `fxmanifest.lua` in favour of more "verbose" file loader in jim_bridge v`2.0.08+`
26 lines
458 B
Lua
26 lines
458 B
Lua
name "Jim-Payments"
|
|
author "Jimathy"
|
|
version "3.0.01"
|
|
description "Payment Script By Jimathy"
|
|
fx_version "cerulean"
|
|
game "gta5"
|
|
lua54 'yes'
|
|
|
|
server_script '@oxmysql/lib/MySQL.lua'
|
|
|
|
shared_scripts {
|
|
'locales/*.lua',
|
|
'config.lua',
|
|
|
|
--Jim Bridge - https://github.com/jimathy/jim-bridge
|
|
'@jim_bridge/starter.lua',
|
|
|
|
'shared/*.lua',
|
|
}
|
|
client_scripts {
|
|
'client/*.lua',
|
|
}
|
|
|
|
server_script 'server/*.lua'
|
|
|
|
dependency 'jim_bridge' |