mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 21:17:34 +00:00
edit verif link
This commit is contained in:
parent
64cab37168
commit
34f4128874
|
@ -6,7 +6,6 @@ function gmInte.log(msg, debug)
|
|||
end
|
||||
|
||||
// Chat Command
|
||||
|
||||
local trigger = {
|
||||
"link",
|
||||
"gmint",
|
||||
|
@ -18,7 +17,7 @@ hook.Add("OnPlayerChat", "gm_inte:con-chat", function(ply, strText, bTeam, bDead
|
|||
|
||||
strText = string.sub(string.lower(strText ), 2)
|
||||
if (table.HasValue(trigger, strText)) then
|
||||
gui.OpenURL("https://gmod-integration.com")
|
||||
gui.OpenURL("https://vetif.gmod-integration.com")
|
||||
return true
|
||||
end
|
||||
end)
|
Loading…
Reference in New Issue
Block a user