- 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
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