In my gamemode there's a bottomprint that shows important information like money, but when players have an observer, the bottomprint is overwritten with something like "# Observers" because people spectate after dying (because I set minigame respawntime to -1).
Is there a way to disable the "# Observers" bottomprint?
Solution:
package PreventObserverMessage
{
function SimObject::onCameraEnterOrbit(%obj, %camera) {}
function SimObject::onCameraLeaveOrbit(%obj, %camera) {}
};
acivatePackage(PreventObserverMessage);