AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Enter / Exit Announcement (https://forums.alliedmods.net/showthread.php?t=3121)

kingpin 06-26-2004 20:50

Enter / Exit Announcement
 
1 Attachment(s)
written cuz I was bored and deagle needed an announcer ;)

Code:

/* AMX Mod X script.
**********************************************************************************
 
        Written By KingPin( [email protected] ). I take no responsibility
        for this file in any way. Use at your own risk. No warranties of any kind.
                                www.KingPinServers.com
       
**********************************************************************************
*        Makes a nice golden announcement in the middle of screen saying
*        person X has joined or left the server.
*
*        Version log
*        .1 :        First version testing and making sure it works
*
*        .2 :        fixed the fact that I forgot to add a reference to the player name
*                    who entered. ok so im stupid ;)
*
*  .3 :    Added admin level to the name.
*
*  .4 :    umm dont ask.....
*
*  .5 :    remade it so now you can use rank in the user enter message
*
*********************************************************************************
*
*  use &ranked& only if you have csstats by amxx running.
*
*/

#include <amxmodx>
#include <csstats>

public plugin_modules() {
        require_module("csstats")
}

New version .3 added it has a admin announce for amin_ban level and a cvar to turn on off which is amx_announcment 1|0. am working on it more to make announcements for different admin levels and for special steam_id's. will be all cvar controlled ofcourse.

Ok I lost the sma for .3.... dont ask e how lol but I redid most of this plugin and am releasing a version .5 yes there is a version missing dont ask me about that either. the new version comes with server rank after the name based on csstats module. if you dont have csstats this plugin wont run, simple as that.

Peli 06-26-2004 20:53

Very nice KingPin , good to see this plugin , since a lot of people were requesting it.

BigBaller 06-26-2004 20:57

If you people dont bother to do some forum searching then you would relize I already made this plugin

http://forums.alliedmods.net/showthread.php?p=3020#3305

Deagle 06-26-2004 22:08

it is made?? i searched forum what ar u on about baller
i also searched amx forum??
anyways nice work here mate hope u fixed the mem leak :wink:

edit: i entered search pattern enter leaver, u try and write enter leaver pls
in search why on earth would i have any reason whatsoever to request a allready made plugin i typed enter leaver and got nothing

kingpin 06-26-2004 22:14

yeah deagle there was a minor typo but big problems with it I fixed that and it seemed to work fine for me. so I uploaded it.

Deagle 06-26-2004 22:17

just ran a test it loads nicely mate thanks a bunch
now it wont say
KINGPIN has entered the server each time a person steps in will it ?!
:wink:

Regards mate bloody nicely done

Deag

Deagle 06-26-2004 22:24

i really dont like having the titel scriptkiddy i wouldnt know c++ or html if it was slammed in my face with a showel :D amx user was just fine....
or maybe support helper!? yea sounds sweet...
4 a.m i need to sleep but i had to see the outcome of this here plugin
night guys deagle out

Peli 06-26-2004 22:28

Baller , a lot of people requested this , some of them didn't even check if it was made. Blame them. :)

BigBaller 06-27-2004 00:16

Quote:

Originally Posted by Peli
Baller , a lot of people requested this , some of them didn't even check if it was made. Blame them. :)

Yea no kidding, soo now we have 2 seprate plugins with 2 diff plugin authors on 2 diff posts when I created that per request a LONG time ago. I guess people just dont search forums very well.

Deagle 06-27-2004 09:24

mate pls read my post i did a search with "enter leaver" as words
as i said once again...
why on earth would i have any reason whatsoever to request something
that is allready made
i just wanted a simple announcer plugin
but i must say this one is not simple its golden colour middle centered
perfect 8)


All times are GMT -4. The time now is 11:28.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.