mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
init
This commit is contained in:
22
lua/autorun/gm_metrostroi_content.lua
Normal file
22
lua/autorun/gm_metrostroi_content.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
if CLIENT then
|
||||
return
|
||||
end
|
||||
local workshopid = {
|
||||
261801217, -- Original addon
|
||||
--1095088360,
|
||||
1095094174, -- Pack 1
|
||||
1095098251, -- Pack 2
|
||||
1095100683, -- Pack 3
|
||||
1095105863, -- Pack 4
|
||||
1095109617, -- Pack 5
|
||||
1095111608, -- Pack 6
|
||||
674649096,
|
||||
348429431,
|
||||
}
|
||||
print("-Starting adding metrostroi workshop addons...")
|
||||
print("-Workshop addons in base:"..#workshopid)
|
||||
for k,v in pairs(workshopid) do
|
||||
resource.AddWorkshop(tostring(v))
|
||||
print("--Added a "..v.." workshop addon.")
|
||||
end
|
||||
print("-End of adding workshop addons...")
|
||||
Reference in New Issue
Block a user