Explicando
Quando você for ver os infos de alguem e essa pessoa tiver algum algarismo no nome o comando não irá funcionar.
Client~Side
modImput
Procure por:
- Código:
Case "/info"
' Checks to make sure we have more than one string in the array
If UBound(Command) < 1 Then
AddText "Usage: /info (name)", AlertColor
GoTo continue
End If
If IsNumeric(Command(1)) Then
AddText "Usage: /info (name)", AlertColor
GoTo continue
End If
Mude para:
- Código:
Case "/info"
' Checks to make sure we have more than one string in the array
If UBound(Command) < 1 Then
AddText "Usage: /info (name)", AlertColor
GoTo continue
End If
Créditos
Ricardo
Ricardo