Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script Multicharacter - qbus

hasanbaba1139

Bronze Elite
Joined
Sep 4, 2022
Messages
9
Reaction score
2
Points
146
Location
ıstanbul
✌️Hello VAG Forum Family✌️

The main skeleton of its view is from the framework I saw in a different forum and I integrated it into qbus multicharacter. I will share with you the multi-character with various features added.​


Extra Features

- You can turn on the ability of players to delete their own character via Config
- In the same way, you can set whether the slots after the 1st slot will be opened according to the authorization you have given over the database via the config (For a player, you must first open the 2nd slot on the database and then open the 3rd slot, if you open the 3rd slot first, it will not work)


Setup

Step - 1
You need to install the sql file I gave

Adım - 2 Karakter fotoğraflarının çalışması için gcphone üzerinde bazı düzenlemeler yapmanız gerekiyor. gcphone/server/twitter.lua adresine gidip gcPhone:twitter_setAvatarUr l olayını bulup aşağıda verdiğim kodu yazmanız gerekiyor.

View attachment 1364

Code:
exports['ghmattimysql']:execute("UPDATE `players` SET `mugshot`= @avatarUrl WHERE Citizenid = @citizenid", {
     ['@citizenid'] = identifier.PlayerData.citizenid,
     ['@avatarUrl'] = avatarUrl
    }, fonksiyon(sonuç)
bitiş)[/KOD]

[B]Adım - 3[/B] Eğer qb-apartments kullanıyorsanız, client üzerinde [COLOR=rgb(0, 0, 0)][B]Apartments:client:setupSpawnUI[/B] [/COLOR] isimli olayı kaldırmanız ve aşağıda paylaştığım dosyadaki qb-spawn'ı sizinki ile değiştirmeniz gerekmektedir.

[CENTER]*** Gizli metin: alıntı yapılamaz. ***

✔️[URL='https://www.virustotal.com/gui/url/1d22ad4664f675defc28f639cf4456cc6ed654f309aceef1848ebf21fcd662b9/detection']VT[/URL][/CENTER]
[HR][/HR]
[CENTER][/CENTER]
[RIGHT][B][COLOR=rgb(147, 101, 184)]İYİ FORUMLAR[/COLOR][/B]🖋️[/RIGHT]

[CENTER][/CENTER]
[/QUOTE]
a
 

Maxi21

Member
Joined
Feb 14, 2022
Messages
5
Reaction score
0
Points
156
Location
Assadasdas
✌️Hello VAG Forum Family✌️

The main skeleton of its view is from the framework I saw in a different forum and I integrated it into qbus multicharacter. I will share with you the multi-character with various features added.​


Extra Features

- You can turn on the ability of players to delete their own character via Config
- In the same way, you can set whether the slots after the 1st slot will be opened according to the authorization you have given over the database via the config (For a player, you must first open the 2nd slot on the database and then open the 3rd slot, if you open the 3rd slot first, it will not work)


Setup

Step - 1
You need to install the sql file I gave

Step - 2 In order for the character photos to work, you need to make some edits on the gcphone. You need to go to gcphone/server/twitter.lua, find this event gcPhone:twitter_setAvatarUrl, and then write the code that I have given below.

View attachment 1364

Code:
exports['ghmattimysql']:execute("UPDATE `players` SET `mugshot`= @avatarUrl WHERE citizenid = @citizenid", {
     ['@citizenid'] = identifier.PlayerData.citizenid,
     ['@avatarUrl'] = avatarUrl
    }, function(result)
end)

Step - 3 If you are using qb-apartments, you need to remove the event named apartments:client:setupSpawnUI on the client and replace the qb-spawn in the file I shared below with yours.

*** Hidden text: cannot be quoted. ***

✔️

GOOD FORUMS🖋️

ncie
 

CrashNight

Silver Elite
Joined
Sep 28, 2022
Messages
58
Reaction score
7
Points
166
Location
Spain
✌️Hello VAG Forum Family✌️

The main skeleton of its view is from the framework I saw in a different forum and I integrated it into qbus multicharacter. I will share with you the multi-character with various features added.​


Extra Features

