Petite question

  • Initiateur de la discussion
R

relioo123

Nouveau né
Messages
3
Score réaction
0
Points
15
Bonjour/bonsoir j'aimerai savoir comment crer une commande comme " !forum " qui nous ouvre donc le forum merci !
 
BCZ Gaming

BCZ Gaming

Psychopathe
Messages
1 301
Score réaction
129
Points
275
https://steamcommunity.com/sharedfiles/filedetails/?id=872176422
 
thepsyca

thepsyca

Psychopathe
Messages
2 164
Score réaction
648
Points
365
relioo123 à dit:
Bonjour/bonsoir j'aimerai savoir comment crer une commande comme " !forum " qui nous ouvre donc le forum merci !
Code:
SERVER :
util.AddNetworkString( "forumouvretoi" )
hook.Add("PlayerSay", "fofoopen", function(ply, text, team) if text == "!forum" then net.Start("forumouvretoi") net.Send(ply) return "" end
end)
CLIENT :
net.Receive("forumouvretoi", function(len, pl) gui.OpenURL("http://steamcommunity.com/groups/glua")
end)
 
Discord d'entraide
Rejoignz-nous sur Discord