Admin popups custom

  • Initiateur de la discussion
Mamadou Trug

Mamadou Trug

Geek suprême
Messages
201
Score réaction
39
Points
130
Bonsoir tout le monde, j'ai acheté l'admin popups et j'aimerais remplacer certaines commandes par d'autres (comme par exemple spectate par teleport), mais comme je ne m'y connaît pas assez en lua pour toucher au fichiers j'ai besoin de vous.
Merci.
 
  • Banni
AzerYTB

AzerYTB

Geek suprême
Messages
518
Score réaction
359
Points
180
Shadminpopus.lua

Ligne 310 à 334 tu modifie par sa

Code:
 local cbu = vgui.Create("DButton",frm) cbu:SetPos(215,20 * 4) cbu:SetSize(83,18) cbu:SetText(" teleport") cbu:SetColor(Color(255,255,255)) cbu:SetContentAlignment(4) cbu.DoClick = function() local toexec = [["ulx teleport $]]..noob:SteamID()..[["]] LocalPlayer():ConCommand(toexec) if cfg.debug then print(toexec) end end cbu.Paint = function(self,w,h) if cbu.Depressed or cbu.m_bSelected then draw.RoundedBox( 1, 0, 0, w, h, Color(255,50,50,255) ) elseif cbu.Hovered then draw.RoundedBox( 1, 0, 0, w, h, Color(205,30,30,255) ) else draw.RoundedBox( 1, 0, 0, w, h, Color(80,80,80,255) ) end surface.SetDrawColor(Color(255,255,255)) surface.SetMaterial(Material("icon16/eye.png")) surface.DrawTexturedRect(5, 1, 16, 16) end
 
  • Initiateur de la discussion
Mamadou Trug

Mamadou Trug

Geek suprême
Messages
201
Score réaction
39
Points
130
AzerYTB à dit:
Shadminpopus.lua

Ligne 310 à 334 tu modifie par sa

Code:
 local cbu = vgui.Create("DButton",frm) cbu:SetPos(215,20 * 4) cbu:SetSize(83,18) cbu:SetText(" teleport") cbu:SetColor(Color(255,255,255)) cbu:SetContentAlignment(4) cbu.DoClick = function() local toexec = [["ulx teleport $]]..noob:SteamID()..[["]] LocalPlayer():ConCommand(toexec) if cfg.debug then print(toexec) end end cbu.Paint = function(self,w,h) if cbu.Depressed or cbu.m_bSelected then draw.RoundedBox( 1, 0, 0, w, h, Color(255,50,50,255) ) elseif cbu.Hovered then draw.RoundedBox( 1, 0, 0, w, h, Color(205,30,30,255) ) else draw.RoundedBox( 1, 0, 0, w, h, Color(80,80,80,255) ) end surface.SetDrawColor(Color(255,255,255)) surface.SetMaterial(Material("icon16/eye.png")) surface.DrawTexturedRect(5, 1, 16, 16) end
Merci beaucoup mec, je regarde si ça marche.
 
  • Banni
AzerYTB

AzerYTB

Geek suprême
Messages
518
Score réaction
359
Points
180
Discord d'entraide
Rejoignz-nous sur Discord