[HELP PLS]Quelques bug sur mon serveur

  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
Salut !
Alors je vais vous expliquer mes bug de mon serveur gmod si quelqu'un pourrait m'aider sa serais génial !
Donc 1er problème les JOBS
Un amis a mis plein de job mais quand je veut mettre des job, je m'aide de tcb mais quand je reboot et bein je spawn sous la map avec le bonhomme gris.
2eme problème, les portes de la mairie, quand j'ouvre les porte en haut de la mairie, elle bug, elle partent, elle ne tournent pas sur un axe

voila merci de m'aider au mieux bye !
 
thp21

thp21

Geek suprême
Messages
601
Score réaction
101
Points
100
et bah c'est bien expliquer cela...
 
kirikoumalou

kirikoumalou

Lucas Pastel
Messages
1 057
Score réaction
200
Points
260
Alexy57100 à dit:
Salut !
Alors je vais vous expliquer mes bug de mon serveur gmod si quelqu'un purrait m'aider sa serais génial !
Donc 1er probleme les JOBS
Développe ?
 
kirikoumalou

kirikoumalou

Lucas Pastel
Messages
1 057
Score réaction
200
Points
260
Alexy57100 à dit:
Donc 1er problème les JOBS
Un amis a mis plein de job mais quand je veut mettre des job, je m'aide de tcb mais quand je reboot et bein je spawn sous la map avec le bonhomme gris.
Error LUA ! Trouve la... Elle est en bleu dans ta console

Alexy57100 à dit:
2eme problème, les portes de la mairie, quand j'ouvre les porte en haut de la mairie, elle bug, elle partent, elle ne tournent pas sur un axe
Quel map ?
 
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
Je devellope voila le code de mon pote fais tout seul sans aide de site il me semble.

TEAM_LIVREUR = DarkRP.createJob("Livreur", {
color = Color(130, 113, 243, 255),
model = "models/player/eli.mdl",
description = [[Vous livrer pour un magasinier mais il est interdit de renommer ce job, le magasinier vous paye, vous livrer, vous revenez avec l'argent pour le magasinier."]],
weapons = {"m9k_fists", "weapon_arc_atmcard"},
command = "livreur",
max = 6,
salary = 700,
admin = 0,
vote = false,
hasLicense = false,
PlayerDeath = function(ply, weapon, killer)
ply:changeTeam(GAMEMODE.DefaultTeam, true)
ply:teamBan()
end
})

et avec tcb

-- Code generated at: TheCodingBeast.com | DarkRP 2.5 Tools
TEAM_CHIEN = DarkRP.createJob("Chien", {
color = Color(0, 216, 255, 255),
model = {""},
description = [[Tu est un chien]],
weapons = {},
command = "doge",
max = 2,
salary = 500,
admin = 0,
vote = true,
hasLicense = true,
candemote = true,
-- CustomCheck
medic = false,
chief = false,
mayor = false,
hobo = false,
cook = false,
category = "",
})

j'ai pas mis le model et les weapon car je l'ai refais rapidement hier j'ai rager et supprimé les metier que j'avaius fait --'
 
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
Oui c'est les porte de la french v4a
alors ok le bug ne vien pas du serveur good !
 
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
ok att je remmet le job alors
 
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
je vien de faire un reboot pas d'erreur je vais voir sur gmod
 
kirikoumalou

kirikoumalou

Lucas Pastel
Messages
1 057
Score réaction
200
Points
260
J'avoue x)
 
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
ouai j'avoue aussi j'ai surement du faire une couille en mettant le job hier x) je vais me co a mon serv si vous voulait venir le serv c dreamcarerp
 
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
a ok :)
mais le truc c que hier j'ai supp les job que j'avais ajouté et j'ai reboot comme un mongole
 
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
Ta le droit de m'insulter... mdr
 
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
j'ai une co de merde et un pc de merde donc il me faut 10mn pour aller sur un serv --'
 
  • J'aime
Réactions: kirikoumalou
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
bon la aucun bug peut etre a cause que j'ai pas mis le skin et les weapon je vais le faire de suite
 
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
oui j'ai tout les droit la
la je reboot j'ai mis le skin et le weapon
 
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
toujours aucun erreur je vais recodé quelque jobs et j'en dirais des nouvelles
 
kirikoumalou

kirikoumalou

