Runconsolecommand version chat ?

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

WentWorth

Geek suprême
Messages
183
Score réaction
24
Points
115
Bonsoir,

J'aimerai exécuter un commande, mais c'est une commande chat, y a t il une version de cette commande 'RunConsoleCommand' mais pour le chat ?

Merci.
 
edouard292

edouard292

Geek suprême
Messages
423
Score réaction
108
Points
150
GM/PlayerSay - Garry's Mod
 
Shaar

Shaar

Geek suprême
Messages
151
Score réaction
24
Points
100
Code:
hook.Add( "PlayerSay", "NoHeckHere", function( ply, text ) local heckStart, heckEnd = string.find( text:lower(), "heck" ) if heckStart then local civilText = string.sub( text, 1, heckStart - 1 ) .. "****" .. string.sub( text, heckEnd + 1 ) return civilText end
end )
exemple du hook
 
sKyLioN

sKyLioN

Geek
Messages
25
Score réaction
9
Points
55
WentWorth à dit:
Bonsoir,

J'aimerai exécuter un commande, mais c'est une commande chat, y a t il une version de cette commande 'RunConsoleCommand' mais pour le chat ?

Merci.
Quel est déjà ta commande qui est possible dans le chat ?
 
  • Initiateur de la discussion
WentWorth

WentWorth

Geek suprême
Messages
183
Score réaction
24
Points
115
Enfait, je voudrais lancer la commande chat juste après une runconsole, ca donne ca :

Code:
RunConsoleCommand("UpdateCharModel", Outfit, Head, Gender)
-- chat command '/play'
 
ZarosOVH

ZarosOVH

Modérateur
Membre du Staff
Messages
6 527
Score réaction
5 488
Points
1 295
RunConsoleCommand(« say », « /play »)


Côté client :)
 
  • Initiateur de la discussion
WentWorth

WentWorth

Geek suprême
Messages
183
Score réaction
24
Points
115
ZarosOVH à dit:
RunConsoleCommand(« say », « /play »)


Côté client :)
Yep, ca marche merci à tous.
 
Discord d'entraide
Rejoignz-nous sur Discord