Author Topic: EditBlacklist [Version 3 Released]  (Read 3946 times)

When did you add this?

that's... been there since the thread was put up
silly

I actually added it after I posted it, but before any replies.

It was a ninja.

hm, interesting. i was thinking of making a mod like this, seems a bit nice.
if I were you, i'd also make a weapons one, so you don't have those kiddies shooting you with guns they get from another person.

also, if I were you i would just make it have a file database. that way the host can edit it even if the client isn't there. you could have it save the BLID so it'll allow you to change a preference without them.

but whatever that's just me, it's a nice mod. good job.

If it's host only, add a client.cs and a GUI.

If it's host only, add a client.cs and a GUI.
Neat idea, but I don't know an awful lot about GUIs.

Blacklist saving/loading coming in the next version whenever I decide to script it.

hm, interesting. i was thinking of making a mod like this, seems a bit nice.
if I were you, i'd also make a weapons one, so you don't have those kiddies shooting you with guns they get from another person.
Eh.

also, if I were you i would just make it have a file database. that way the host can edit it even if the client isn't there. you could have it save the BLID so it'll allow you to change a preference without them.
If you have access to the console:

Code: [Select]
findClientByName("NAME").editBlacklisted = 1;
$edBlacklist.lookFor["NAME"] = 1;

Code: [Select]
findClientByName("NAME").editBlacklisted = 0;
$edBlacklist.lookFor["NAME"] = 0;

v2 Coming out today, new feature(s):
-Auto save/load of the blacklist.
-Fixing a possible small console spam bug if blacklisting someone not in the server. (or rather adding support for blacklisting people not in the server)
-Fixing a possible issue where the editBlacklist object would re-create itself if you restarted your server.

Planned for v3 (AKA "I'm not doing this right now because I'm tired"):
-Support for blacklisting BL_IDs
« Last Edit: June 23, 2011, 02:46:43 PM by otto-san »

Oh are yu gun Mak a Grey List to and A rainbow List with Dat Grey List? or Are yu Gun Jut mAk All Of DEm Lists

Mak Moar Lists  :cookieMonster:


« Last Edit: June 24, 2011, 06:28:57 PM by Blockoverlord »

-snip-
I'd remove that last bit if I were you.

Don't want to get banned, now do we?

going to test this on my server if anyone wants to help test because i can't test it just on myself
« Last Edit: June 23, 2011, 02:49:44 PM by otto-san »

v3 released, fixing a wierd auto-blacklisting bug