Banking update

This commit is contained in:
jimathy
2022-02-19 11:56:21 +00:00
committed by GitHub
parent ef5775fd6d
commit 9601e4b2ac
4 changed files with 630 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
name "Jim-Payments"
author "Jimathy"
version "v1.2"
version "v2"
description "Payment Script By Jimathy"
fx_version "cerulean"
game "gta5"
@@ -11,14 +11,16 @@ dependencies {
}
client_scripts {
'client.lua'
'client.lua',
'atms.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server.lua'
'server.lua',
'atmserver.lua'
}
shared_scripts {
'config.lua',
}
}