admin pop up

  • Initiateur de la discussion Pierre97
  • Date de début
  • Initiateur de la discussion
Pierre97

Pierre97

Geek
Messages
360
Score réaction
68
Points
70
Bonsoir ! j'ai acheté admin pop up tout fonctionne parfaitement, j'aimerai juste creer le bouton Teleporte car il y a goto freeze spectacle.. comment je peux faire ? merci !
 
TyKoz74

TyKoz74

Geek suprême
Messages
393
Score réaction
122
Points
150
Je peut te le faire si tu veut
 
  • J'aime
Réactions: Pierre97
  • Initiateur de la discussion
Pierre97

Pierre97

Geek
Messages
360
Score réaction
68
Points
70
TyKoz74

TyKoz74

Geek suprême
Messages
393
Score réaction
122
Points
150
Un TS ou quelque chose?
 
  • J'aime
Réactions: Pierre97
  • Initiateur de la discussion
Pierre97

Pierre97

Geek
Messages
360
Score réaction
68
Points
70
TyKoz74

TyKoz74

Geek suprême
Messages
393
Score réaction
122
Points
150
Je suis la
 
  • J'aime
Réactions: Pierre97
Zlaydis

Zlaydis

Geek suprême
Messages
336
Score réaction
86
Points
100
Essaie de rajouter ça, je ne te garantie rien du tout, si une personne expérimentée pourrais vérifier :
Code:
local cbu = vgui.Create("DButton",frm) cbu:SetPos(215,20 * 1) cbu:SetSize(83,18) cbu:SetText(" Téléporter") 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/lightning_go.png")) surface.DrawTexturedRect(5, 1, 16, 16) end
 
  • Initiateur de la discussion
Pierre97

Pierre97

Geek
Messages
360
Score réaction
68
Points
70
Je recommande @TyKoz74 qui me l'ai fait en 2sec.. il sympathique, et très disponible ! encore merci !
 
  • J'aime
Réactions: TyKoz74
Zlaydis

Zlaydis

Geek suprême
Messages
336
Score réaction
86
Points
100
@TyKoz74 Possible de partager ton code ?
 
TyKoz74

TyKoz74

Geek suprême
Messages
393
Score réaction
122
Points
150
Oui il a juste voulu que je lui change le freeze en teleport att je t'envoie ça:

Code:
local cbu = vgui.Create("DButton",frm) cbu:SetPos(215,20 * 3) cbu:SetSize(83,18) cbu:SetText(" Teleport") cbu:SetColor(Color(255,255,255)) cbu:SetContentAlignment(4) cbu.should_unfreeze = false cbu.DoClick = function() local toexec = [["ulx teleport $]]..noob:SteamID()..[["]] if serverguard then toexec = [[sg teleport "]]..noob:SteamID()..[["]] end 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(mat_link) surface.DrawTexturedRect(5, 1, 16, 16) end
 
Discord d'entraide
Rejoignz-nous sur Discord