Page MenuHomeFeedback Tracker

Trigger and object within it
Assigned, UrgentPublic

Description

If you create a trigger, and an object inside it, and then shoot next to them at zombies, the server crashes.

This only happens with a static object inside, if you remove it, or replace it with an inventory item, a car, etc., everything works well.

vector m_position = GetGame().GetPlayer().GetPosition();
Trigger m_trigger = GetGame().CreateObject("Trigger", m_position);
Object m_shit = GetGame().CreateObject("ShitGround", m_position);

Details

Severity
Crash
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General

Event Timeline

nIkRon created this task.Feb 11 2021, 4:19 PM
nIkRon updated the task description. (Show Details)Feb 11 2021, 6:17 PM
Geez changed the task status from New to Assigned.Feb 12 2021, 3:34 PM