Files
jim_bridge/fxmanifest.lua

14 lines
239 B
Lua
Raw Normal View History

2024-01-11 17:06:33 +00:00
name "Jim_Bridge"
author "Jimathy"
2024-01-18 13:07:40 +00:00
version "1.0"
2024-01-11 17:06:33 +00:00
description "Framework Bridge By Jimathy"
fx_version "cerulean"
game "gta5"
lua54 'yes'
files {
'exports.lua',
'functions.lua',
'wrapper.lua',
'crafting.lua',
}