Probleme sur mon serveur !

  • Initiateur de la discussion AvnturaTheo44170
  • Date de début
  • Initiateur de la discussion
AvnturaTheo44170

AvnturaTheo44170

Geek
Messages
52
Score réaction
0
Points
55
Voila quand jarrive sur mon serveur on dirati que je ne suisplus en darkrp cest tres chelou plus de menu tab bref des gros beug !
 
Thibault Camora

Thibault Camora

Geek suprême
Messages
424
Score réaction
40
Points
130
Bonjour as-tu toucher au disable_deafaut ?
 
  • Initiateur de la discussion
AvnturaTheo44170

AvnturaTheo44170

Geek
Messages
52
Score réaction
0
Points
55
Yes
 
  • Initiateur de la discussion
AvnturaTheo44170

AvnturaTheo44170

Geek
Messages
52
Score réaction
0
Points
55
Ca a un rapport
 
Thibault Camora

Thibault Camora

Geek suprême
Messages
424
Score réaction
40
Points
130
Oui pourrais tu m'envoyer les paramètre de ce fichier qui sur ton serveur ?

Thibault
 
  • Initiateur de la discussion
AvnturaTheo44170

AvnturaTheo44170

Geek
Messages
52
Score réaction
0
Points
55
Comment ca ?
 
Thibault Camora

Thibault Camora

