Comment avoir une fonction pour le DTextEntry

  • Initiateur de la discussion
AyZenSantos

AyZenSantos

Psychopathe
Messages
3 361
Score réaction
753
Points
300
Bonjour
Comment faire pour donner une fonction aux DTextEntry ?

Je m'explique genre il tape le texte dans la barre et quand il appuient sur le bouton Advert sa mettra le texte taper dans la barre en /Advert texte...

Ps:dsl de mon français , je m'endors en cour de français donc c'est pour sa qu'il est pas très bien mon orthographe je fait de mon mieux :D
 
kirikoumalou

kirikoumalou

Lucas Pastel
Messages
1 057
Score réaction
200
Points
260
AyZenSantos à dit:
Bonjour
Comment faire pour donner une fonction aux DTextEntry ?

Je m'explique genre il tape le texte dans la barre et quand il appuient sur le bouton Advert sa mettra le texte taper dans la barre en /Advert texte...

Ps:dsl de mon français , je m'endors en cour de français donc c'est pour sa qu'il est pas très bien mon orthographe je fait de mon mieux :D
DTextEntry.OnEnter = function(self)
text = self:GetValue()
RunConsoleCommand("say", text)
end

http://wiki.garrysmod.com/page/DTextEntry/OnEnter
 
  • Initiateur de la discussion
AyZenSantos

AyZenSantos

Psychopathe
Messages
3 361
Score réaction
753
Points
300
kirikoumalou à dit:
DTextEntry.OnEnter = function(self)
text = self:GetValue()
RunConsoleCommand("say", text)
end

http://wiki.garrysmod.com/page/DTextEntry/OnEnter
Merci je look sa ;)
 
  • Initiateur de la discussion
AyZenSantos

AyZenSantos

Psychopathe
Messages
3 361
Score réaction
753
Points
300
kirikoumalou à dit:
DTextEntry.OnEnter = function(self)
text = self:GetValue()
RunConsoleCommand("say", text)
end

http://wiki.garrysmod.com/page/DTextEntry/OnEnter
Et si je veut faire un advert je fait comment?
 
kirikoumalou

kirikoumalou

Lucas Pastel
Messages
1 057
Score réaction
200
Points
260
AyZenSantos à dit:
Et si je veut faire un advert je fait comment?
Code:
DTextEntry.OnEnter = function(self)
text = self:GetValue()
RunConsoleCommand("say", "/advert", text)
end
OU ALORS
Code:
DTextEntry.OnEnter = function(self)
text = self:GetValue()
chat.AddText(color(255,102,51), "[Pub] ", color(0,255,0), ply, color(255,0,0) , " :", text)
end
 
  • Initiateur de la discussion
AyZenSantos

AyZenSantos

Psychopathe
Messages
3 361
Score réaction
753
Points
300
kirikoumalou à dit:
Code:
DTextEntry.OnEnter = function(self)
text = self:GetValue()
RunConsoleCommand("say", "/advert", text)
end
OU ALORS
Code:
DTextEntry.OnEnter = function(self)
text = self:GetValue()
chat.AddText(color(255,102,51), "[Pub] ", color(0,255,0), ply, color(255,0,0) , " :", text)
end
Ty
 
kirikoumalou

kirikoumalou

Lucas Pastel
Messages
1 057
Score réaction
200
Points
260
EglyKozz

EglyKozz

Psychopathe
Messages
1 627
Score réaction
359
Points
310
moi aussi ;-)
 
Discord d'entraide
Rejoignz-nous sur Discord