Quote from: AroliS^ on Aug 21, 2019, 07:22 PMinstead it useI did that but it doesn't solve and is not related to the original bug:Code Selectif ( pickup.Model == model )
{
pickup.RespawnTime = 5000;
}
It needs to be inside ofCode Select'onPickupPickedUp' function
Quote from: Dagger on Aug 20, 2019, 12:39 PMDescription:
The event OnPickupRespawn being executing repeatedly forever when a pickup respawns.
Here's my function:Code Selectfunction onPickupRespawn( pickup )
{
Message("Pickup ("+pickup.ID+") respawned!");
}