- Mesaj
- 239
- Çözümler
- 7
- Beğeni
- 549
- Puan
- 805
- Ticaret Puanı
- 1
game.py:
aratılır:
onPressKeyDict[app.DIK_F4] = lambda : self.__PressQuickSlot(7)
altına eklenir:
onPressKeyDict[app.DIK_F8] = lambda : self.Kamera_func_on()
onPressKeyDict[app.DIK_F9] = lambda : self.Kamera_func_off()
aratılır:
def __SelectQuickPage(self, pageIndex):
üstüne eklenir;
def Kamera_func_on(self):
x, y, z = player.GetMainCharacterPosition()
app.SetCameraSetting(int(x), int(-y), int(z), 5000, 10, 30)
def Kamera_func_off(self):
app.SetDefaultCamera()