Conexão Maker

Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

    Auto Attack Por CheckBox

    Thales12
    Thales12
    Administrador
    Administrador


    Mensagens : 140
    Level : 8
    Data de inscrição : 01/11/2011
    Idade : 29
    Localização : Rio de Janeiro

    Auto Attack Por CheckBox Empty Auto Attack Por CheckBox

    Mensagem por Thales12 Seg Fev 13, 2012 12:46 am

    Abra o Client~Side e na frmMain crie 1 checkbox com:

    Name: chkAtk
    Caption: Auto Attack

    dps procure na modgameLogic por:

    Código:
     If CanMoveNow Then
                    Call CheckMovement ' Check if player is trying to move
                    Call CheckAttack  ' Check to see if player is trying to attack
                End If

    e mude para:

    Código:
      If CanMoveNow Then
                    If frmMain.chkAtk.Value = YES Then
                        ControlDown = True
                    End If
                   
                    Call CheckMovement ' Check if player is trying to move
                    Call CheckAttack  ' Check to see if player is trying to attack
                End If

    Créditos: By Thales12 por fazer o sistema e tutorial.

      Data/hora atual: Sex Mar 29, 2024 7:48 am