View Single Post
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 12-30-2005 , 15:49  
Reply With Quote #98

@diomant:

I really don't have any ideas on what your problem is so I'm just going to randomly try anything. Is your server running on Linux or Windows? Can you post your liblist.gam, AMXX's plugins.ini, and AMXX's modules.ini? Please paste the contents of each into [code ] tags.


@redParadise:

Quote:
Originally Posted by redParadise
Hi Brad, very very nice Plugin. But why are Admins kickt too when they are in Spec mode?
Because you didn't set the options right so they wouldn't be.

You might be interested in these two CVARs:
Quote:
Originally Posted by Options (CVARs)
pbk_immunity <iFlags>
Specifies which events players with the immunity flag will not be kicked for. A value of 0 means everyone can be kicked for any event.
  • The flags are additive.
    1: joining
    2: spectating
    4: being AFK
The default is 7 (players with immunity won't be kicked for any event)

The immunity flag is set as ADMIN_IMMUNITY by default but can be changed in the script.

pbk_immunity_warning <iFlags>
Specifies which events to show the countdown warning to players with immunity. A value of 0 will mean that the countdown is never shown for any event.
  • The flags are additive.
    1: joining
    2: spectating
    4: being AFK
The default is 7 (show warning for all events).
You may also be interested in this compiler option with the SMA itself:
Code:
//--------------------------------------------------------
// Set the flag that indicates if a player has immunity
// from being kicked.
#define IMMUNITY ADMIN_IMMUNITY
//--------------------------------------------------------
If you don't see your problem after reviewing this, let me know what your pbk_immunity CVAR is set to and give me a sample of one of your admin's access rights (what you have in your users.ini file) that is having this issue.
Brad is offline