sticks-keypad/fxmanifest.lua
2024-06-09 22:43:57 -05:00

23 lines
347 B
Lua

fx_version "cerulean"
description "A simple keypad script for FiveM"
author "sticksdev"
version '1.0.0'
repository 'https://github.com/SticksDev/sticks-keypad'
lua54 'yes'
games {
"gta5",
"rdr3"
}
ui_page 'web/build/index.html'
client_script "client/**/*"
server_script "server/**/*"
files {
'web/build/index.html',
'web/build/**/*',
}