- You can turn on the ability of players to delete their own character via Config
- In the same way, you can set whether the slots after the 1st slot will be opened according to the authorization you have given over the database via the config (For a player, you must first open the 2nd slot on the database and then open the 3rd slot, if you open the 3rd slot first, it will not work)


Setup

Step - 1
You need to install the sql file I gave

Step - 2 In order for the character photos to work, you need to make some edits on the gcphone. You need to go to gcphone/server/twitter.lua, find this event gcPhone:twitter_setAvatarUrl, and then write the code that I have given below.

View attachment 1364

Code:
exports['ghmattimysql']:execute("UPDATE `players` SET `mugshot`= @avatarUrl WHERE citizenid = @citizenid", {
     ['@citizenid'] = identifier.PlayerData.citizenid,
     ['@avatarUrl'] = avatarUrl
    }, function(result)
end)

Step - 3 If you are using qb-apartments, you need to remove the event named apartments:client:setupSpawnUI on the client and replace the qb-spawn in the file I shared below with yours.

*** Hidden text: cannot be quoted. ***

✔️

GOOD FORUMS🖋️

thanks for sharing (y)
:):)
 

Boyani

Silver Elite
Joined
Apr 24, 2022
Messages
17
Reaction score
56
Points
221
Location
Israel
✌️Hello VAG Forum Family✌️

The main skeleton of its view is from the framework I saw in a different forum and I integrated it into qbus multicharacter. I will share with you the multi-character with various features added.​


Extra Features

- You can turn on the ability of players to delete their own character via Config
- In the same way, you can set whether the slots after the 1st slot will be opened according to the authorization you have given over the database via the config (For a player, you must first open the 2nd slot on the database and then open the 3rd slot, if you open the 3rd slot first, it will not work)


Setup

Step - 1
You need to install the sql file I gave

Step - 2 In order for the character photos to work, you need to make some edits on the gcphone. You need to go to gcphone/server/twitter.lua, find this event gcPhone:twitter_setAvatarUrl, and then write the code that I have given below.

View attachment 1364

Code:
exports['ghmattimysql']:execute("UPDATE `players` SET `mugshot`= @avatarUrl WHERE citizenid = @citizenid", {
     ['@citizenid'] = identifier.PlayerData.citizenid,
     ['@avatarUrl'] = avatarUrl
    }, function(result)
end)

Step - 3 If you are using qb-apartments, you need to remove the event named apartments:client:setupSpawnUI on the client and replace the qb-spawn in the file I shared below with yours.

*** Hidden text: cannot be quoted. ***

✔️

GOOD FORUMS🖋️

 

Din mor

Member
Joined
Mar 27, 2021
Messages
1
Reaction score
0
Points
146
✌️Hello VAG Forum Family✌️

The main skeleton of its view is from the framework I saw in a different forum and I integrated it into qbus multicharacter. I will share with you the multi-character with various features added.​


Extra Features

- You can turn on the ability of players to delete their own character via Config
- In the same way, you can set whether the slots after the 1st slot will be opened according to the authorization you have given over the database via the config (For a player, you must first open the 2nd slot on the database and then open the 3rd slot, if you open the 3rd slot first, it will not work)


Setup

Step - 1
You need to install the sql file I gave

Step - 2 In order for the character photos to work, you need to make some edits on the gcphone. You need to go to gcphone/server/twitter.lua, find this event gcPhone:twitter_setAvatarUrl, and then write the code that I have given below.

View attachment 1364

Code:
exports['ghmattimysql']:execute("UPDATE `players` SET `mugshot`= @avatarUrl WHERE citizenid = @citizenid", {
     ['@citizenid'] = identifier.PlayerData.citizenid,
     ['@avatarUrl'] = avatarUrl
    }, function(result)
end)

Step - 3 If you are using qb-apartments, you need to remove the event named apartments:client:setupSpawnUI on the client and replace the qb-spawn in the file I shared below with yours.

*** Hidden text: cannot be quoted. ***

✔️

GOOD FORUMS🖋️

im sort si
 

CrashNight

Silver Elite
Joined
Sep 28, 2022
Messages
58
Reaction score
7
Points
166
Location
Spain
✌️Hello VAG Forum Family✌️

The main skeleton of its view is from the framework I saw in a different forum and I integrated it into qbus multicharacter. I will share with you the multi-character with various features added.​


Extra Features

