diff --git a/ReservedSlot/scripting/ReservedSlot.sp b/ReservedSlot/scripting/ReservedSlot.sp index 8660f40f..15da6235 100644 --- a/ReservedSlot/scripting/ReservedSlot.sp +++ b/ReservedSlot/scripting/ReservedSlot.sp @@ -189,7 +189,7 @@ stock bool KickValidClient(const char[] sName, const char[] sSteam32ID, AdminId /* Alive non-donator with IdleTime > 30 * Sort by idle time and don't kick donators and item owners. - */ + * if(!Donator && IsPlayerAlive(client) && !HasItem) { if(IdleTime > 30 && IdleTime > HighestValue[2]) @@ -198,7 +198,7 @@ stock bool KickValidClient(const char[] sName, const char[] sSteam32ID, AdminId HighestValueClient[2] = client; } } - /* Alive non-donator with IdleTime > 30 */ + * Alive non-donator with IdleTime > 30 */ } // Check if any condition was met in the correct order and perform kick