mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-17 06:16:02 +01:00
Banking update
This commit is contained in:
@@ -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',
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user