Functions are not executed remotely on the HC.
If you specify a function to be run on all clients, like so:
[[9], "zam_hc_exclude", true, false] spawn BIS_fnc_MP;
Where zam_hc_exclude is some function defined on all clients and the server, it will run on all clients and the server, except for the HC.
{F19682}