mirror of
https://github.com/CapsAdmin/pac3.git
synced 2025-03-04 03:03:01 -05:00
added "moved to github" message
git-svn-id: http://gmodcapsadmin.googlecode.com/svn/trunk/addons/pac3@761 047d434e-d786-fb00-e516-99c5e643cd71
This commit is contained in:
parent
36e86dc22f
commit
ca503a7b9f
@ -11,4 +11,13 @@ local cvar = CreateConVar("pac_restrictions", "0", FCVAR_REPLICATED)
|
|||||||
|
|
||||||
function pac.GetRestrictionLevel()
|
function pac.GetRestrictionLevel()
|
||||||
return cvar:GetInt()
|
return cvar:GetInt()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
timer.Create("pac_to_git_notify", 30, 0, function()
|
||||||
|
print("!!!!PAC3 has moved to GitHub!!!!")
|
||||||
|
print("the new address is:")
|
||||||
|
print("https://github.com/CapsAdmin/pac3")
|
||||||
|
|
||||||
|
print("to keep using svn change the svn address to:")
|
||||||
|
print("https://github.com/CapsAdmin/pac3.git/trunk")
|
||||||
|
end)
|
Loading…
Reference in New Issue
Block a user