mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-04-21 19:45:19 +00:00
More ObsFlag Things
This commit is contained in:
parent
7477a11c2f
commit
76511f8938
4 changed files with 56 additions and 0 deletions
|
|
@ -1718,9 +1718,15 @@ function DefaultGame::clientMissionDropReady(%game, %client)
|
|||
if( %client.camera.mode $= "observerFly" || %client.camera.mode $= "justJoined")
|
||||
{
|
||||
%observer = true;
|
||||
|
||||
%client.observingFlag = false;
|
||||
%client.flagObserved = "";
|
||||
%client.flagObsTeam = "";
|
||||
|
||||
%client.observerStartTime = getSimTime();
|
||||
commandToClient(%client, 'setHudMode', 'Observer');
|
||||
%client.setControlObject( %client.camera );
|
||||
|
||||
//displayObserverHud( %client, 0 );
|
||||
// Eolk - flag stats stuff
|
||||
//updateObserverFlyHud(%client);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue