mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-19 15:26:03 +01:00
Add files via upload
This commit is contained in:
23
fxmanifest.lua
Normal file
23
fxmanifest.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
name "Jim-Payments"
|
||||
author "Jimathy"
|
||||
version "v1.0"
|
||||
description "Payment Script By Jimathy"
|
||||
fx_version "cerulean"
|
||||
game "gta5"
|
||||
|
||||
dependencies {
|
||||
'qb-input',
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'client.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'@oxmysql/lib/MySQL.lua',
|
||||
'server.lua'
|
||||
}
|
||||
|
||||
shared_scripts {
|
||||
'config.lua',
|
||||
}
|
||||
Reference in New Issue
Block a user