-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added weapon_restrict mod, upgraded source mod to 1.10-6501, metamod …
…to 1.11-1143
- Loading branch information
lenosisnickerboa
committed
Dec 6, 2020
1 parent
53f5395
commit b6eafd1
Showing
6 changed files
with
132 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
WEAPON_RESTRICT_HOME_URL="https://forums.alliedmods.net/showthread.php?p=950174" | ||
WEAPON_RESTRICT_URL="https://forums.alliedmods.net/attachment.php?attachmentid=162251&d=1492626443" | ||
WEAPON_RESTRICT_VERSION="3.1.7" | ||
|
||
all: build | ||
|
||
contrib: | ||
@echo "$(TARGET) weapon_restrict $(WEAPON_RESTRICT_VERSION) $(WEAPON_RESTRICT_HOME_URL) $(WEAPON_RESTRICT_URL)" | ||
|
||
dl: | ||
wget $(WEAPON_RESTRICT_URL) -O weapon_restrict.zip | ||
|
||
build: dl | ||
\rm -rf zipped >/dev/null 2>&1 | ||
mkdir zipped | ||
(cd zipped ; unzip -o ../weapon_restrict.zip) | ||
cp -af zipped/* $(MODS_ROOT)/ | ||
\rm -rf zipped | ||
|
||
clean: | ||
\rm -rf zipped weapon_restrict.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters