2021-12-31 03:05:44 +01:00
|
|
|
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
|
|
|
|
|
|
2022-07-23 00:06:20 -04:00
|
|
|
author "Andyyy#7666, N1K0#0001"
|
2021-12-31 03:05:44 +01:00
|
|
|
description "ND Framework ATMs"
|
2022-07-16 04:46:27 +02:00
|
|
|
version "2.1.0"
|
2021-12-31 03:05:44 +01:00
|
|
|
|
|
|
|
|
fx_version "cerulean"
|
|
|
|
|
game "gta5"
|
|
|
|
|
lua54 "yes"
|
|
|
|
|
|
|
|
|
|
ui_page "source/ui/index.html"
|
|
|
|
|
|
|
|
|
|
files {
|
|
|
|
|
"source/ui/index.html",
|
2022-07-08 23:19:05 +02:00
|
|
|
"source/ui/script.js",
|
|
|
|
|
"source/ui/style.css"
|
2021-12-31 03:05:44 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
server_script "source/server.lua"
|
2022-07-16 04:46:27 +02:00
|
|
|
client_script "source/client.lua"
|
|
|
|
|
|
|
|
|
|
dependency "ND_Core"
|