Raised This Month: $51 Target: $400
 12% 

Clan only night without server password?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Finalheaven
Member
Join Date: Jun 2004
Location: Cambridge, MA
Old 02-01-2005 , 10:23   Clan only night without server password?
Reply With Quote #1

I wanted to have a "sporting event" of sorts where only those with authorization to use our clan tag would be allowed into the server (using amx_protclantag). Now, I know one way would be to password the server and give all those involved the password.

I remember the command amx_leave <tag>, <tag>, <tag>... is an amxx command that would kick anyone from the server without the <tag> specified.

Is there anyone way to make the server only allow players with <tag> into the server? This is only temporary I would use this one night a month.
Finalheaven is offline
Send a message via AIM to Finalheaven
f1del1ty.oXi
Veteran Member
Join Date: Nov 2004
Old 02-01-2005 , 16:25  
Reply With Quote #2

clan tag reservation in users.ini?

"[Clan]" "" "b" "be"

Should work, should it not? =\
__________________
f1del1ty.oXi is offline
Finalheaven
Member
Join Date: Jun 2004
Location: Cambridge, MA
Old 02-02-2005 , 11:05  
Reply With Quote #3

Quote:
Originally Posted by f1del1ty.oXi
clan tag reservation in users.ini?

"[Clan]" "" "b" "be"

Should work, should it not? =\
Hmm, that would if I set the server as 20 reserved slots. That you suggest I do that. I was thinking that, or set a server password? Hmm. ok, thanks.
Finalheaven is offline
Send a message via AIM to Finalheaven
FeuerSturm
AlliedModders Donor
Join Date: Apr 2004
Old 02-02-2005 , 16:08  
Reply With Quote #4

look for this in amxx.cfg
Code:
// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
amx_mode 1
set it to mode 2 nd add all people you want to be able to play
to your users.ini and you're done.
everyone that's not in your list will be kicked.
FeuerSturm is offline
pendragon
Senior Member
Join Date: Mar 2004
Location: In a bubble
Old 02-03-2005 , 01:17  
Reply With Quote #5

Quote:
Originally Posted by FireStorm
look for this in amxx.cfg
Code:
// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
amx_mode 1
set it to mode 2 nd add all people you want to be able to play
to your users.ini and you're done.
everyone that's not in your list will be kicked.
seems to be just as much trouble (if not more so) than to give all those same people that you need their steam IDs for the server password. that is, of course, assuming you dont already have their IDs.
If you already did have their IDs then this would be the best solution for you because a clan tag reservation plugin would just mean that ANYONE that sports your tag (even if they are not in your clan) can join your server.
__________________
pendragon is offline
Send a message via ICQ to pendragon
Finalheaven
Member
Join Date: Jun 2004
Location: Cambridge, MA
Old 02-04-2005 , 10:06  
Reply With Quote #6

No, no one can wear the tag without getting kicked, unless I've added them to my amxx.cfg file. So amx_mode 2 is really the best solution, combined with a line in the users.ini file that allows people with the tag to play.

Here's my concern: Because I already use the users.ini file for setting up my admins, if I add the line "[TAG]" "" "z" "be" and set amx_mode 2, wouldn't that make everyone with the tag who entered the server a user (no admin)? OR, with amx_mode 2 set, should I just use "[TAG]" "" "b "be" to grant access?

as written before, amx_mode grants access to those listed in the user list. Would that count?
Finalheaven is offline
Send a message via AIM to Finalheaven
Finalheaven
Member
Join Date: Jun 2004
Location: Cambridge, MA
Old 02-04-2005 , 13:55  
Reply With Quote #7

bump?
Finalheaven is offline
Send a message via AIM to Finalheaven
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:14.


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