- Initiateur de la discussion
M
Matt59
Geek
- Messages
- 191
- Score réaction
- 12
- Points
- 80
J'ai créer des lignes de printer :
DarkRP.createEntity("Printer Diamant", {
ent = "diamond_tomasmoneyprinter",
model = "models/props_c17/consolebox01a.mdl",
price = 15000,
max = 2,
allowed = {"TEAM_STAFF", "TEAM_MARME", "TEAM_PSYCHOVIP", "TEAM_PARRAIN", "TEAM_CHEFGANGSTER", "TEAM_SOLITAIRE", "TEAM_TERRO", "TEAM_MUSCIEN", "TEAM_DARYL", "TEAM_PYROMANE", "TEAM_TUEURVIP"},
cmd = "buydiamondprinter"
})
Sauf que sa met une ERREUR LUA :
[ERROR] A runtime error has occurred in "addons/printer/lua/autorun/autorun_ump.lua" on line 19.
The best help I can give you is this:
Corrupt entity: Printer Diamant!
The allowed field must be either an existing team or a table of existing teams.
Hints:
- Is there a job here that doesn't exist (anymore)?
The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. addons/printer/lua/autorun/autorun_ump.lua on line 19
------- End of Simplerr error -------
DarkRP.createEntity("Printer Diamant", {
ent = "diamond_tomasmoneyprinter",
model = "models/props_c17/consolebox01a.mdl",
price = 15000,
max = 2,
allowed = {"TEAM_STAFF", "TEAM_MARME", "TEAM_PSYCHOVIP", "TEAM_PARRAIN", "TEAM_CHEFGANGSTER", "TEAM_SOLITAIRE", "TEAM_TERRO", "TEAM_MUSCIEN", "TEAM_DARYL", "TEAM_PYROMANE", "TEAM_TUEURVIP"},
cmd = "buydiamondprinter"
})
Sauf que sa met une ERREUR LUA :
[ERROR] A runtime error has occurred in "addons/printer/lua/autorun/autorun_ump.lua" on line 19.
The best help I can give you is this:
Corrupt entity: Printer Diamant!
The allowed field must be either an existing team or a table of existing teams.
Hints:
- Is there a job here that doesn't exist (anymore)?
The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. addons/printer/lua/autorun/autorun_ump.lua on line 19
------- End of Simplerr error -------