From ef4bc917126551636219a7f36b10dcc411483fec Mon Sep 17 00:00:00 2001 From: jenz Date: Fri, 4 Sep 2026 18:12:42 +0200 Subject: [PATCH] now the event couch can go through portals --- PropSpawner/scripting/PropSpawner.sp | 1 + 1 file changed, 1 insertion(+) diff --git a/PropSpawner/scripting/PropSpawner.sp b/PropSpawner/scripting/PropSpawner.sp index df03f01..df60ae0 100644 --- a/PropSpawner/scripting/PropSpawner.sp +++ b/PropSpawner/scripting/PropSpawner.sp @@ -547,6 +547,7 @@ void prop_any_create(int client) // Hook the prop so we can detect when it gets shot/damaged, and track it so we can unhook later if (g_cvNotifyShot.BoolValue) { + SetEntityFlags(prop, FL_CLIENT); //Now youre thinking with portals SDKHook(prop, SDKHook_OnTakeDamage, OnPropTakeDamage); g_aSpawnedProps.Push(prop); }