- You can turn on the ability of players to delete their own character via Config
- In the same way, you can set whether the slots after the 1st slot will be opened according to the authorization you have given over the database via the config (For a player, you must first open the 2nd slot on the database and then open the 3rd slot, if you open the 3rd slot first, it will not work)


Setup

Step - 1
You need to install the sql file I gave

Step - 2 In order for the character photos to work, you need to make some edits on the gcphone. You need to go to gcphone/server/twitter.lua, find this event gcPhone:twitter_setAvatarUrl, and then write the code that I have given below.

View attachment 1364

Code:
exports['ghmattimysql']:execute("UPDATE `players` SET `mugshot`= @avatarUrl WHERE citizenid = @citizenid", {
     ['@citizenid'] = identifier.PlayerData.citizenid,
     ['@avatarUrl'] = avatarUrl
    }, function(result)
end)

Step - 3 If you are using qb-apartments, you need to remove the event named apartments:client:setupSpawnUI on the client and replace the qb-spawn in the file I shared below with yours.

*** Hidden text: cannot be quoted. ***

✔️

GOOD FORUMS🖋️

Testing Thanks ;)
:):):)(y)(y)(y)
 

irobotic

Silver Elite
Joined
Mar 4, 2022
Messages
26
Reaction score
28
Points
176
Location
vietnam
✌️Xin chào Gia đình diễn đàn VAG✌️

Khung chính của khung nhìn của nó là từ khung mà tôi đã thấy trong một diễn đàn khác và tôi đã tích hợp nó vào qbus đa ký tự. Tôi sẽ chia sẻ với bạn tính năng đa nhân vật với các tính năng khác nhau được thêm vào.​


Các tính năng bổ sung

- Bạn có thể bật khả năng người chơi xóa nhân vật của chính họ thông qua Cấu hình
- Theo cách tương tự, bạn có thể đặt xem các khe sau khe thứ nhất có được mở hay không theo ủy quyền bạn đã cấp cho cơ sở dữ liệu thông qua cấu hình (Đối với người chơi, trước tiên bạn phải mở khe thứ 2 trên cơ sở dữ liệu rồi mới mở khe thứ 3, nếu bạn mở khe thứ 3 trước, nó sẽ không hoạt động)


Thành lập

Bước - 1
Bạn cần cài đặt tệp sql mà tôi đã cung cấp

Bước - 2 Để ảnh nhân vật hoạt động, bạn cần thực hiện một số chỉnh sửa trên gcphone. Bạn cần truy cập gcphone / server / twitter.lua , tìm sự kiện này gcPhone: twitter_setAvatarUr l, và sau đó viết mã mà tôi đã cung cấp bên dưới.

View attachment 1364

Code:
 xuất ['ghmattimysql']: execute ("CẬP NHẬT` người chơi` SET `mugshot` = @avatarUrl WHERE citizenid = @cifyingnid", {
     ['@cifyingnid'] = Idfier.PlayerData.cifyingnid,
     ['@avatarUrl'] = avatarUrl
    }, hàm (kết quả)
kết thúc) [/ CODE]

[B]Bước - 3[/B] Nếu bạn đang sử dụng căn hộ qb, bạn cần xóa sự kiện có tên [COLOR=rgb(0, 0, 0)][B]căn hộ: client: setupSpawnUI[/B] [/COLOR] trên ứng dụng khách và thay thế qb-spawn trong tệp mà tôi đã chia sẻ bên dưới bằng của bạn.

[CENTER]*** Văn bản ẩn: không thể được trích dẫn. ***

✔️[URL='https://www.virustotal.com/gui/url/1d22ad4664f675defc28f639cf4456cc6ed654f309aceef1848ebf21fcd662b9/detection']VT[/URL][/CENTER]
[HR][/HR]
[CENTER][/CENTER]
[RIGHT][B][COLOR=rgb(147, 101, 184)]DIỄN ĐÀN TỐdoo[/COLOR][/B][/RIGHT]
[/QUOTE]
 

irobotic

Silver Elite
Joined
Mar 4, 2022
Messages
26
Reaction score
28
Points
176
Location
vietnam
✌️Xin chào Gia đình diễn đàn VAG✌️

