OnObjectShot
This wiki is using an old backup from 2020
Some information may be old/missing
Description
This event is called when a player shoots an object.
Syntax
onObjectShot(object,player,weapon )
Example
function onObjectShot(object,player,weapon ) { MessagePlayer("You've shot object id "+object+" with weapon id "+weapon,player) }