Add files via upload

This commit is contained in:
jimathy
2022-02-05 15:44:29 +00:00
committed by GitHub
parent 76d2d23a92
commit 00c022e966
5 changed files with 171 additions and 0 deletions

23
fxmanifest.lua Normal file
View 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',
}