diff --git a/plugins/cstrike/statsx.sma b/plugins/cstrike/statsx.sma index 667c5d51..68a85de3 100755 --- a/plugins/cstrike/statsx.sma +++ b/plugins/cstrike/statsx.sma @@ -1378,6 +1378,9 @@ public eventStartRound() // Reset killer info on round restart. public eventSpawn(id) { + if (!is_user_alive(id)) + return HAM_IGNORED + new args[1] args[0] = id