Counter Strike Clan Tag Protection
Description:
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.
/********************************************* ********************
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
********************************************* ***********************
DOWNLOAD NOW
clan_tag_protection. zip (11.3 KB, 3029 views)
Get Plugin or Get Source (clan_tag_protection.sma - 2931 views - 4.0 KB)
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.
/********************************************* ********************
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"
exec /addons/amxmodx/configs/clan.cfg // Clan.cfg
********************************************* ***********************
DOWNLOAD NOW
Get Plugin or Get Source (clan_tag_protection.sma - 2931 views - 4.0 KB)
Post a Comment