On_Shoot

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,095
4,813
113
At your house.
github.com
Method:
On_Shoot

Argument(s):
ShootEvent

Examples:

C# (This event is called a lot, so I decided to make It only for C#)
C#:
public void OnShoot(ShootEvent shootevent)
{
shootevent.BulletWeaponItem.clipAmmo = 24;
var Player = shootevent.Player;
}