antiblock
Cyphriun
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
Sign in to follow this  
بيتر بروك التقاط هذا

Como Subir Para Montada A Usar Ctrl + H

2 posts in this topic

Boas cyber gamers venho vos postar um tutorial de como meter para subir montada com ctrl + h

prints:

Imagem colocada

A alternativa era CTRL + J, mas para mim o H e J estão muito longe http://cyber-gamers.org/public/style_emoticons/default/lol.gif.

Então, o que eu fiz?

Eu descompactado "root", abra o arquivo "game.py", e eu substituiu esta:

CodiGO:

def __PressHKey(self):

if app.IsPressed(app.DIK_LCONTROL) or app.IsPressed(app.DIK_RCONTROL):

net.SendChatPacket("/user_horse_ride")

else:

self.interface.OpenHelpWindow()

Com esta:

Codigo:

def __PressHKey(self):

if app.IsPressed(app.DIK_LCONTROL) or app.IsPressed(app.DIK_RCONTROL):

if player.IsMountingHorse():

net.SendChatPacket("/unmount")

else:

net.SendChatPacket("/user_horse_ride")

Espero ter ajudado se vos ajudei http://cyber-gamers.org/public/style_emoticons/default/451960.gif Fonte: InForge

Obrigado e cumprimentos

Share this post


Link to post
Share on other sites
antiblock
diamwall

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this