I'm trying to make my own slot reservation plugin based on original adminslots plugin and f117bomb Style plugin. What i want to do is:
- if a player has b flag he can join the server using one of the 6 reserved slots
-- this player will not kick anyone
-- if all reserved slots are full then player just gets kicked with message: server full
- if a player has custom flag (for example t) he can join server by kicking someone with shortest time online
-- skips all players with flag b
-- skips all players with flag t
-- if server is full with players with b or t access, then it just kicks connecting player with message: dropped due slot reservation
Why do i need that kinda plugin?
- players can register their nicks @ website and automaticly get flag t
- i want to seperate my admins/players with b flag from players with flag t
Can someone help me with some code samples? Thanks!