Khung chính của khung nhìn của nó là từ khung mà tôi đã thấy trong một diễn đàn khác và tôi đã tích hợp nó vào qbus đa ký tự. Tôi sẽ chia sẻ với bạn tính năng đa nhân vật với các tính năng khác nhau được thêm vào.​


Các tính năng bổ sung

- Bạn có thể bật khả năng người chơi xóa nhân vật của chính họ thông qua Cấu hình
- Theo cách tương tự, bạn có thể đặt xem các khe sau khe thứ nhất có được mở hay không theo ủy quyền bạn đã cấp cho cơ sở dữ liệu thông qua cấu hình (Đối với người chơi, trước tiên bạn phải mở khe thứ 2 trên cơ sở dữ liệu rồi mới mở khe thứ 3, nếu bạn mở khe thứ 3 trước, nó sẽ không hoạt động)


Thành lập

Bước - 1
Bạn cần cài đặt tệp sql mà tôi đã cung cấp

Bước - 2 Để ảnh nhân vật hoạt động, bạn cần thực hiện một số chỉnh sửa trên gcphone. Bạn cần truy cập gcphone / server / twitter.lua , tìm sự kiện này gcPhone: twitter_setAvatarUr l, và sau đó viết mã mà tôi đã cung cấp bên dưới.

View attachment 1364

Code:
 xuất ['ghmattimysql']: execute ("CẬP NHẬT` người chơi` SET `mugshot` = @avatarUrl WHERE citizenid = @cifyingnid", {
     ['@cifyingnid'] = Idfier.PlayerData.cifyingnid,
     ['@avatarUrl'] = avatarUrl
    }, hàm (kết quả)
kết thúc) [/ CODE]

[B]Bước - 3[/B] Nếu bạn đang sử dụng căn hộ qb, bạn cần xóa sự kiện có tên [COLOR=rgb(0, 0, 0)][B]căn hộ: client: setupSpawnUI[/B] [/COLOR] trên ứng dụng khách và thay thế qb-spawn trong tệp mà tôi đã chia sẻ bên dưới bằng của bạn.

[CENTER]*** Văn bản ẩn: không thể được trích dẫn. ***

✔️[URL='https://www.virustotal.com/gui/url/1d22ad4664f675defc28f639cf4456cc6ed654f309aceef1848ebf21fcd662b9/detection']VT[/URL][/CENTER]
[HR][/HR]
[CENTER][/CENTER]
[RIGHT][B][COLOR=rgb(147, 101, 184)]DIỄN ĐÀN TỐT[/COLOR][/B]🖋️[/RIGHT]

[CENTER][/CENTER]
[/QUOTE]
good bro !
 

MetaStriker

Silver Elite
Joined
Jul 26, 2021
Messages
23
Reaction score
7
Points
166
✌️Hello VAG Forum Family✌️

The main skeleton of its view is from the framework I saw in a different forum and I integrated it into qbus multicharacter. I will share with you the multi-character with various features added.​


Extra Features

- You can turn on the ability of players to delete their own character via Config
- In the same way, you can set whether the slots after the 1st slot will be opened according to the authorization you have given over the database via the config (For a player, you must first open the 2nd slot on the database and then open the 3rd slot, if you open the 3rd slot first, it will not work)


Setup

Step - 1
You need to install the sql file I gave

Step - 2 In order for the character photos to work, you need to make some edits on the gcphone. You need to go to gcphone/server/twitter.lua, find this event gcPhone:twitter_setAvatarUrl, and then write the code that I have given below.

View attachment 1364

Code:
exports['ghmattimysql']:execute("UPDATE `players` SET `mugshot`= @avatarUrl WHERE citizenid = @citizenid", {
     ['@citizenid'] = identifier.PlayerData.citizenid,
     ['@avatarUrl'] = avatarUrl
    }, function(result)
end)

Step - 3 If you are using qb-apartments, you need to remove the event named apartments:client:setupSpawnUI on the client and replace the qb-spawn in the file I shared below with yours.

*** Hidden text: cannot be quoted. ***

✔️

GOOD FORUMS🖋️

 

Leoalpi

Bronze Elite
Joined
Jul 17, 2022
Messages
27
Reaction score
4
Points
166
Location
Germany
✌️Hello VAG Forum Family✌️

