AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Anonymous Server (https://forums.alliedmods.net/showthread.php?t=7480)

+ARUKARI- 11-09-2004 06:11

Anonymous Server
 
3 Attachment(s)
PHP Code:

/* AMX ModX script

 (c) 2020, Aoi.Kagase (+ARUKARI-)

-=ANONYMOUS SERVER=-

A player's name is made anonymity.

================================================

-=VERSIONS=-

Releaseed(Time in JP)    Version        comment
------------------------------------------------
2004.11.09                0.1            mein release
2020.03.24                0.2            change cvars, and optimized.
================================================

-=INSTALLATION=-

Compile and install plugin. (configs/plugins.ini)

================================================

-=USAGE=-
CVARS.
    amx_anon
         0 = off, 1 = on.
    amx_anon_tag
        set string for tag. default: anon
    amx_anon_name
        set string for name. default: player

    default:
        [Anon] Player (1)
        [Anon] Player (2)
        [Anon] Player (3)
        ....
        can viewing on scoreinfo.
================================================
*/ 

When this is used, a name stops influencing it.

default setting is "Anon" and "Player".

A used example
[Anon] Player (1)
[Anon] Player (2)
[Anon] Player (3)
.
.
.
A name changes like this.
"(number)" is userID.(not SteamID)

https://f.easyuploader.app/eu-prd/up...636e377444.png

pfizerguy 11-09-2004 14:32

im not too sure what this does can you be more specific

+ARUKARI- 11-10-2004 06:48

Quote:

Originally Posted by pfizerguy
im not too sure what this does can you be more specific

Kick and Ban are simplified by UserID's being indicated in the name.

But, privacy is kept by an original name's not indicating.

Geesu 12-13-2005 10:23

Author PM me to have this plugin approved

+ARUKARI- 03-24-2020 04:02

Re: Anonymous Server
 
v0.2 released.

Napoleon_be 03-24-2020 06:38

Re: Anonymous Server
 
After 16 years, okay... Why don't u use charsmax instead of harcoding array lengths?

+ARUKARI- 03-24-2020 07:32

Re: Anonymous Server
 
Quote:

Originally Posted by Napoleon_be (Post 2688291)
After 16 years, okay... Why don't u use charsmax instead of harcoding array lengths?

omg! fixed it.
thanks.:oops:

HamletEagle 03-24-2020 09:49

Re: Anonymous Server
 
This is unexpected but nice to see someone came back to his plugin after 16 years.

+ARUKARI- 03-24-2020 10:52

Re: Anonymous Server
 
Quote:

Originally Posted by HamletEagle (Post 2688324)
This is unexpected but nice to see someone came back to his plugin after 16 years.

Recently I am updating the plugin I made in the past.
I will support it until my heart cools.


All times are GMT -4. The time now is 16:42.

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