Is it possible to remove the hud and value of the kevlar? like for example when you get damaged by point_hurt it kills you instead of taking your armor.
Is it possible to remove the hud and value of the kevlar? like for examplewhen you get damaged by point_hurt it kills you instead of taking your armor.
sourcemod plugin.sp
PHP Code:
#include <sdktools>
public OnPluginStart()
{
HookEventEx("round_freeze_end", round_freeze_end, EventHookMode_PostNoCopy);
round_freeze_end(INVALID_HANDLE, NULL_STRING, false);
}