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:
CapsAdmin 2013-05-22 14:26:17 +00:00
parent 36e86dc22f
commit ca503a7b9f

View File

@ -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)