Lucas Pastel
Messages
1 057
Score réaction
200
Points
260
Alexy57100 à dit:
j'ai une co de merde et un pc de merde donc il me faut 10mn pour aller sur un serv --'
Toi meme tu sais --' (Je parle en connaissance de cause mdrr)
 
  • J'aime
Réactions: FalkioGMR
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
voila le bug

10/26/2016 12:54:58: Lua Error
[DarkRP] gamemodes/darkrp/gamemode/modules/base/sv_data.lua:415: attempt to index a nil value
1. retrieveSalary - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:415
2. callback - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:440
3. callback - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:333
4. query - gamemodes/darkrp/gamemode/libraries/mysqlite/mysqlite.lua:305
5. offlinePlayerData - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:305
6. retrievePlayerData - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:344
7. restorePlayerData - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:431
8. unknown - gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:587
[DarkRP] gamemodes/darkrp/gamemode/modules/base/sv_data.lua:415: attempt to index a nil value
1. retrieveSalary - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:415
2. callback - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:440
3. callback - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:333
4. query - gamemodes/darkrp/gamemode/libraries/mysqlite/mysqlite.lua:305
5. offlinePlayerData - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:305
6. retrievePlayerData - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:344
7. restorePlayerData - gamemodes/darkrp/gamemode/modules/base/sv_data.lua:431
8. unknown - gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:587
10/26/2016 12:54:58: Lua Error
[DarkRP] gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:606: attempt to index local 'jobTable' (a nil value)
1. unknown - gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:606
[DarkRP] gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:606: attempt to index local 'jobTable' (a nil value)
1. unknown - gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:606
ServerLog: [FAdmin] XoGan (STEAM_0:1:118333557) Spawned
10/26/2016 12:54:58: [FAdmin] XoGan (STEAM_0:1118333557) Spawned
10/26/2016 12:54:58: Lua Error
[DarkRP] gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:715: attempt to index local 'jobTable' (a nil value)
1. unknown - gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:715
[DarkRP] gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:715: attempt to index local 'jobTable' (a nil value)
1. unknown - gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:715
10/26/2016 12:54:58: "XoGan<3><>" entered the game
Player XoGan has spawned in the server.
XoGan is now fully loaded!
[XoGan|3|STEAM_0:1:118333557] Lua Error:
[ERROR] lua/autorun/ford_raptor_police.lua:132: attempt to index global 'Photon' (a nil value)
1. unknown - lua/autorun/ford_raptor_police.lua:132
[XoGan|3|STEAM_0:1:118333557] Lua Error:
[ERROR] lua/autorun/lw_volvosfrpol.lua:108: attempt to index global 'Photon' (a nil value)
1. unknown - lua/autorun/lw_volvosfrpol.lua:108
[XoGan|3|STEAM_0:1:118333557] Lua Error:
[ERROR] lua/autorun/rage_autorun.lua:1: attempt to call global 'loadFile' (a nil value)
1. unknown - lua/autorun/rage_autorun.lua:1
[XoGan|3|STEAM_0:1:118333557] Lua Error:
[ERROR] lua/autorun/swat_vanpho.lua:123: attempt to index global 'Photon' (a nil value)
1. unknown - lua/autorun/swat_vanpho.lua:123
[XoGan|3|STEAM_0:1:118333557] Lua Error:
[ERROR] lua/autorun/tdm_bmwm3frpolice.lua:139: attempt to index global 'Photon' (a nil value)
1. unknown - lua/autorun/tdm_bmwm3frpolice.lua:139
Console: vous avez spawn sous la map \?
10/26/2016 - 12:55:27: "Console<0>" say "vous avez spawn sous la map \?"
boubi06 changed their name to Damon Capdeville Heurion
ServerLog: "Damon Capdeville Heurion<2>" say "Moi Sous La Map"
10/26/2016 12:55:42: "Damon Capdeville Heurion<2>" say "Moi Sous La Map"
10/26/2016 12:55:45: Lua Error
[DarkRP] gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:241: attempt to index local 'jobTable' (a nil value)
1. unknown - gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:241
[DarkRP] gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:241: attempt to index local 'jobTable' (a nil value)
1. unknown - gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:241
Console: ok
10/26/2016 - 12:55:49: "Console<0>" say "ok"
[boubi06|2|STEAM_0:0:179422820] Lua Error:
SetFontInternal: font doesn't exist (fontclose)
ServerLog: [FAdmin] Damon Capdeville Heurion (STEAM_0:0:179422820) changed from Unassigned to Commissaire
10/26/2016 12:55:59: [FAdmin] Damon Capdeville Heurion (STEAM_0:0179422820) changed from Unassigned to Commissaire
ServerLog: [FAdmin] Damon Capdeville Heurion (STEAM_0:0:179422820) Got killed silently
10/26/2016 12:55:59: [FAdmin] Damon Capdeville Heurion (STEAM_0:0179422820) Got killed silently
ServerLog: "Damon Capdeville Heurion<2>" say "/chief"
10/26/2016 12:55:59: "Damon Capdeville Heurion<2>" say "/chief"
ServerLog: [FAdmin] Damon Capdeville Heurion (STEAM_0:0:179422820) Spawned
10/26/2016 12:55:59: [FAdmin] Damon Capdeville Heurion (STEAM_0:0179422820) Spawned
NULEnt in GiveNamedItem!
Attempted to create unknown entity type policebadgewallet!
Attempted to create unknown entity type weapon_stungun!
NULEnt in GiveNamedItem!
Attempted to create unknown entity type weapon_cuff_police!
NULEnt in GiveNamedItem!
Attempted to create unknown entity type weapon_driverstick!
NULEnt in GiveNamedItem!
ServerLog: [FAdmin] Damon Capdeville Heurion (STEAM_0:0:179422820) Attempted to pick up a arrest_stick
10/26/2016 12:55:59: [FAdmin] Damon Capdeville Heurion (STEAM_0:0179422820) Attempted to pick up a arrest_stick
ServerLog: [FAdmin] Damon Capdeville Heurion (STEAM_0:0:179422820) Attempted to pick up a unarrest_stick
10/26/2016 12:55:59: [FAdmin] Damon Capdeville Heurion (STEAM_0:0179422820) Attempted to pick up a unarrest_stick
ServerLog: [FAdmin] Damon Capdeville Heurion (STEAM_0:0:179422820) Attempted to pick up a m9k_deagle
10/26/2016 12:55:59: [FAdmin] Damon Capdeville Heurion (STEAM_0:0179422820) Attempted to pick up a m9k_deagle
ServerLog: [FAdmin] Damon Capdeville Heurion (STEAM_0:0:179422820) Attempted to pick up a stunstick
10/26/2016 12:55:59: [FAdmin] Damon Capdeville Heurion (STEAM_0:0179422820) Attempted to pick up a stunstick
ServerLog: [FAdmin] Damon Capdeville Heurion (STEAM_0:0:179422820) Attempted to pick up a door_ram
10/26/2016 12:55:59: [FAdmin] Damon Capdeville Heurion (STEAM_0:0179422820) Attempted to pick up a door_ram
ServerLog: [FAdmin] Damon Capdeville Heurion (STEAM_0:0:179422820) Attempted to pick up a weaponchecker
10/26/2016 12:55:59: [FAdmin] Damon Capdeville Heurion (STEAM_0:0179422820) Attempted to pick up a weaponchecker
ServerLog: [FAdmin] Damon Capdeville Heurion (STEAM_0:0:179422820) Attempted to pick up a weapon_arc_atmcard
10/26/2016 12:55:59: [FAdmin] Damon Capdeville Heurion (STEAM_0:0179422820) Attempted to pick up a weapon_arc_atmcard
ServerLog: [FAdmin] Damon Capdeville Heurion (STEAM_0:0:179422820) Attempted to pick up a m9k_fists
10/26/2016 12:55:59: [FAdmin] Damon Capdeville Heurion (STEAM_0:0179422820) Attempted to pick up a m9k_fists
ServerLog: [FAdmin] Damon Capdeville Heurion (STEAM_0:0:179422820) Attempted to pick up a keys
10/26/2016 12:55:59: [FAdmin] Damon Capdeville Heurion (STEAM_0:0179422820) Attempted to pick up a keys
ServerLog: [FAdmin] Damon Capdeville Heurion (STEAM_0:0:179422820) Attempted to pick up a weapon_physcannon
10/26/2016 12:55:59: [FAdmin] Damon Capdeville Heurion (STEAM_0:0179422820) Attempted to pick up a weapon_physcannon
ServerLog: [FAdmin] Damon Capdeville Heurion (STEAM_0:0:179422820) Attempted to pick up a gmod_camera
10/26/2016 12:55:59: [FAdmin] Damon Capdeville Heurion (STEAM_0:0179422820) Attempted to pick up a gmod_camera
ServerLog: [FAdmin] Damon Capdeville Heurion (STEAM_0:0:179422820) Attempted to pick up a gmod_tool
10/26/2016 12:55:59: [FAdmin] Damon Capdeville Heurion (STEAM_0:0179422820) Attempted to pick up a gmod_tool
ServerLog: [FAdmin] Damon Capdeville Heurion (STEAM_0:0:179422820) Attempted to pick up a pocket
10/26/2016 12:55:59: [FAdmin] Damon Capdeville Heurion (STEAM_0:0179422820) Attempted to pick up a pocket
ServerLog: [FAdmin] Damon Capdeville Heurion (STEAM_0:0:179422820) Attempted to pick up a weapon_physgun
10/26/2016 12:55:59: [FAdmin] Damon Capdeville Heurion (STEAM_0:0179422820) Attempted to pick up a weapon_physgun
XoGan changed their name to Max DELCOURT
ServerLog: "Damon Capdeville Heurion<2>" say "Pk J'ai plus d'argent ???"
10/26/2016 12:56:42: "Damon Capdeville Heurion<2>" say "Pk J'ai plus d'argent ???"
ServerLog: "Max Bicoune<3>" say "/name Max Bicoune"
10/26/2016 12:56:46: "Max Bicoune<3>" say "/name Max Bicoune"
Max DELCOURT changed their name to Max Bicoune
10/26/2016 12:56:47: Lua Error
[DarkRP] gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:241: attempt to index local 'jobTable' (a nil value)
1. unknown - gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:241
[DarkRP] gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:241: attempt to index local 'jobTable' (a nil value)
1. unknown - gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua:241
[XoGan|3|STEAM_0:1:118333557] Lua Error:
SetFontInternal: font doesn't exist (fontclose)
ServerLog: [FAdmin] Max Bicoune (STEAM_0:1:118333557) changed from Unassigned to Dealeur De Drogue
10/26/2016 12:56:51: [FAdmin] Max Bicoune (STEAM_0:1118333557) changed from Unassigned to Dealeur De Drogue
ServerLog: [FAdmin] Max Bicoune (STEAM_0:1:118333557) Got killed silently
10/26/2016 12:56:51: [FAdmin] Max Bicoune (STEAM_0:1118333557) Got killed silently
ServerLog: "Max Bicoune<3>" say "/drugs"
10/26/2016 12:56:51: "Max Bicoune<3>" say "/drugs"
ServerLog: [FAdmin] Max Bicoune (STEAM_0:1:118333557) Spawned
10/26/2016 12:56:51: [FAdmin] Max Bicoune (STEAM_0:1118333557) Spawned
Attempted to create unknown entity type m9k_fist!
NULEnt in GiveNamedItem!
ServerLog: [FAdmin] Max Bicoune (STEAM_0:1:118333557) Attempted to pick up a pocket
10/26/2016 12:56:51: [FAdmin] Max Bicoune (STEAM_0:1118333557) Attempted to pick up a pocket
ServerLog: [FAdmin] Max Bicoune (STEAM_0:1:118333557) Attempted to pick up a keys
10/26/2016 12:56:51: [FAdmin] Max Bicoune (STEAM_0:1118333557) Attempted to pick up a keys
ServerLog: [FAdmin] Max Bicoune (STEAM_0:1:118333557) Attempted to pick up a weapon_arc_atmcard
10/26/2016 12:56:51: [FAdmin] Max Bicoune (STEAM_0:1118333557) Attempted to pick up a weapon_arc_atmcard
ServerLog: [FAdmin] Max Bicoune (STEAM_0:1:118333557) Attempted to pick up a weapon_physcannon
10/26/2016 12:56:51: [FAdmin] Max Bicoune (STEAM_0:1118333557) Attempted to pick up a weapon_physcannon
ServerLog: [FAdmin] Max Bicoune (STEAM_0:1:118333557) Attempted to pick up a gmod_camera
10/26/2016 12:56:51: [FAdmin] Max Bicoune (STEAM_0:1118333557) Attempted to pick up a gmod_camera
ServerLog: [FAdmin] Max Bicoune (STEAM_0:1:118333557) Attempted to pick up a gmod_tool
10/26/2016 12:56:51: [FAdmin] Max Bicoune (STEAM_0:1118333557) Attempted to pick up a gmod_tool
ServerLog: [FAdmin] Max Bicoune (STEAM_0:1:118333557) Attempted to pick up a weapon_physgun
10/26/2016 12:56:51: [FAdmin] Max Bicoune (STEAM_0:1118333557) Attempted to pick up a weapon_physgun
ServerLog: [FAdmin] Damon Capdeville Heurion (STEAM_0:0:179422820) Attempted to pick up a weapon_arc_atmcard
10/26/2016 12:56:59: [FAdmin] Damon Capdeville Heurion (STEAM_0:0179422820) Attempted to pick up a weapon_arc_atmcard
ServerLog: [FAdmin] Max Bicoune (STEAM_0:1:118333557) Attempted to switch noclip
10/26/2016 12:57:04: [FAdmin] Max Bicoune (STEAM_0:1118333557) Attempted to switch noclip
ARCBank: English selected.
 
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
c'est quoi l'erreur ?
 
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
bah oui mais c'est quoi qui cause tt sa ?
 
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
ok je me co sur le serv alors
 
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
May 9th 2016

