Client Apenas
Procure:
Mude para
Agor apertando shift vc ira correr e nao diminuir a velocidade
Creditos : Eduardo
Procure:
- Código:
If ShiftDown Then
Player(MyIndex).Moving = MOVING_RUNNING
Else
Player(MyIndex).Moving = MOVING_WALKING
End If
Mude para
- Código:
If ShiftDown Then
Player(MyIndex).Moving = MOVING_WALKING
Else
Player(MyIndex).Moving = MOVING_RUNNING
End If
Agor apertando shift vc ira correr e nao diminuir a velocidade
Creditos : Eduardo