You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.
EquipmentElement.Incendiary is hardcoded as an argument to the base class of FireEventArgs, so NadeType is always incendiary. weapons[entityid] doesn't map to the right weapon so we can't use that to determine the type and of course these events have no player coded for them so simply looking at the team of whomever threw it won't work either. Not really sure how to fix this.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
EquipmentElement.Incendiary
is hardcoded as an argument to the base class ofFireEventArgs
, soNadeType
is always incendiary.weapons[entityid]
doesn't map to the right weapon so we can't use that to determine the type and of course these events have no player coded for them so simply looking at the team of whomever threw it won't work either. Not really sure how to fix this.The text was updated successfully, but these errors were encountered: