- Initiateur de la discussion
Cleazyy
Geek suprême
- Messages
- 141
- Score réaction
- 9
- Points
- 135
Bonjour, à tous je cherche un addon qui permet de faire une commande dans la chat qui ouvre une photo.
Merci de votre aide !
Merci de votre aide !
local ply = LocalPlayer()
hook.Add( "OnPlayerChat", "commande", function( ply, strText, bTeam, bDead ) if ( ply != LocalPlayer() ) then return end strText = string.lower( strText ) -- make the string lower case if ( strText == "!photo" ) then -- if the player typed /hello then ply:ConCommand("photo") return true -- this suppresses the message from being shown end
end )
concommand.Add("photo" function()
local frame = vgui.Create( "DFrame" )
frame:SetTitle( "HTML Example" )
frame:SetSize( ScrW() * 0.75, ScrH() * 0.75 )
frame:Center()
frame:MakePopup()
local html = vgui.Create( "HTML", frame )
html:Dock( FILL )
html:OpenURL( "wiki.garrysmod.com" ) -- Lien de l'hébergement de ton image
end)
Ca ne fonctionne pasG-F-CD TheFrench à dit:Codes ::local ply = LocalPlayer() hook.Add( "OnPlayerChat", "commande", function( ply, strText, bTeam, bDead ) if ( ply != LocalPlayer() ) then return end strText = string.lower( strText ) -- make the string lower case if ( strText == "!photo" ) then -- if the player typed /hello then ply:ConCommand("photo") return true -- this suppresses the message from being shown end end ) concommand.Add("photo" function() local frame = vgui.Create( "DFrame" ) frame:SetTitle( "HTML Example" ) frame:SetSize( ScrW() * 0.75, ScrH() * 0.75 ) frame:Center() frame:MakePopup() local html = vgui.Create( "HTML", frame ) html:Dock( FILL ) html:OpenURL( "wiki.garrysmod.com" ) -- Lien de l'hébergement de ton image end)
Bonjour, peux-tu définir "ouvre une photo" ?Cleazyy à dit:Bonjour, à tous je cherche un addon qui permet de faire une commande dans la chat qui ouvre une photo.
Merci de votre aide !
Oui j’ai une erreurG-F-CD TheFrench à dit:Une erreur parce que de mon côté sa fonctione
Bonjour, oui en gros c’est une image d’un horaire, et j’aimerais bien que lorsqu’on tape « !horaire » dans le chat une image apparaissent au milieu de l’écran et que l’on puisse la fermer biensur.Gabyfle à dit:Bonjour, peux-tu définir "ouvre une photo" ?
Je veux bien te faire un petit script, mais il faudrait bien expliquer le besoin...
Je t’envoie ça après mais si je me souviens bien il y avait un problème vers la ligne 15G-F-CD TheFrench à dit:envoie l'erreur svp
Tu as Discord ?G-F-CD TheFrench à dit:au pire envoi moi ton image je te le fait
Oui , [Cray]Arthur_462#2329Cleazyy à dit:Tu as Discord ?