Commande qui ouvre le workshop

  • Initiateur de la discussion
Azrod

Azrod

Geek suprême
Messages
355
Score réaction
24
Points
130
Bonjour, je cherche une commande (!steam) qu'un joueur écrirait dans le workshop et ce la lui ouvrirait la console.

Code que m'avait fait @Reese Roite il y a un moment de cela:
Code:
if CLIENT then local commande = "!steam" local url = "http://steamcommunity.com/id/roite1" local function steamcollection(ply, text, teamchat,dead) if dead then return false end text = string.lower(text) if text == commande then gui.OpenURL(url) end end hook.Add("OnPlayerChat","Reeset'asfaittontrucàlacollection",steamcollection)
end
Petit problème, quand un jouer écrit !steam, cela ouvre le workshop aux autres joueurs aussi
 
LuCampbell

LuCampbell

Geek suprême
Messages
88
Score réaction
18
Points
115
Il faut ajouter la fonctione Local player ;)
Je sais pas trop comment on le fait mais je sais qu'elle existe
 
Valfunde

Valfunde

Helpeur Divin
Messages
3 800
Score réaction
1 235
Points
450
Je te donne ça, 2 sec
 
Valfunde

Valfunde

Helpeur Divin
Messages
3 800
Score réaction
1 235
Points
450
Code:
local function LinkChatCommand(ply, text) if string.find(text, '^[!/]steam') then if ply == LocalPlayer() then gui.OpenURL("http://steamcommunity.com/sharedfiles/filedetails/?id=782768409") end end end
hook.Add('OnPlayerChat', 'LinkChatCommand', LinkChatCommand)
 
  • J'aime
Réactions: Yoh Sambre ♪
  • Initiateur de la discussion
Azrod

Azrod

Geek suprême
Messages
355
Score réaction
24
Points
130
Valfunde à dit:
Code:
local function LinkChatCommand(ply, text) if string.find(text, '^[!/]steam') then if ply == LocalPlayer() then gui.OpenURL("http://steamcommunity.com/sharedfiles/filedetails/?id=782768409") end end end
hook.Add('OnPlayerChat', 'LinkChatCommand', LinkChatCommand)
Merci !
 
  • Initiateur de la discussion
Azrod

Azrod

Geek suprême
Messages
355
Score réaction
24
Points
130
Valfunde à dit:
Code:
local function LinkChatCommand(ply, text) if string.find(text, '^[!/]steam') then if ply == LocalPlayer() then gui.OpenURL("http://steamcommunity.com/sharedfiles/filedetails/?id=782768409") end end end
hook.Add('OnPlayerChat', 'LinkChatCommand', LinkChatCommand)
lua/autorun ?
 
Valfunde

Valfunde

Helpeur Divin
Messages
3 800
Score réaction
1 235
Points
450
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 285
Score réaction
9 687
Points
1 845
Valfunde à dit:
Code:
local function LinkChatCommand(ply, text) if string.find(text, '^[!/]steam') then if ply == LocalPlayer() then gui.OpenURL("http://steamcommunity.com/sharedfiles/filedetails/?id=782768409") end end end
hook.Add('OnPlayerChat', 'LinkChatCommand', LinkChatCommand)
Court , Propre , Efficace ta copine te le dit souvent :]
 
  • J'aime
Réactions: kirikoumalou et Valfunde
  • Initiateur de la discussion
Azrod

Azrod

Geek suprême
Messages
355
Score réaction
24
Points
130
Yoh Sambre ♪ à dit:
Court , Propre , Efficace ta copine te le dit souvent :]
COMME BA B.. ah bah non en fait.
 
Valfunde

Valfunde

Helpeur Divin
Messages
3 800
Score réaction
1 235
Points
450
Yoh Sambre ♪ à dit:
Court , Propre , Efficace ta copine te le dit souvent :]
Ouuiii mdrrrr
 
Reese Roite

Reese Roite

Psychopathe
Messages
952
Score réaction
90
Points
250
Ah Oue je suis désolé j'y avais pas pensé
 
  • Initiateur de la discussion
Azrod

Azrod

Geek suprême
Messages
355
Score réaction
24
Points
130
Reese Roite

Reese Roite

Psychopathe
Messages
952
Score réaction
90
Points
250
Proch
Azrod à dit:
Prochaine fois attends Pas 3 mois pour le dire je te l'arrange direct ;)
 
  • Initiateur de la discussion
Azrod

Azrod

Geek suprême
Messages
355
Score réaction
24
Points
130
Reese Roite à dit:
Proch

Prochaine fois attends Pas 3 mois pour le dire je te l'arrange direct ;)
Je venais de le remarquer ;) Et c'étais sur mon ancien compte et depuis j'ai un nouveau serv :p
 
Reese Roite

Reese Roite

Psychopathe
Messages
952
Score réaction
90
Points
250
Azrod à dit:
Je venais de le remarquer ;) Et c'étais sur mon ancien compte et depuis j'ai un nouveau serv :p
Darkrp ;)
 
  • Initiateur de la discussion
Azrod

Azrod

Geek suprême
Messages
355
Score réaction
24
Points
130
Reese Roite

Reese Roite

Psychopathe
Messages
952
Score réaction
90
Points
250
  • Initiateur de la discussion
Azrod

Azrod

Geek suprême
Messages
355
Score réaction
24
Points
130
Discord d'entraide
Rejoignz-nous sur Discord