DarkRP 2.7.0 has been released. It was released on May 1st actually
but I'm lazy with updating this MOTD.

Update now if you don't have it yet.

----------------------------------------------------------------------------------------------------------------

April 6th 2016

Ayyy April fools was good. I had a good laugh. I hope you did too. Probably not, haha!

I'm fucking serious about the bullshit rules though.

RDM, NLR, Advertising raid and FearRP are all, in increasing order, god damn bullshit.
Try running your shitty server without them. It will make your server less shitty.

Replace advertising raid with the demand that people who get raided should call the cops.
Replace NLR with not NLR. Just stop giving a shit when someone kills their killer.
Replace RDM with MassDM. Start getting an admin involved when someone's mass killing everyone.

And last but not least, FearRP. I don't know what cunt made that bullshit up. It's by far
the most retarded rule. Get rid of it altogether. When a mugger walks up to a player
and says "Mug, drop x or die", and the player runs away, have the mugger shoot the fucker.
When the mugger calls an admin for "FearRP", just kick or ban the mugger for being a dumb,
admin addicted cunt.

Also, people who say "Admin to me" in OOC chat without saying anything about their situation
are to be kicked or at least yelled at very loudly. Fuck those people.

More rant: Stop putting people on roofs to interrogate them you god damn incompetent shit admins.
Seriously, what use does a "roof session" ever have? Everyone /always/ lies. You don't get ANY information
by interrogating people, ever. When someone reports a player for some rule they're breaking (and for fuck's sake,
not the ones mentioned above), just start spectating the cunts and see if they do it again.
If they do, ban the fuckers. If they don't, let the offense slip. Accept that shit may have happened once,
but you didn't see it. Repeat offenders should not be on the server. People making one mistake
should not be punished too harshly anyway.

