Problème Lua lors du redémarage du serv

  • Initiateur de la discussion
S

surky

Geek suprême
Messages
378
Score réaction
26
Points
125
Bonjour j'ai un problème quand je redémarre le serveur sa me dit ceci
Lua Error: Error in hook OnPlayerChat: addons/mojo_mayor_panel/lua/autorun/client/cl_mmpanel.lua:9: attempt to call method 'Team' (a nil value)


Je vais dans le fichier en question voici la ligne de code

hook.Add( "OnPlayerChat", "OpenMayorMenu", function( ply, strText, bTeamOnly, bDead )
strText = string.lower( strText )
la ligne 9 est là ---> if ply:Team() == TEAM_MAYOR and -- Changez TEAM_MAYOR par le nom de votre métier maire
( strText == "/"..MMPanel.command ) then

surface.PlaySound( "buttons/button24.wav" )

surface.CreateFont( "MMPFont1", {
font = "DermaLarge",
size = 16,
})
surface.CreateFont( "MMPFont2", {
font = "Trebuchet24",
size = 13,
})
surface.CreateFont( "MMPFont3", {
font = "Arial",
size = 16,
})

Merci
 
ZarosOVH

ZarosOVH

Modérateur
Membre du Staff
Messages
6 527
Score réaction
5 488
Points
1 295
Code:
hook.Add("OnPlayerChat", "OpenMayorMenu", function(ply, strText, bTeamOnly, bDead) strText = string.lower(strText) if IsValid(ply) and ply:IsPlayer() and ply:Team() == TEAM_MAYOR and(strText == "/"..MMPanel.command) then end
end)
SeemsGood
 
  • J'aime
Réactions: surky
  • Initiateur de la discussion
S

surky

Geek suprême
Messages
378
Score réaction
26
Points
125
ZarosOVH à dit:
Code:
hook.Add("OnPlayerChat", "OpenMayorMenu", function(ply, strText, bTeamOnly, bDead) strText = string.lower(strText) if IsValid(ply) and ply:IsPlayer() and ply:Team() == TEAM_MAYOR and(strText == "/"..MMPanel.command) then end
end)
SeemsGood
Grand merci @ZarosOVH T'es un dieu !
 
Discord d'entraide
Rejoignz-nous sur Discord