What's new

Script Multicharacter - qbus

freb7

Silver Elite
Joined
Feb 2, 2022
Messages
64
Reaction score
7
Points
166
Location
Dominican Repiblic
✌️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🖋️

GRACIAS
 

IamZync

Silver Elite
Joined
Jun 23, 2021
Messages
54
Reaction score
17
Points
156
Location
Denmark
✌️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🖋️

This looks awesome! Thank you for sharing :)
 

omaradel980

Silver Elite
Joined
Apr 13, 2022
Messages
22
Reaction score
6
Points
156
Location
egypt
✌️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🖋️

 

jakubikop

Member
Joined
Mar 14, 2022
Messages
24
Reaction score
0
Points
166
Location
slovakia
✌️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🖋️

 

islemnnc2

Member
Joined
Apr 11, 2022
Messages
19
Reaction score
0
Points
166
Location
paris
✌️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🖋️

 

casano2k03

Member
Joined
Apr 18, 2022
Messages
6
Reaction score
0
Points
156
Location
Việt Nam
✌️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🖋️

/
 

Qatada Azzeh

Member
Joined
May 7, 2021
Messages
12
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🖋️

 

Bfun2020

Member
Joined
Apr 13, 2022
Messages
7
Reaction score
0
Points
146
Location
Romania
✌️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🖋️

coool
 

emilg12

Bronze Elite
Joined
Feb 7, 2022
Messages
16
Reaction score
2
Points
166
Location
swedeb
✌️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🖋️

Nice
 

Anonimousdd

Member
Joined
Nov 17, 2021
Messages
9
Reaction score
1
Points
146
Location
Canada
✌️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🖋️

 

Diablos_x8

Silver Elite
Joined
Feb 23, 2022
Messages
19
Reaction score
17
Points
166
Location
Algérie
✌️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🖋️

this scrpt very nice
 

Brichka

Gold Elite
Joined
Mar 23, 2021
Messages
35
Reaction score
1,312
Points
296
✌️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🖋️

nice​
 
Top