gamemode: Add support for directly installing into addons

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2018-12-02 07:39:01 +01:00
parent 27a44edaa1
commit 004f89bd0a
4 changed files with 20 additions and 0 deletions
+1
View File
@@ -3,5 +3,6 @@
"type" : "gamemode", "type" : "gamemode",
"tags" : [ ], "tags" : [ ],
"ignore" : [ "ignore" : [
"addon.txt"
] ]
} }
+9
View File
@@ -0,0 +1,9 @@
"AddonInfo"
{
"name" "Prop Hunt"
"version" "1.0.0"
"up_date" "00/00/00"
"author_name" "Xaymar"
"author_email" "info@xaymar.com"
"author_url" "https://xaymar.com/"
}
+1
View File
@@ -3,5 +3,6 @@
"type" : "gamemode", "type" : "gamemode",
"tags" : [ "fun" ], "tags" : [ "fun" ],
"ignore" : [ "ignore" : [
"addon.txt"
] ]
} }
+9
View File
@@ -0,0 +1,9 @@
"AddonInfo"
{
"name" "Prop Hunt Extended"
"version" "1.4.0"
"up_date" "00/00/00"
"author_name" "Xaymar"
"author_email" "info@xaymar.com"
"author_url" "https://xaymar.com/"
}