Problème error

  • Initiateur de la discussion
necsar

necsar

Geek suprême
Messages
392
Score réaction
19
Points
120
Salut tout le monde, moi c'est RDX.

Alors je viens vous voir parce que je ne comprend vraiment pas les 2 erreurs lua.. voilà merci de vôtre futur aide !


[ERROR] A runtime error has occurred in "your custom entities" on line -1.
The best help I can give you is this:

The category of "Armoire à habit !" ("entities") does not exist!

Hints:
- Make sure the category is created with DarkRP.createCategory.
- The category name is case sensitive!
- Categories must be created before DarkRP finished loading.

The responsibility for this error lies with (the authors of) one (or more) of these files:
your custom entities
------- End of Simplerr error -------

[ERROR] A runtime error has occurred in "your custom entities" on line -1.
The best help I can give you is this:

The category of "Machine pour Carte Bancaire" ("entities") does not exist!

Hints:
- Make sure the category is created with DarkRP.createCategory.
- The category name is case sensitive!
- Categories must be created before DarkRP finished loading.

The responsibility for this error lies with (the authors of) one (or more) of these files:
your custom entities
------- End of Simplerr error -------

[ERROR] A runtime error has occurred in "your custom entities" on line -1.
The best help I can give you is this:

The category of "Bidon d'Essence" ("entities") does not exist!

Hints:
- Make sure the category is created with DarkRP.createCategory.
- The category name is case sensitive!
- Categories must be created before DarkRP finished loading.

The responsibility for this error lies with (the authors of) one (or more) of these files:
your custom entities
------- End of Simplerr error -------

[ERROR] A runtime error has occurred in "your custom entities" on line -1.
The best help I can give you is this:

The category of "Elastic pour otages." ("entities") does not exist!

Hints:
- Make sure the category is created with DarkRP.createCategory.
- The category name is case sensitive!
- Categories must be created before DarkRP finished loading.

The responsibility for this error lies with (the authors of) one (or more) of these files:
your custom entities
------- End of Simplerr error -------
 
Dernière édition:
  • Initiateur de la discussion
necsar

necsar

Geek suprême
Messages
392
Score réaction
19
Points
120
Voilà les vrais errors.
 
BlitzFire

BlitzFire

Geek suprême
Messages
707
Score réaction
131
Points
150
Envoie le fichier entities.lua dans darkrpmodification
 
  • Initiateur de la discussion
necsar

necsar

Geek suprême
Messages
392
Score réaction
19
Points
120
DarkRP.createEntity( "Armoire à habit !", {
ent = "bodyman_closet",
model = "models/props_wasteland/controlroom_storagecloset001a.mdl",
price = 150,
max = 1,
cmd = "buyarmoire",
category = "entities",
-- CustomCheck
})

DarkRP.createEntity( "Machine pour Carte Bancaire", {
ent = "sent_arc_pinmachine",
model = "atm_cardmachine.mdl",
price = 200,
max = 1,
cmd = "machinebancaire",
category = "entities",
-- CustomCheck
})

DarkRP.createEntity( "Bidon d'Essence", {
ent = "fueltank",
model = "fueltank",
price = 45,
max = 2,
cmd = "Essence",
allowed = {TEAM_DEPANNEUR},
category = "entities",
-- CustomCheck
})

DarkRP.createEntity( "Elastic pour otages.", {
ent = "weapon_cuff_elastic",
model = "weapon_cuff_elastic",
price = 250,
max = 3,
cmd = "elasticboy",
allowed = {TEAM_VendeurInterdit},
category = "entities",
-- CustomCheck
})
 
BlitzFire

BlitzFire

Geek suprême
Messages
707
Score réaction
131
Points
150
category =

/\inutile/\

Après est ce que tu as ces entité sur ton serveur ? ( les addons qui fournit ces entités )
 
BlitzFire

BlitzFire

Geek suprême
Messages
707
Score réaction
131
Points
150
ENFAITE IL FAUT SEULEMENT SUPPRIMER LE TRUC
( category = "entities", )
 
  • Initiateur de la discussion
necsar

necsar

Geek suprême
Messages
392
Score réaction
19
Points
120
Merci !
 
Discord d'entraide
Rejoignz-nous sur Discord