AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Ultimate RSlot (https://forums.alliedmods.net/showthread.php?t=27785)

OneEyed 04-29-2006 07:56

Ultimate RSlot
 
2 Attachment(s)
Ultimate RSlot v1.0

Why another RSlot plugin?
Because this one gives you 2 types of reserved slot choices, standard adminslots or kick/redirection reserved slots. It also includes protection for players with X amount of kills and X amount of played time, and to add to that it records a list of players who were recently kicked so the same players won't be rekicked consecutively. The list size can be configured as well..

Code:

TITLE:                Ultimate RSlots
AUTHOR:                OneEyed
VERSION:        1.0

-- Copy & Paste settings below to amxx.cfg and fill them out!

// 0 = disabled
// 1 = no booting but fill rslots (Recommended 2-6 slots)
// 2 = kick/redirect when full or to free slot (Recommended 1 slot)
rslot_on <0|1|2>

//number of slots to reserve
rslot_slots <# of slots>

//if enabled will hide reserved slots
//(ex. 21 maxplayers will show 20/20 if rslot_slots = 1 )
rslot_hideslots <0|1>

//enable server redirection
rslot_redirect <0|1>

//ip and port of the server players will be redirected to
rslot_ip "ip:port"

//(optional) password of the server players will be redirected to
rslot_pw "none"

//--- below used for amx_reservation 2---//
//kills for rslot kicking protection (comment out #define KILLS to disable)
rslot_kills "kills"

//played time for rslot kicking protection (comment out #define PLAYEDTIME to disable)
rslot_playedtime "minutes"

NOTE:
- Disable adminslots.amxx if you use this!
- View source code to disable features through #define!


UPDATED: June 10, 2006
Fixed rslot_kills and rslot_played_time not being disabled if 0.

FatalisDK 04-29-2006 12:28

Cool, I was just wanting a better res slot plugin too!

Brad 04-29-2006 15:06

Why don't you use the Multilingual system that AMXX provides instead of having people edit the source code for a simple verbiage change?

Charming 04-29-2006 15:14

Approve, I demand v3x to approve this ^-^.

Xanimos 04-29-2006 16:06

Add in the multi-lingual stuff soon. <--Approved.

OneEyed 04-29-2006 17:15

Multi-Lingual Support Added !

FatalisDK 04-29-2006 17:17

It works perfectly sofar, good job. :)

foxmask 05-01-2006 06:19

when the server is full ; could we still join it and this plugin will kick a player to free one slot to an admin who own the b flag ?

OneEyed 05-01-2006 16:38

you need to have one slot "reserved" so players can join, and then the plugin will kick a random person so it will always be 18/19 instead of 19/19. This is how reservation must work because if its 19/19 itll always spit out server full.

foxmask 05-01-2006 16:47

Quote:

Originally Posted by OneEyed
you need to have one slot "reserved" so players can join, and then the plugin will kick a random person so it will always be 18/19 instead of 19/19. This is how reservation must work because if its 19/19 itll always spit out server full.

thanks ;)


All times are GMT -4. The time now is 08:40.

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