Skip to content

event onPlayerShot (client-side)

Available since version: 0.3.5

This event is triggered after player shot projectile using ranged weapon.

Parameters

int playerid, Item munition
  • int playerid: the id of the shooting player.
  • Item munition: the item object. For more information see Item class.