What's new

ARaros

Her zaman bir adım önde!
Gold Elite
Joined
Jun 29, 2021
Messages
181
Reaction score
53,411
Points
336
Location
USA/Los Angeles
Hello everyone VAG Users,
What you need to do first:
You should give information to the bag in qb-shops or the market script you use.

[1] = {
name = "bag",
price = 2,
amount = 1000,
info = {
bagid = tostring(RLShared.RandomInt(2) .. RLShared.RandomStr(3) .. RLShared.RandomInt(1) .. RLShared.RandomStr(2) .. RLShared.RandomInt(3)),
},
type = "item",
slot = 3,
},
For example, the code I mentioned above.
In addition, if you want to print text on the item info, in the inventory;

JavaScript:
} else if (itemData.name == "bag") {
$(".item-info-title").html('<p>'+itemData.label+'</p>')
$(".item-info-description").html('<p><strong>Çanta: </strong><span>' + itemData.info.bagid + '</span></p>');
GOOD USES...
 

Majkyy

Member
Joined
Aug 17, 2022
Messages
1
Reaction score
0
Points
146
Location
Czech Republic
Hello everyone VAG Users,
What you need to do first:
You should give information to the bag in qb-shops or the market script you use.

For example, the code I mentioned above.
In addition, if you want to print text on the item info, in the inventory;

GOOD USES...

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

gianluca

Member
Joined
Sep 21, 2021
Messages
1
Reaction score
1
Points
156
Location
Italia
Ciao a tutti Utenti VAG,
Cosa devi fare prima:
Dovresti fornire informazioni sulla borsa in qb-shops o nello script di mercato che usi.

Ad esempio, il codice che ho menzionato sopra.
Inoltre, se vuoi stampare il testo sulle informazioni sull'oggetto, nell'inventario;

BUONI USI...

*** Testo nascosto: non può essere citato. ***
 

Xxx

Bronze Elite
Joined
Jan 9, 2022
Messages
14
Reaction score
4
Points
176
Location
Nk
Hello everyone VAG Users,
What you need to do first:
You should give information to the bag in qb-shops or the market script you use.

For example, the code I mentioned above.
In addition, if you want to print text on the item info, in the inventory;

GOOD USES...

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

Anniedark_

Bronze Elite
Joined
Aug 22, 2022
Messages
14
Reaction score
27
Points
176
Location
casa mia
Hello everyone VAG Users,
What you need to do first:
You should give information to the bag in qb-shops or the market script you use.

For example, the code I mentioned above.
In addition, if you want to print text on the item info, in the inventory;

GOOD USES...

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

gp_amine

Gold Elite
Joined
Nov 17, 2022
Messages
34
Reaction score
198
Points
256
Location
alger
Hello everyone VAG Users,
What you need to do first:
You should give information to the bag in qb-shops or the market script you use.

For example, the code I mentioned above.
In addition, if you want to print text on the item info, in the inventory;

GOOD USES...

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

xtaxhome

Silver Elite
Joined
Jun 1, 2021
Messages
104
Reaction score
23
Points
166
Hello everyone VAG Users,
What you need to do first:
You should give information to the bag in qb-shops or the market script you use.

For example, the code I mentioned above.
In addition, if you want to print text on the item info, in the inventory;

GOOD USES...

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