What's new

Script Multicharacter - qbus

Lilibeth

Gold Elite
Joined
Jul 4, 2021
Messages
186
Reaction score
42,643
Points
316
✌️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.​



resim_2021-08-09_131920.png

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.

8fUXD3I.png


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.


✔️

GOOD FORUMS🖋️

 

MrFroDy

✌️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🖋️

Hi
 

TequilaTr

Gold Elite
Joined
Sep 17, 2021
Messages
107
Reaction score
35
Points
186
Location
Türkiye
✌️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.

*** Gizli metin: alıntı yapılamaz. ***

✔️

GOOD FORUMS🖋️

nice share
 

Flaruto

Bronze Elite
Joined
Oct 30, 2021
Messages
16
Reaction score
3
Points
166
Location
No Where LANE
✌️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🖋️

 

Aksuuuuuuuu

Bronze Elite
Joined
Dec 25, 2021
Messages
25
Reaction score
4
Points
156
Location
England
✌️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
 

Zaviiflow

Bronze Elite
Joined
Mar 8, 2022
Messages
17
Reaction score
3
Points
166
Location
Amsterdam 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. ***

✔️

Thank you​

GOOD FORUMS🖋️

 

guizafa

Member
Joined
Jul 25, 2021
Messages
1
Reaction score
1
Points
156
✌️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🖋️

TY
 

Yatogami

Member
Joined
Jan 17, 2022
Messages
15
Reaction score
0
Points
166
Location
Turkey
✌️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.

*** Gizli metin: alıntı yapılamaz. ***

✔️

GOOD FORUMS🖋️

✌️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.

*** Gizli metin: alıntı yapılamaz. ***

✔️

GOOD FORUMS🖋️

+rep
 

NASHE

Silver Elite
Joined
Jan 26, 2022
Messages
18
Reaction score
7
Points
166
Location
tu mama
✌️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🖋️

ty
 

Prot1031

Bronze Elite
Joined
Dec 9, 2021
Messages
14
Reaction score
10
Points
166
Location
Ankara
✌️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.

*** Gizli metin: alıntı yapılamaz. ***

✔️

GOOD FORUMS🖋️

 
Top