The main skeleton of its view is from the framework I saw in a different forum and I integrated it into qbus multicharacter. I will share with you the multi-character with various features added.​


Extra Features

- You can turn on the ability of players to delete their own character via Config
- In the same way, you can set whether the slots after the 1st slot will be opened according to the authorization you have given over the database via the config (For a player, you must first open the 2nd slot on the database and then open the 3rd slot, if you open the 3rd slot first, it will not work)


Setup

Step - 1
You need to install the sql file I gave

Step - 2 In order for the character photos to work, you need to make some edits on the gcphone. You need to go to gcphone/server/twitter.lua, find this event gcPhone:twitter_setAvatarUrl, and then write the code that I have given below.

View attachment 1364

Code:
exports['ghmattimysql']:execute("UPDATE `players` SET `mugshot`= @avatarUrl WHERE citizenid = @citizenid", {
     ['@citizenid'] = identifier.PlayerData.citizenid,
     ['@avatarUrl'] = avatarUrl
    }, function(result)
end)

Step - 3 If you are using qb-apartments, you need to remove the event named apartments:client:setupSpawnUI on the client and replace the qb-spawn in the file I shared below with yours.

*** Hidden text: cannot be quoted. ***

✔️

GOOD FORUMS🖋️

 

mohammadabdu2759

Bronze Elite
Joined
May 19, 2022
Messages
10
Reaction score
14
Points
166
Location
New York
✌️Hello VAG Forum Family✌️

The main skeleton of its view is from the framework I saw in a different forum and I integrated it into qbus multicharacter. I will share with you the multi-character with various features added.​


Extra Features

- You can turn on the ability of players to delete their own character via Config
- In the same way, you can set whether the slots after the 1st slot will be opened according to the authorization you have given over the database via the config (For a player, you must first open the 2nd slot on the database and then open the 3rd slot, if you open the 3rd slot first, it will not work)


Setup

Step - 1
You need to install the sql file I gave

Step - 2 In order for the character photos to work, you need to make some edits on the gcphone. You need to go to gcphone/server/twitter.lua, find this event gcPhone:twitter_setAvatarUrl, and then write the code that I have given below.

View attachment 1364

Code:
exports['ghmattimysql']:execute("UPDATE `players` SET `mugshot`= @avatarUrl WHERE citizenid = @citizenid", {
     ['@citizenid'] = identifier.PlayerData.citizenid,
     ['@avatarUrl'] = avatarUrl
    }, function(result)
end)

Step - 3 If you are using qb-apartments, you need to remove the event named apartments:client:setupSpawnUI on the client and replace the qb-spawn in the file I shared below with yours.

*** Hidden text: cannot be quoted. ***

✔️

GOOD FORUMS🖋️

thanjks
 

ShishKebab

Silver Elite
Joined
Jun 30, 2022
Messages
20
Reaction score
9
Points
166
Location
Mongolia
✌️Hello VAG Forum Family✌️

The main skeleton of its view is from the framework I saw in a different forum and I integrated it into qbus multicharacter. I will share with you the multi-character with various features added.​


Extra Features

- You can turn on the ability of players to delete their own character via Config
- In the same way, you can set whether the slots after the 1st slot will be opened according to the authorization you have given over the database via the config (For a player, you must first open the 2nd slot on the database and then open the 3rd slot, if you open the 3rd slot first, it will not work)


Setup

Step - 1
You need to install the sql file I gave

Step - 2 In order for the character photos to work, you need to make some edits on the gcphone. You need to go to gcphone/server/twitter.lua, find this event gcPhone:twitter_setAvatarUrl, and then write the code that I have given below.

View attachment 1364

Code:
exports['ghmattimysql']:execute("UPDATE `players` SET `mugshot`= @avatarUrl WHERE citizenid = @citizenid", {
     ['@citizenid'] = identifier.PlayerData.citizenid,
     ['@avatarUrl'] = avatarUrl
    }, function(result)
end)

Step - 3 If you are using qb-apartments, you need to remove the event named apartments:client:setupSpawnUI on the client and replace the qb-spawn in the file I shared below with yours.

*** Hidden text: cannot be quoted. ***

✔️

GOOD FORUMS🖋️

rep
 

cheffivem12

Member
Joined
Sep 17, 2022
Messages
2
Reaction score
0
Points
146
Location
France
✌️Hello VAG Forum Family✌️