Geek suprême
Messages
424
Score réaction
40
Points
130
Tu vas sur ton fichier disable defauts et tu fais ctrl + a et après ctrl + c copier
Et après tu colles ici ton fichier avec ctrl + v exemple avec mon serveur de test ça donne :
Code:
--[[---------------------------------------------------------------------------
DarkRP disabled defaults
---------------------------------------------------------------------------
DarkRP comes with a bunch of default things: - a load of modules - default jobs - shipments and guns - entities (like the money printer) and many more
If you want to disable or replace the default things, you should disable them here
Note: if you want to have e.g. edit the official medic job, you MUST disable the default one in this file!
You can copy the medic from DarkRP and paste it in darkrp_config/jobs.lua
---------------------------------------------------------------------------]]
--[[---------------------------------------------------------------------------
The list of modules that are disabled. Set to true to disable, false to enable.
Modules that are not in this list are enabled by default.
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["modules"] = { ["afk"] = true, ["chatsounds"] = false, ["events"] = false, ["fpp"] = false, ["f1menu"] = false, ["f4menu"] = false, ["hitmenu"] = false, ["hud"] = false, ["hungermod"] = true, ["playerscale"] = false, ["sleep"] = false, ["fadmin"] = false,
}
--[[---------------------------------------------------------------------------
The disabled default jobs. true to disable, false to enable.
NOTE: If you disable a job and remake it, expect things that rely on the job to stop working
e.g. you disable the gundealer and you make a new job as TEAM_GUN. If you want the shipments/door groups/etc. to
work for your custom job, remake them to include your job as well.
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["jobs"] = { ["chief"] = true, ["citizen"] = true, ["cook"] = true, --Hungermod only ["cp"] = true, ["gangster"] = true, ["gundealer"] = true, ["hobo"] = true, ["mayor"] = true, ["medic"] = true, ["mobboss"] = true,
}
--[[---------------------------------------------------------------------------
Shipments and pistols
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["shipments"] = { ["AK47"] = false, ["Desert eagle"] = false, ["Fiveseven"] = false, ["Glock"] = false, ["M4"] = false, ["Mac 10"] = false, ["MP5"] = false, ["P228"] = false, ["Pump shotgun"] = false, ["Sniper rifle"] = false,
}
--[[---------------------------------------------------------------------------
Entities
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["entities"] = { ["Drug lab"] = false, ["Gun lab"] = false, ["Money printer"] = false, ["Microwave"] = false, --Hungermod only
}
--[[---------------------------------------------------------------------------
Vehicles
(at the moment there are no default vehicles)
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["vehicles"] = {
}
--[[---------------------------------------------------------------------------
Food
Food is only enabled when hungermod is enabled (see disabled modules above).
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["food"] = { ["Banana"] = false, ["Bunch of bananas"] = false, ["Melon"] = false, ["Glass bottle"] = false, ["Pop can"] = false, ["Plastic bottle"] = false, ["Milk"] = false, ["Bottle 1"] = false, ["Bottle 2"] = false, ["Bottle 3"] = false, ["Orange"] = false,
}
--[[---------------------------------------------------------------------------
Door groups
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["doorgroups"] = { ["Cops and Mayor only"] = false, ["Gundealer only"] = false,
}
--[[---------------------------------------------------------------------------
Ammo packets
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["ammo"] = { ["Pistol ammo"] = false, ["Rifle ammo"] = false, ["Shotgun ammo"] = false,
}
--[[---------------------------------------------------------------------------
Agendas
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["agendas"] = { ["Gangster's agenda"] = false, ["Police agenda"] = false,
}
--[[---------------------------------------------------------------------------
Chat groups (chat with /g)
Chat groups do not have names, so their index is used instead.
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["groupchat"] = { [1] = false, -- Police group chat (mayor, cp, chief and/or your custom CP teams) [2] = false, -- Group chat between gangsters and the mobboss [3] = false, -- Group chat between people of the same team
}
--[[---------------------------------------------------------------------------
Jobs that are hitmen
set to true to disable
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["hitmen"] = { ["mobboss"] = false,
}
--[[---------------------------------------------------------------------------
Demote groups
When anyone is demote from any job in this group, they will be temporarily banned
from every job in the group
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["demotegroups"] = { ["Cops"] = false, ["Gangsters"] = false,
}
 
  • Initiateur de la discussion
AvnturaTheo44170

AvnturaTheo44170

Geek
Messages
52
Score réaction
0
Points
55
Tiens !

--[[---------------------------------------------------------------------------
DarkRP disabled defaults
---------------------------------------------------------------------------

DarkRP comes with a bunch of default things:
- a load of modules
- default jobs
- shipments and guns
- entities (like the money printer)
and many more

If you want to disable or replace the default things, you should disable them here

Note: if you want to have e.g. edit the official medic job, you MUST disable the default one in this file!
You can copy the medic from DarkRP and paste it in darkrp_config/jobs.lua
---------------------------------------------------------------------------]]


--[[---------------------------------------------------------------------------
The list of modules that are disabled. Set to true to disable, false to enable.
Modules that are not in this list are enabled by default.
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["modules"] = {
["afk"] = false,
["chatsounds"] = false,
["events"] = false,
["fpp"] = false,
["f1menu"] = false,
["f4menu"] = false,
["hitmenu"] = false,
["hud"] = false,
["hungermod"] = true,
["playerscale"] = false,
["sleep"] = false,
["fadmin"] = false,
}



--[[---------------------------------------------------------------------------
The disabled default jobs. true to disable, false to enable.

NOTE: If you disable a job and remake it, expect things that rely on the job to stop working
e.g. you disable the gundealer and you make a new job as TEAM_GUN. If you want the shipments/door groups/etc. to
work for your custom job, remake them to include your job as well.
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["jobs"] = {
["chief"] = true,
["citizen"] = true,
["cook"] = true, --Hungermod only
["cp"] = true,
["gangster"] = true,
["gundealer"] = true,
["hobo"] = true,
["mayor"] = true,
["medic"] = true,
["mobboss"] = true,
}

--[[---------------------------------------------------------------------------
Shipments and pistols
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["shipments"] = {
["AK47"] = true,
["Desert eagle"] = true,
["Fiveseven"] = true,
["Glock"] = true,
["M4"] = true,
["Mac 10"] = true,
["MP5"] = true,
["P228"] = true,
["Pump shotgun"] = true,
["Sniper rifle"] = true,
}

--[[---------------------------------------------------------------------------
Entities
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["entities"] = {
["Drug lab"] = true,
["Gun lab"] = true,
["Money printer"] = true,
["Microwave"] = true, --Hungermod only
}

--[[---------------------------------------------------------------------------
Vehicles
(at the moment there are no default vehicles)
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["vehicles"] = {

}

--[[---------------------------------------------------------------------------
Food
Food is only enabled when hungermod is enabled (see disabled modules above).
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["food"] = {
["Banana"] = true,
["Bunch of bananas"] = true,
["Melon"] = true,
["Glass bottle"] = true,
["Pop can"] = true,
["Plastic bottle"] = true,
["Milk"] = true,
["Bottle 1"] = true,
["Bottle 2"] = true,
["Bottle 3"] = true,
["Orange"] = true,
}

--[[---------------------------------------------------------------------------
Door groups
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["doorgroups"] = {
["Cops and Mayor only"] = false,
["Gundealer only"] = false,
}


--[[---------------------------------------------------------------------------
Ammo packets
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["ammo"] = {
["Pistol ammo"] = true,
["Rifle ammo"] = true,
["Shotgun ammo"] = true,
}

--[[---------------------------------------------------------------------------
Agendas
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["agendas"] = {
["Gangster's agenda"] = false,
["Police agenda"] = false,
}

--[[---------------------------------------------------------------------------
Chat groups (chat with /g)
Chat groups do not have names, so their index is used instead.
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["groupchat"] = {
[1] = false, -- Police group chat (mayor, cp, chief and/or your custom CP teams)
[2] = false, -- Group chat between gangsters and the mobboss
[3] = false, -- Group chat between people of the same team
}

--[[---------------------------------------------------------------------------
Jobs that are hitmen
set to true to disable
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["hitmen"] = {
["mobboss"] = false,
}

--[[---------------------------------------------------------------------------
Demote groups
When anyone is demote from any job in this group, they will be temporarily banned
from every job in the group
---------------------------------------------------------------------------]]
DarkRP.disabledDefaults["demotegroups"] = {
["Cops"] = false,
["Gangsters"] = false,
}
 
Thibault Camora

Thibault Camora

Geek suprême
Messages
424
Score réaction
40
Points
130
Merci je regarde ton fichier si ce n'est pas ça je verrais autre part :)
 
  • Initiateur de la discussion
AvnturaTheo44170

AvnturaTheo44170

Geek
Messages
52
Score réaction
0
Points
55
ok
 
Thibault Camora

Thibault Camora

Geek suprême
Messages
424
Score réaction
40
Points
130
A premier vue aucun problème ici.


As-tu installer un addon pour le TAB ?

Si non, vérifie que tu as bien de fichier dans ton FTP :

/srcds/garrysmod/gamemodes/darkrp/gamemode/modules/fadmin/fadmin/cl_interface
 
Discord d'entraide
Rejoignz-nous sur Discord