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
The bz_eShotFiredEvent event contains the shotID. The bz_eServerShotFiredEvent contains the shotGUID.
It is possible to get the shotGUID from the shotID and playerID, but it is not possible to do the reverse.
It is not possible to do certain techniques or actions solely from the shotGUID, such as ending shots early.
In short, this presents difficulties when implementing various features or techniques in custom flags or additional shot/bullet trickery in other modes. (If not causing them to become nonviable options.)
The text was updated successfully, but these errors were encountered:
Zehra
changed the title
[BZFS API] Function for getting shotID from shotGUID or additional data in bz_eServerShotFiredEvent
[BZFS API] Unable to get shotID compare to shotGUID from server shots
Nov 6, 2023
Edited for clarify:
The
bz_eShotFiredEvent
event contains theshotID
. Thebz_eServerShotFiredEvent
contains theshotGUID
.It is possible to get the
shotGUID
from theshotID
andplayerID
, but it is not possible to do the reverse.It is not possible to do certain techniques or actions solely from the
shotGUID
, such as ending shots early.In short, this presents difficulties when implementing various features or techniques in custom flags or additional shot/bullet trickery in other modes. (If not causing them to become nonviable options.)
The text was updated successfully, but these errors were encountered: