- Initiateur de la discussion
L
lumioxe
Bambi
- Messages
- 21
- Score réaction
- 0
- Points
- 35
Bonjour voila j'explique mon problème quand je me connecte dans mon serveur mon playermodel et moche il est en noir est blanc
et dans la console sa me marque ceci :
[ERROR] Lua is unable to understand file "darkrp_customthings/categories.lua" because its author made a mistake around line number 30.
The best help I can give you is this:
There is an opening '{' bracket at line 24, but this bracket is never closed or not closed in time. It was expected to be closed before the 'sortOrder' at line 30.
Hints:
- Did you forget a comma?
- All open brackets ({, (, [) must have a matching closing bracket. Are you sure it's there?
- Brackets must be opened and closed in the right order. This will work: ({}), but this won't: ({)}.
------- End of Simplerr error -------
Voici mon codage
DarkRP.createCategory{
name = "Mitrallette",
categorises = "shipments",
startExpanded = true,
color = Color(0, 0, 0, 255),
TEAM_CIVIL, TEAM_POLICE, TEAM_COMMISSAIRE, TEAM_BRI, TEAM_CHEFBRI, TEAM_MAIRE, TEAM_SECRETAIRE, TEAM_SCU, TEAM_SCU, TEAM_TUEUR, TEAM_CRIPZ, TEAM_CHEFCRIPZ, TEAM_BLOODZ, TEAM_CHEFBLOODZ, TEAM_MAFIA, TEAM_CHEFMAFIA, TEAM_YAKUZA, TEAM_CHEFYAKUZA, TEAM_SAMU, TEAM_GUNEX
sortOrder = 2
}
et quand je règle le problème ça ça créer un deuxième problème que la je c'est pas comment régler voici l'error
ERROR] Lua is unable to understand file "darkrp_customthings/categories.lua" because its author made a mistake around line number 26.
The best help I can give you is this:
Right before the '=', Lua encountered something it could not make sense of.
Hints:
- Did you forget something here? (Perhaps a closing bracket)
- Is it a typo?
------- End of Simplerr error -------
d’ailleurs ça me fait pareille pour les shipment mais pour les shipment il y a des codage qui fonctionne et d'autre non
alors je c'est pas si c'est mon codage qui est merdique mais...
alors je demande votre aide car la je suis perdu
Merci
et dans la console sa me marque ceci :
[ERROR] Lua is unable to understand file "darkrp_customthings/categories.lua" because its author made a mistake around line number 30.
The best help I can give you is this:
There is an opening '{' bracket at line 24, but this bracket is never closed or not closed in time. It was expected to be closed before the 'sortOrder' at line 30.
Hints:
- Did you forget a comma?
- All open brackets ({, (, [) must have a matching closing bracket. Are you sure it's there?
- Brackets must be opened and closed in the right order. This will work: ({}), but this won't: ({)}.
------- End of Simplerr error -------
Voici mon codage
DarkRP.createCategory{
name = "Mitrallette",
categorises = "shipments",
startExpanded = true,
color = Color(0, 0, 0, 255),
TEAM_CIVIL, TEAM_POLICE, TEAM_COMMISSAIRE, TEAM_BRI, TEAM_CHEFBRI, TEAM_MAIRE, TEAM_SECRETAIRE, TEAM_SCU, TEAM_SCU, TEAM_TUEUR, TEAM_CRIPZ, TEAM_CHEFCRIPZ, TEAM_BLOODZ, TEAM_CHEFBLOODZ, TEAM_MAFIA, TEAM_CHEFMAFIA, TEAM_YAKUZA, TEAM_CHEFYAKUZA, TEAM_SAMU, TEAM_GUNEX
sortOrder = 2
}
et quand je règle le problème ça ça créer un deuxième problème que la je c'est pas comment régler voici l'error
ERROR] Lua is unable to understand file "darkrp_customthings/categories.lua" because its author made a mistake around line number 26.
The best help I can give you is this:
Right before the '=', Lua encountered something it could not make sense of.
Hints:
- Did you forget something here? (Perhaps a closing bracket)
- Is it a typo?
------- End of Simplerr error -------
d’ailleurs ça me fait pareille pour les shipment mais pour les shipment il y a des codage qui fonctionne et d'autre non
alors je c'est pas si c'est mon codage qui est merdique mais...
alors je demande votre aide car la je suis perdu
Merci
Dernière édition: