Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions NativeUILua/__resource.lua → NativeUILua/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
resource_manifest_version '05cfa83c-a124-4cfa-a768-c24a5811d8f9'
-- Resource Metadata
fx_version 'bodacious'
games { 'gta5' }

name 'NativeUILua-Reloaded'
author 'NativeUILua-Reloaded'
description 'NativeUILua-Reloaded is UI library for FiveM designed specifically for making interface based on GTA:Online style. (Base source: https://github.com/FrazzIe/NativeUILua ) | (Base NativeUI : https://github.com/Guad/NativeUI) '

version '1.0.0'

client_scripts {
"Wrapper/Utility.lua",
Expand Down Expand Up @@ -62,4 +64,4 @@ client_scripts {

client_scripts {
".test/Native-Danger.lua"
}
}
9 changes: 6 additions & 3 deletions __resource.lua → fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
resource_manifest_version '05cfa83c-a124-4cfa-a768-c24a5811d8f9'
-- Resource Metadata
fx_version 'bodacious'
games { 'gta5' }

name 'NativeUILuaLua-Reloaded'
description 'NativeUILuaLua-Reloaded is UI library for FiveM designed specifically for making interface based on GTA:Online style. (Base source: https://github.com/FrazzIe/NativeUILuaLua ) | (Base NativeUILua : https://github.com/Guad/NativeUILua) '
author 'Parow'
description 'NativeUILuaLua-Reloaded is UI library for FiveM designed specifically for making interface based on GTA:Online style. (Base source: https://github.com/FrazzIe/NativeUILuaLua ) | (Base NativeUILua : https://github.com/Guad/NativeUILua)'
version '1.0.0'

files {
'html/images/blips/Blip_1.png',
Expand Down