Explicando
Quando você for kickar alguem e essa pessoa tiver algum algarismo no nome o comando não irá funcionar.
Client~Side
modImput
Procure por:
- Código:
Case "/kick"
If GetPlayerAccess(MyIndex) < ADMIN_MONITOR Then GoTo continue
If UBound(Command) < 1 Then
AddText "Usage: /kick (name)", AlertColor
GoTo continue
End If
If IsNumeric(Command(1)) Then
AddText "Usage: /kick (name)", AlertColor
GoTo continue
End If
Mude para:
- Código:
Case "/kick"
If GetPlayerAccess(MyIndex) < ADMIN_MONITOR Then GoTo continue
If UBound(Command) < 1 Then
AddText "Usage: /kick (name)", AlertColor
GoTo continue
End If
Créditos
Ricardo
Ricardo