This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.
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.
bonjourBonjour la famille du forum VAG
Le squelette principal de sa vue provient du framework que j'ai vu dans un autre forum et je l'ai intégré dans qbus multicharacter. Je partagerai avec vous le multi-caractère avec diverses fonctionnalités ajoutées.
Fonctionnalités supplémentaires
- Vous pouvez activer la capacité des joueurs à supprimer leur propre personnage via Config
- De la même manière, vous pouvez définir si les slots après le 1er slot seront ouverts selon l'autorisation que vous aurez donnée sur la base de données via la config (Pour un joueur, vous devez d'abord ouvrir le 2ème slot sur la base de données puis ouvrir le 3ème emplacement, si vous ouvrez d'abord le 3ème emplacement, cela ne fonctionnera pas)
Installer
Étape - 1 Vous devez installer le fichier sql que j'ai donné
Étape - 2 Pour que les photos des personnages fonctionnent, vous devez effectuer quelques modifications sur le gcphone. Vous devez aller sur gcphone/server/twitter.lua , trouver cet événement gcPhone:twitter_setAvatarUr l, puis écrire le code que j'ai donné ci-dessous.
View attachment 1364
Code:exports['ghmattimysql']:execute("UPDATE `players` SET `mugshot`= @avatarUrl WHERE citizenid = @citizenid", { ['@citizenid'] = identifiant.PlayerData.citizenid, ['@avatarUrl'] = avatarUrl }, fonction (résultat) fin)
Étape - 3 Si vous utilisez qb-apartments, vous devez supprimer l'événement nommé apartments:client:setupSpawnUI sur le client et remplacer le qb-spawn dans le fichier que j'ai partagé ci-dessous avec le vôtre.
*** Texte caché : ne peut pas être cité. ***
Hidden link for visitors, to see Log in or register now.BON FORUM
gHello 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.
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.
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.
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.
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.
GOOD FORUMS
merhaba
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.
I see you manGOOD FORUMS
WoeHello 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.
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.
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.
GOOD FORUMS
nnHello 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.
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.
GOOD FORUMS
ESX?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.
GOOD FORUMS