- Initiateur de la discussion
ShadyWojtek
Bambi
- Messages
- 18
- Score réaction
- 0
- Points
- 40
Bien le bonsoir/bonjour j'ai un problème sur mon serveur , je vous montre cela :
L'erreur :
[ERROR] gamemodes/darkrp/gamemode/modules/base/cl_gamemode_functions.lua:23: attempt to index local 'jobTable' (a nil value)
1. Call - gamemodes/darkrp/gamemode/modules/base/cl_gamemode_functions.lua:23
2. unknown - gamemodes/darkrp/gamemode/modules/base/cl_gamemode_functions.lua:62
La ligne 23 + 62 :
if jobTable.ShowSpare2 then
return jobTable.ShowSpare2(LocalPlayer())
end
local bnd = string.match(string.lower(bind), "gm_[a-z]+[12]?")
if bnd and FKeyBinds[bnd] then
hook.Call(FKeyBinds[bnd], GAMEMODE)
end
L'erreur :
[ERROR] gamemodes/darkrp/gamemode/modules/base/cl_gamemode_functions.lua:23: attempt to index local 'jobTable' (a nil value)
1. Call - gamemodes/darkrp/gamemode/modules/base/cl_gamemode_functions.lua:23
2. unknown - gamemodes/darkrp/gamemode/modules/base/cl_gamemode_functions.lua:62
La ligne 23 + 62 :
if jobTable.ShowSpare2 then
return jobTable.ShowSpare2(LocalPlayer())
end
local bnd = string.match(string.lower(bind), "gm_[a-z]+[12]?")
if bnd and FKeyBinds[bnd] then
hook.Call(FKeyBinds[bnd], GAMEMODE)
end