예제 #1
0
 public void ServerCmdSetEditorCameraPlayerThird(coGameConnection client)
     {
     ((coPlayer)client["player"]).setVelocity(new Point3F("0 0 0"));
     client.setControlObject(client["player"]);
     client.setFirstPerson(false);
     bGlobal["$isFirstPersonVar"] = false;
     console.Call("clientCmdSyncEditorGui");
     }