Skip to content

Commit

Permalink
Description for txAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
GhzGarage committed Feb 11, 2024
1 parent a32a808 commit 5502ae1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
fx_version 'cerulean'
game 'gta5'

description 'QB-Multicharacter'
lua54 'yes'
author 'Kakarot'
description 'Allows players to create multiple characters'
version '1.2.0'

shared_scripts {
Expand All @@ -15,7 +16,7 @@ client_scripts {
'client/main.lua'
}

server_scripts {
server_scripts {
'@oxmysql/lib/MySQL.lua',
'@qb-apartments/config.lua',
'server/main.lua'
Expand All @@ -36,5 +37,3 @@ dependencies {
'qb-core',
'qb-spawn'
}

lua54 'yes'

1 comment on commit 5502ae1

@ABOKLOOD25
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ensure qb-core
ensure qb-multicharacter
ensure qb-spawn
ensure qb-apartments
ensure qb-clothing
ensure qb-weathersync

Please sign in to comment.