View Single Post
Plugin Info:     Modification:          Category:          Approver:   Johnny got his gun (102)
Gunny
Senior Member
Join Date: Mar 2004
Location: Magnolia, Texas
Old 04-23-2004 , 01:15   Clan_Tag_Protection
Reply With Quote #1

Ok, I was using this plugin with amx and decided to change one Letter in it to see if it would work with AmxModX and it did.

I changed this line
Quote:
#include <amxmod>
#include <amxmisc>
to
Quote:
#include <amxmodx>
#include <amxmisc>
(c) Copyright 2002, OLO
* This file is provided as is (no warranties).
* 2003/09/27 thomastj Altered to work with Steam
* 2004/4/22 Gunny updated to work with AmxmodX.

I have not got in touch with either of these two guys about this update and I am not going to maintain it, just wanted to pass it on.

/********************************************* ********************

Protect your clan tag on your server!

1. Create a file named clan.cfg and place it in your /addons/amxmodx/configs folder

2. Then add each members Steamid and the Clan Tag you want protected. One per line

Example of your clan.cfg:

amx_protclantag "mytag" "STEAM_0:0:123142"
amx_protclantag "mytag" "STEAM_0:0:654645"
amx_protclantag "mytag" "STEAM_0:0:457457"
amx_protclantag "anothertag" "STEAM_0:0:9988989"
amx_protclantag "anothertag" "STEAM_0:0:23432"
amx_protclantag "anothertag" "STEAM_0:0:120032"

3. Now add the following to your amxx.cfg:

exec /addons/amxmodx/configs/clan.cfg // Clan.cfg

********************************************* ***********************
Attached Files
File Type: zip clan_tag_protection.zip (11.3 KB, 5023 views)
File Type: sma Get Plugin or Get Source (clan_tag_protection.sma - 6055 views - 4.0 KB)
__________________
TEAM FORTRESS 2 - 70.85.30.25:27015
COUNTER-STRIKE SOURCE - 70.85.30.22:27015
COUNTER-STRIKE SOURCE DEATH MATCH - 70.85.30.23:27015

Last edited by Gunny; 12-10-2006 at 20:06.
Gunny is offline