mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-16 06:37: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
|
end
|
||||||
|
|
||||||
// Chat Command
|
// Chat Command
|
||||||
|
|
||||||
local trigger = {
|
local trigger = {
|
||||||
"link",
|
"link",
|
||||||
"gmint",
|
"gmint",
|
||||||
|
@ -18,7 +17,7 @@ hook.Add("OnPlayerChat", "gm_inte:con-chat", function(ply, strText, bTeam, bDead
|
||||||
|
|
||||||
strText = string.sub(string.lower(strText ), 2)
|
strText = string.sub(string.lower(strText ), 2)
|
||||||
if (table.HasValue(trigger, strText)) then
|
if (table.HasValue(trigger, strText)) then
|
||||||
gui.OpenURL("https://gmod-integration.com")
|
gui.OpenURL("https://vetif.gmod-integration.com")
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
end)
|
end)
|
Loading…
Reference in New Issue
Block a user