Scripts/resources/[phone]/npwd/fxmanifest.lua
2024-12-30 11:15:34 +01:00

27 lines
479 B
Lua

fx_version("adamant")
game("gta5")
description("js runtime monkaW")
authors({ "itschip", "erik-sn", "TasoOneAsia", "kidz", "RockySouthpaw", "SamShanks", "c-wide", "mojito" })
version("v1.7.3")
client_scripts({
"dist/game/client/client.js",
"dist/game/client/*.lua",
})
server_script({
"dist/game/server/server.js",
})
ui_page("dist/html/index.html")
files({
"config.json",
"dist/html/index.html",
"dist/html/**/*",
})
dependency({
"screenshot-basic",
"pma-voice",
})