- Initiateur de la discussion
M
MrBlackMonkey137
Kixans
- Messages
- 35
- Score réaction
- 6
- Points
- 60
Bonjour,
je vois pas pourquoi mon code ne marche pas. Quelqu'un peut m'aider svp
Pour savoir. J'ai chercher des heure comment faire une url qui s'ouvre avec une commande. Mais jamais trouver donc je vous demande de l'aide.
ps : je l'ai trouver ici !
je vois pas pourquoi mon code ne marche pas. Quelqu'un peut m'aider svp
Pour savoir. J'ai chercher des heure comment faire une url qui s'ouvre avec une commande. Mais jamais trouver donc je vous demande de l'aide.
voici le !:
if ( SERVER ) then hook.Add( "PlayerSay", "playersaywebsite", function( _p, _text, public ) if ( _text == "!addons" ) then _p:ConCommand( "addons" ) return "" end end )
else concommand.Add( "addons", function() gui.OpenURL( "https://steamcommunity.com" ) end ) end