GM:EntityFireBullets
Description
Called every time a bullet is fired from an entity.
This hook is called directly from Entity:FireBullets. Due to this, you cannot call Entity:FireBullets inside this hook or an infinite loop will occur crashing the game.
Arguments
Returns
1 boolean
- Return
true
to apply all changes done to the bullet table. - Return
false
to suppress the bullet.