From bb7c7f8549a42eff9240c95c7a1fc120a3f82da2 Mon Sep 17 00:00:00 2001 From: jenz Date: Thu, 18 Jun 2026 14:50:47 +0200 Subject: [PATCH] should probably give vips the capacity boost by default --- discord_verificiation/scripting/unloze_player_time.sp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/discord_verificiation/scripting/unloze_player_time.sp b/discord_verificiation/scripting/unloze_player_time.sp index b109360..6bf9179 100644 --- a/discord_verificiation/scripting/unloze_player_time.sp +++ b/discord_verificiation/scripting/unloze_player_time.sp @@ -313,6 +313,14 @@ public int Native_GetPlayerWorthRTV_boost(Handle plugin, int numParams) } int avg = GetAveragePlayerActiveTimeServer(); + + //give vips the rtv/nomination/mapvote boost by default + AdminId id = GetUserAdmin(client); + if (id != INVALID_ADMIN_ID && GetAdminFlag(id, Admin_Reservation)) + { + return g_iPlayerRTVCapacity; + } + //give tier the rtv/nomination/mapvote boost if (g_iPlayerTier[client] >= g_iRtvBoost_tier) {