- FPtje
---------------------------------------------------------------------------
JOY_AXIS_X: mapped to Turn (absolute)
JOY_AXIS_Y: mapped to Look (absolute)
JOY_AXIS_Z: unmapped
JOY_AXIS_R: mapped to Forward (absolute)
JOY_AXIS_U: mapped to Side (absolute)
JOY_AXIS_V: unmapped
Advanced Joystick settings initialized
Redownloading all lightmaps
There are 2 Lua problems!
Please check your console for more information!
[ERROR] A runtime error has occurred in "addons/darkrpmodification/lua/darkrp_customthings/jobs.lua" on line 1073.
The best help I can give you is this:

Corrupt team: CHEF R.A.I.D!
This job does not have a unique command.

Hints:
- There must be some other job that has the same command.
- Fix this by changing the 'command' of your job to something else.

The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. addons/darkrpmodification/lua/darkrp_customthings/jobs.lua on line 1073
2. function 'xpcall'
3. gamemodes/darkrp/gamemode/libraries/simplerr.lua on line 477
4. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84
5. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84
6. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 137
7. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 148
8. gamemodes/darkrp/gamemode/init.lua on line 86
------- End of Simplerr error -------

gamemodes/darkrp/gamemode/libraries/simplerr.lua:530: [ERROR] A runtime error has occurred in "addons/darkrpmodification/lua/darkrp_customthings/jobs.lua" on line 1073.
The best help I can give you is this:

