Clan_Tag_Protection

Post Reply
greenie
Full Member
Full Member
Posts: 1815
Joined: Sun Nov 21, 2021 4:55 pm
Jucator SA:MP ?: Nu
Nick:: greenie
Jucator CS ?: Nu

Clan_Tag_Protection

Post by greenie »

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
#include <amxmod>
#include <amxmisc>
to
#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

********************************************* ***********************
.zip
Post Reply

Return to “Server Management”