Rangos por frags de usuarios matados
2 participantes
Página 1 de 1.
Rangos por frags de usuarios matados
El código es bien simple, y es como sigue:
[SERVER]
Buscamos:
y lo remplazamos por:
El Código cada *100 muertes*, fijense de acomodarlo como les guste. Quizas hay algun rango mal jeje pero el Code anda. Acuerdénse que en donde dice RANGO debemos poner el nombre del Rango sobre esas muertes deseado
Saludos
[SERVER]
Buscamos:
- Código:
if EsNewbie(TempCharIndex) Then
Stat = " <NEWBIE>"
End If
y lo remplazamos por:
- Código:
If UserList(TempCharIndex).Stats.UsuariosMatados< 100 Then
Stat = " <RANGO>"
ElseIf UserList(TempCharIndex).Stats.UsuariosMatados > 99 _
And UserList(TempCharIndex).Stats.UsuariosMatados < 200 Then
Stat = " <RANGO>"
ElseIf UserList(TempCharIndex).Stats.UsuariosMatados >199 _
And UserList(TempCharIndex).Stats.UsuariosMatados < 300 Then
Stat = " <RANGO>"
ElseIf UserList(TempCharIndex).Stats.UsuariosMatados > 299 _
And UserList(TempCharIndex).Stats.UsuariosMatados < 400 Then
Stat = " <RANGO>"
ElseIf UserList(TempCharIndex).Stats.UsuariosMatados > 399 _
And UserList(TempCharIndex).Stats.UsuariosMatados < 500 Then
Stat = " <RANGO>"
ElseIf UserList(TempCharIndex).Stats.UsuariosMatados > 499 _
And UserList(TempCharIndex).Stats.UsuariosMatados < 600 Then
Stat = " <RANGO>"
ElseIf UserList(TempCharIndex).Stats.UsuariosMatados > 599 _
And UserList(TempCharIndex).Stats.UsuariosMatados < 700 Then
Stat = " <RANGO>"
ElseIf UserList(TempCharIndex).Stats.UsuariosMatados > 699 _
And UserList(TempCharIndex).Stats.UsuariosMatados < 800 Then
Stat = " <RANGO>"
ElseIf UserList(TempCharIndex).Stats.UsuariosMatados > 699 _
And UserList(TempCharIndex).Stats.UsuariosMatados < 800 Then
Stat = " <RANGO>"
ElseIf UserList(TempCharIndex).Stats.UsuariosMatados > 799 _
And UserList(TempCharIndex).Stats.UsuariosMatados < 900 Then
Stat = " <RANGO>"
ElseIf UserList(TempCharIndex).Stats.UsuariosMatados > 899 _
And UserList(TempCharIndex).Stats.UsuariosMatados < 1000 Then
Stat = " <RANGO>"
ElseIf UserList(TempCharIndex).Stats.UsuariosMatados >= 1000 Then
Else
Stat = " <No posee Ranking>"
End If
El Código cada *100 muertes*, fijense de acomodarlo como les guste. Quizas hay algun rango mal jeje pero el Code anda. Acuerdénse que en donde dice RANGO debemos poner el nombre del Rango sobre esas muertes deseado
Saludos
santi55Nivel 12 -
Advertencias : 1
Mensajes : 156
Puntos : 51307
Reputación : 1
Fecha de inscripción : 19/12/2010
País :
Re: Rangos por frags de usuarios matados
Buen aporte, fijate que si remplazas esto no va a aparecer el cuando sos newbie, tendrías que poner eso abajo del código que pusiste.
Y el último else es al dope porque fijate que pusiste <100 osea siempre vas a tener ranking.
Y el último else
Página 1 de 1.
Permisos de este foro:
No puedes responder a temas en este foro.