Corrupt team: CHEF R.A.I.D!
This job does not have a unique command.

Hints:
- There must be some other job that has the same command.
- Fix this by changing the 'command' of your job to something else.

The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. addons/darkrpmodification/lua/darkrp_customthings/jobs.lua on line 1073
2. function 'xpcall'
3. gamemodes/darkrp/gamemode/libraries/simplerr.lua on line 477
4. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84
5. gamemodes/darkrp/gamemode/libraries/fn.lua on line 84
6. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 137
7. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 148
8. gamemodes/darkrp/gamemode/init.lua on line 86
------- End of Simplerr error -------
 
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
[DarkRP] A runtime error has occurred in "addons/darkrpmodification/lua/darkrp_customthings/jobs.lua" on line 1073.
The best help I can give you is this:

Corrupt team: CHEF R.A.I.D!
This job does not have a unique command.

Hints:
- There must be some other job that has the same command.
- Fix this by changing the 'command' of your job to something else.

The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. addons/darkrpmodification/lua/darkrp_customthings/jobs.lua on line 1073
2. function 'doInclude'
3. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 137
4. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 148
5. gamemodes/darkrp/gamemode/cl_init.lua on line 53
------- End of Simplerr error -------

1. error - [C]:-1
2. error - gamemodes/darkrp/gamemode/libraries/simplerr.lua:530
3. createJob - gamemodes/darkrp/gamemode/modules/base/sh_createitems.lua:414
4. unknown - addons/darkrpmodification/lua/darkrp_customthings/jobs.lua:1073
5. doInclude - [C]:-1
6. loadCustomDarkRPItems - gamemodes/darkrp/gamemode/libraries/modificationloader.lua:137
7. Call - gamemodes/darkrp/gamemode/libraries/modificationloader.lua:148
8. unknown - gamemodes/darkrp/gamemode/cl_init.lua:53

