Author Topic: [Solved] Prevent "# Observers" from showing in bottomprint  (Read 699 times)

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:

Code: [Select]
package PreventObserverMessage
{
function SimObject::onCameraEnterOrbit(%obj, %camera) {}
function SimObject::onCameraLeaveOrbit(%obj, %camera) {}
};

acivatePackage(PreventObserverMessage);
« Last Edit: July 05, 2016, 05:03:09 PM by Farad »



yes please dont download mine