gamemode: Add support for directly installing into addons
This commit is contained in:
@@ -3,5 +3,6 @@
|
|||||||
"type" : "gamemode",
|
"type" : "gamemode",
|
||||||
"tags" : [ ],
|
"tags" : [ ],
|
||||||
"ignore" : [
|
"ignore" : [
|
||||||
|
"addon.txt"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -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/"
|
||||||
|
}
|
||||||
@@ -3,5 +3,6 @@
|
|||||||
"type" : "gamemode",
|
"type" : "gamemode",
|
||||||
"tags" : [ "fun" ],
|
"tags" : [ "fun" ],
|
||||||
"ignore" : [
|
"ignore" : [
|
||||||
|
"addon.txt"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -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/"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user