Ejemplo n.º 1
0
 public void ReturnControlPlayer()
 {
     MovementCtrl.DebugPlayerControllerPtr = 0;
     IngameFuncs.EnableLogic(10000, true);
     WorldChrMan.LocalPlayer.View();
 }
Ejemplo n.º 2
0
 public void SwitchControlPlayer()
 {
     MovementCtrl.DebugPlayerControllerPtr = WorldChrMan.LocalPlayer.MovementCtrl.ControllerPtr;
     IngameFuncs.EnableLogic(10000, false);
     View();
 }