Primeiro Abra o Client Side
E Abra o ModGameLogic
Depois vc Procura
Check if player has the shift key down for running
If ShiftDown Then
Player(MyIndex).Moving = MOVING_RUNNING
Else
Player(MyIndex).Moving = MOVING_WALKING
End If
Depois Muda Para
Check if player has the shift key down for running
If ShiftDown Then
Player(MyIndex).Moving = MOVING_WALKING
Else
Player(MyIndex).Moving = MOVING_RUNNING
If frmMain.chkRun.Value = YES Then
Player(MyIndex).Moving = MOVING_WALKING
End If
End If
Agora Abra O FrmMain
Depois vc Cria Um Check Box Onde Você Quiser Depois Coloca Name:chkRun Caption:Correr Automaticamente E so Vc Agora se Divertir Creditos Eu não sei Quem Criou Falem Nos Comentarios os Creditos Obrigado
E Abra o ModGameLogic
Depois vc Procura
Check if player has the shift key down for running
If ShiftDown Then
Player(MyIndex).Moving = MOVING_RUNNING
Else
Player(MyIndex).Moving = MOVING_WALKING
End If
Depois Muda Para
Check if player has the shift key down for running
If ShiftDown Then
Player(MyIndex).Moving = MOVING_WALKING
Else
Player(MyIndex).Moving = MOVING_RUNNING
If frmMain.chkRun.Value = YES Then
Player(MyIndex).Moving = MOVING_WALKING
End If
End If
Agora Abra O FrmMain
Depois vc Cria Um Check Box Onde Você Quiser Depois Coloca Name:chkRun Caption:Correr Automaticamente E so Vc Agora se Divertir Creditos Eu não sei Quem Criou Falem Nos Comentarios os Creditos Obrigado