- Initiateur de la discussion
NIL
Geek suprême
- Messages
- 676
- Score réaction
- 165
- Points
- 160
Bonjour,
Dans le f4 on peut acheter la weed (pot, lampe, ect...)
Mais le problème c'est que quand j'achète ca Spawn comme un props du coup on peut rien faire avec.
DarkRP.createShipment("Pot de weed", {
model = "models/the_weed/the_weed_pot.mdl",
entity = "the_weed_plant",
price = 30,
amount = 30,
separate = false,
pricesep = 30,
noship = true,
})
DarkRP.createShipment("Graine de weed", {
model = "models/props/cs_italy/orange.mdl",
entity = "the_weed_seed",
price = 90,
amount = 90,
separate = true,
pricesep = 90,
noship = true,
})
DarkRP.createShipment("Micro-onde (weed)", {
model = "models/props/cs_office/microwave.mdl",
entity = "the_weed_mircowave",
price = 150,
amount = 150,
separate = true,
pricesep = 150,
noship = true,
})
DarkRP.createShipment("Lampe (weed)", {
model = "models/the_weed/frameandlight.mdl",
entity = "the_weed_lamp",
price = 80,
amount = 80,
separate = true,
pricesep = 80,
noship = true,
})
DarkRP.createShipment("Terre (weed)", {
model = "models/soil/soil.mdl",
entity = "the_weed_dirt",
price = 40,
amount = 40,
separate = true,
pricesep = 40,
noship = true,
})
DarkRP.createShipment("Aluminium (weed)", {
model = "models/the_weed/the_weed_materialm.mdl",
entity = "the_weed_foil",
price = 80,
amount = 80,
separate = true,
pricesep = 80,
noship = true,
})
Pouvez vous m'aidez ?
Dans le f4 on peut acheter la weed (pot, lampe, ect...)
Mais le problème c'est que quand j'achète ca Spawn comme un props du coup on peut rien faire avec.
DarkRP.createShipment("Pot de weed", {
model = "models/the_weed/the_weed_pot.mdl",
entity = "the_weed_plant",
price = 30,
amount = 30,
separate = false,
pricesep = 30,
noship = true,
})
DarkRP.createShipment("Graine de weed", {
model = "models/props/cs_italy/orange.mdl",
entity = "the_weed_seed",
price = 90,
amount = 90,
separate = true,
pricesep = 90,
noship = true,
})
DarkRP.createShipment("Micro-onde (weed)", {
model = "models/props/cs_office/microwave.mdl",
entity = "the_weed_mircowave",
price = 150,
amount = 150,
separate = true,
pricesep = 150,
noship = true,
})
DarkRP.createShipment("Lampe (weed)", {
model = "models/the_weed/frameandlight.mdl",
entity = "the_weed_lamp",
price = 80,
amount = 80,
separate = true,
pricesep = 80,
noship = true,
})
DarkRP.createShipment("Terre (weed)", {
model = "models/soil/soil.mdl",
entity = "the_weed_dirt",
price = 40,
amount = 40,
separate = true,
pricesep = 40,
noship = true,
})
DarkRP.createShipment("Aluminium (weed)", {
model = "models/the_weed/the_weed_materialm.mdl",
entity = "the_weed_foil",
price = 80,
amount = 80,
separate = true,
pricesep = 80,
noship = true,
})
Pouvez vous m'aidez ?