Skip to content

Commit

Permalink
chore: update fxmanifest to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed May 30, 2024
1 parent 8b46bdb commit 6b5b521
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ game 'gta5'
author 'bitpredator'
description 'Allowlist system that allows you to only allow specific people to access your server'

version '1.0.0'
version '1.0.1'

lua54 'yes'
server_only 'yes'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ game("gta5")

description("fivem basic Item")
author("bitpredator")
version("1.0.0")
version("1.0.1")
lua54("yes")

shared_scripts({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ games({ "gta5" })

author("bitpredator")
description("bpt_hunting")
version("1.0.0")
version("1.0.1")

shared_script("@es_extended/imports.lua")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fx_version("adamant")
game("gta5")
version("1.0.0")
version("1.0.1")
ui_page("html/index.html")

shared_script("@es_extended/imports.lua")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ game 'gta5'
author 'bitpredator'
description 'Allows Players to use LS Customs to customise their cars'
lua54 'yes'
version '1.0.0'
version '1.0.1'

shared_script '@es_extended/imports.lua'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ game 'gta5'
author "bitpredator"
description 'Allows players to be a taxi driver (Pickup and drop-off NPCs)'
lua54 'yes'
version '1.0.0'
version '1.0.1'

shared_script '@es_extended/imports.lua'

Expand Down

0 comments on commit 6b5b521

Please sign in to comment.