Scripts/resources/[sna]/sna-sync/fxmanifest.lua

15 lines
239 B
Lua
Raw Permalink Normal View History

2024-12-30 10:15:34 +00:00
fx_version "adamant"
2024-12-29 20:01:18 +00:00
game "gta5"
author "Casper Iversen"
description "Sync SnailyCAD with FiveM."
version "0.13.1"
ui_page "nui/index.html"
files {
"nui/**/*",
}
client_scripts {"client/client.js"}
server_scripts {"server/server.js"}