- Initiateur de la discussion
KMS [FR]
Geek
- Messages
- 154
- Score réaction
- 13
- Points
- 65
bonjour à tous, j'ai voulu ajouter 2 entités dans mon F4 est quand j'appuie dessus elles ne spawn pas...
voici le script:
DarkRP.createEntity("Stand Kebab", {
ent = "Kebab Stand",
model = "kebab_stand",
price = 100,
max = 1,
cmd = "buykebab",
allowed = {TEAM_COOK}
})
DarkRP.createEntity("Viande de kebab", {
ent = "Raw Stand",
model = "kebab_kebab",
price = 50,
max = 2,
cmd = "buyviande",
allowed = {TEAM_COOK}
})
merci
voici le script:
DarkRP.createEntity("Stand Kebab", {
ent = "Kebab Stand",
model = "kebab_stand",
price = 100,
max = 1,
cmd = "buykebab",
allowed = {TEAM_COOK}
})
DarkRP.createEntity("Viande de kebab", {
ent = "Raw Stand",
model = "kebab_kebab",
price = 50,
max = 2,
cmd = "buyviande",
allowed = {TEAM_COOK}
})
merci