State trigger callbacks not getting called for non-owners

Hi guys, so i am shooting a projectile and at the end of the local Fire() function, i add state.Fired().
On the Attached method, i have also written state.OnFired = NetFired;
Somehow the method triggers only for the owner of the entity and gets ignored by the other clients.
Can anybody tell me how to have the event called for everyone? If it helps, my trigger variable is set to "Everyone" and mecanim is disabled.

Thank you very much