The main skeleton of its view is from the framework I saw in a different forum and I integrated it into qbus multicharacter. I will share with you the multi-character with various features added.​


Extra Features

- You can turn on the ability of players to delete their own character via Config
- In the same way, you can set whether the slots after the 1st slot will be opened according to the authorization you have given over the database via the config (For a player, you must first open the 2nd slot on the database and then open the 3rd slot, if you open the 3rd slot first, it will not work)


Setup

Step - 1
You need to install the sql file I gave

Step - 2 In order for the character photos to work, you need to make some edits on the gcphone. You need to go to gcphone/server/twitter.lua, find this event gcPhone:twitter_setAvatarUrl, and then write the code that I have given below.

View attachment 1364

Code:
exports['ghmattimysql']:execute("UPDATE `players` SET `mugshot`= @avatarUrl WHERE citizenid = @citizenid", {
     ['@citizenid'] = identifier.PlayerData.citizenid,
     ['@avatarUrl'] = avatarUrl
    }, function(result)
end)

Step - 3 If you are using qb-apartments, you need to remove the event named apartments:client:setupSpawnUI on the client and replace the qb-spawn in the file I shared below with yours.

*** Hidden text: cannot be quoted. ***

✔️

GOOD FORUMS🖋️

Hiii
 

bamclaur

Member
Joined
Aug 28, 2022
Messages
2
Reaction score
0
Points
146
Location
United States
✌️Hello VAG Forum Family✌️

The main skeleton of its view is from the framework I saw in a different forum and I integrated it into qbus multicharacter. I will share with you the multi-character with various features added.​


Extra Features

- You can turn on the ability of players to delete their own character via Config
- In the same way, you can set whether the slots after the 1st slot will be opened according to the authorization you have given over the database via the config (For a player, you must first open the 2nd slot on the database and then open the 3rd slot, if you open the 3rd slot first, it will not work)


Setup

Step - 1
You need to install the sql file I gave

Step - 2 In order for the character photos to work, you need to make some edits on the gcphone. You need to go to gcphone/server/twitter.lua, find this event gcPhone:twitter_setAvatarUrl, and then write the code that I have given below.

View attachment 1364

Code:
exports['ghmattimysql']:execute("UPDATE `players` SET `mugshot`= @avatarUrl WHERE citizenid = @citizenid", {
     ['@citizenid'] = identifier.PlayerData.citizenid,
     ['@avatarUrl'] = avatarUrl
    }, function(result)
end)

Step - 3 If you are using qb-apartments, you need to remove the event named apartments:client:setupSpawnUI on the client and replace the qb-spawn in the file I shared below with yours.

*** Hidden text: cannot be quoted. ***

✔️

GOOD FORUMS🖋️

aye
 

gamerkidra

Member
Joined
Sep 29, 2021
Messages
6
Reaction score
0
Points
146
Location
estonia
✌️Hello VAG Forum Family✌️

The main skeleton of its view is from the framework I saw in a different forum and I integrated it into qbus multicharacter. I will share with you the multi-character with various features added.​


Extra Features

- You can turn on the ability of players to delete their own character via Config
- In the same way, you can set whether the slots after the 1st slot will be opened according to the authorization you have given over the database via the config (For a player, you must first open the 2nd slot on the database and then open the 3rd slot, if you open the 3rd slot first, it will not work)


Setup

Step - 1
You need to install the sql file I gave

Step - 2 In order for the character photos to work, you need to make some edits on the gcphone. You need to go to gcphone/server/twitter.lua, find this event gcPhone:twitter_setAvatarUrl, and then write the code that I have given below.

View attachment 1364

Code:
exports['ghmattimysql']:execute("UPDATE `players` SET `mugshot`= @avatarUrl WHERE citizenid = @citizenid", {
     ['@citizenid'] = identifier.PlayerData.citizenid,
     ['@avatarUrl'] = avatarUrl
    }, function(result)
end)

Step - 3 If you are using qb-apartments, you need to remove the event named apartments:client:setupSpawnUI on the client and replace the qb-spawn in the file I shared below with yours.

*** Hidden text: cannot be quoted. ***

✔️

GOOD FORUMS🖋️
.
 
Top