There is 1 Lua problem!
Please check your console for more information!
[ERROR] A runtime error has occurred in "your jobs" on line -1.
The best help I can give you is this:

The category of "Fabriquant de Meth" ("Fabriquant illegaux") 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 the error above lies with (the authors of) one (or more) of these files:
your jobs
------- End of Simplerr error -------

There is 1 Lua problem!
Please check your console for more information!
[ERROR] A runtime error has occurred in "your jobs" on line -1.
The best help I can give you is this:

The category of "Pompier" ("Aide civile") 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 the error above lies with (the authors of) one (or more) of these files:
your jobs
------- End of Simplerr error -------

There is 1 Lua problem!
Please check your console for more information!
[ERROR] A runtime error has occurred in "your jobs" on line -1.
The best help I can give you is this:

The category of "R.A.I.D" ("") 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 the error above lies with (the authors of) one (or more) of these files:
your jobs
------- End of Simplerr error -------

There is 1 Lua problem!
Please check your console for more information!
[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 "Gas" ("Equipement") 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 the error above lies with (the authors of) one (or more) of these files:
your custom entities
------- End of Simplerr error -------

There is 1 Lua problem!
Please check your console for more information!
[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 "Iodine" ("Equipement") 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 the error above lies with (the authors of) one (or more) of these files:
your custom entities
------- End of Simplerr error -------

There is 1 Lua problem!
Please check your console for more information!
[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 "Jar" ("Equipement") 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 the error above lies with (the authors of) one (or more) of these files:
your custom entities
------- End of Simplerr error -------

There is 1 Lua problem!
Please check your console for more information!
[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 "Muriatic Acide" ("Equipement") 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 the error above lies with (the authors of) one (or more) of these files:
your custom entities
------- End of Simplerr error -------

There is 1 Lua problem!
Please check your console for more information!
[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 "Pot" ("Equipement") 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 the error above lies with (the authors of) one (or more) of these files:
your custom entities
------- End of Simplerr error -------

There is 1 Lua problem!
Please check your console for more information!
[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 "Pot Spéciale" ("Equipement") 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 the error above lies with (the authors of) one (or more) of these files:
your custom entities
------- End of Simplerr error -------

There is 1 Lua problem!
Please check your console for more information!
[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 "Gasinière" ("Equipement") 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 the error above lies with (the authors of) one (or more) of these files:
your custom entities
------- End of Simplerr error -------

There is 1 Lua problem!
Please check your console for more information!
[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 "Liquide Sulfure" ("Equipement") 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 the error above lies with (the authors of) one (or more) of these files:
your custom entities
------- End of Simplerr error -------

There is 1 Lua problem!
Please check your console for more information!
[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 "Eau" ("Equipement") 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 the error above lies with (the authors of) one (or more) of these files:
your custom entities
------- End of Simplerr error -------
 
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
[[Photon] Ford Raptor police] lua/autorun/ford_raptor_police.lua:132: attempt to index global 'Photon' (a nil value)
1. unknown - lua/autorun/ford_raptor_police.lua:132


[[Photon] Volvo S60 French Police] lua/autorun/lw_volvosfrpol.lua:108: attempt to index global 'Photon' (a nil value)
1. unknown - lua/autorun/lw_volvosfrpol.lua:108

Weapon Strip con var created
Penetration/ricochet con var created
Recoil con var created
Ammo crate detonation con var created
Damage Multiplier con var created
Default Clip con var created
Unique Slots con var created
Client-side Gas Effect Con Var created
CSS UVM con var created
Holster Disable con var created
Explosive Nerve Gas con var created
Davy Crockett timer created
If you can see this, then you are a faggot JohnsonLiveTV

[Happy now?] lua/autorun/rage_autorun.lua:1: attempt to call global 'loadFile' (a nil value)
1. unknown - lua/autorun/rage_autorun.lua:1


[[Photon] Nissan Skyline GTR R34 Police] lua/autorun/swat_vanpho.lua:123: attempt to index global 'Photon' (a nil value)
1. unknown - lua/autorun/swat_vanpho.lua:123


[ERROR] lua/autorun/tdm_bmwm3frpolice.lua:139: attempt to index global 'Photon' (a nil value)
1. unknown - lua/autorun/tdm_bmwm3frpolice.lua:139

[ULIB] Loading SHARED module: ulx_init.lua
[ULX] Loading CLIENT module: motdmenu.lua
[ULX] Loading CLIENT module: uteam.lua
[ULX] Loading CLIENT module: xgui_client.lua
[ULX] Loading CLIENT module: xgui_helpers.lua
[ULX] Loading CLIENT module: xlib.lua
[ULX] Loading SHARED module: chat.lua
[ULX] Loading SHARED module: fun.lua
[ULX] Loading SHARED module: menus.lua
[ULX] Loading SHARED module: rcon.lua
[ULX] Loading SHARED module: teleport.lua
[ULX] Loading SHARED module: user.lua
[ULX] Loading SHARED module: userhelp.lua
[ULX] Loading SHARED module: util.lua
[ULX] Loading SHARED module: vote.lua
Nordahl JOB WhiteList System: OK
---------------------------------
| Loading ClientSide PermaProps |
---------------------------------
permaprops/cl_drawent.lua
permaprops/cl_menu.lua
---------------------------------
| Loading Shared PermaProps |
---------------------------------
---------------------------------
Superstepa's enhanced damage addon initialized on client. You should be able to change your voice now
Particles: Missing 'particles/vehicle.pcf'
There is 1 Lua problem!
Please check your console for more information!
[ERROR] A runtime error has occurred in "addons/darkrpmodification/lua/darkrp_customthings/jobs.lua" on line 1073.
The best help I can give you is this:

Corrupt team: CHEF R.A.I.D!
This job does not have a unique command.

Hints:
- There must be some other job that has the same command.
- Fix this by changing the 'command' of your job to something else.

The responsibility for the error above lies with (the authors of) one (or more) of these files:
1. addons/darkrpmodification/lua/darkrp_customthings/jobs.lua on line 1073
2. function 'doInclude'
3. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 137
4. gamemodes/darkrp/gamemode/libraries/modificationloader.lua on line 148
5. gamemodes/darkrp/gamemode/cl_init.lua on line 53
------- End of Simplerr error -------
 
thp21

thp21

Geek suprême
Messages
601
Score réaction
101
Points
100
ta commande pour acceder aux métier est la même que pour un autres métier.
 
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
tu va me dire que c sa qui fait tt bug ?!
 
kirikoumalou

kirikoumalou

Lucas Pastel
Messages
1 057
Score réaction
200
Points
260
Les categorie ne sont pas obligatoire et peuvent etre enlever... Se qui évite les étourderie !
 
  • Initiateur de la discussion
Alexy57100

Alexy57100

Geek
Messages
49
Score réaction
3
Points
95
ok merci les copaing ! plus aucun bug !
 
Discord d'entraide
Rejoignz-nous sur Discord