SERVER:
Buscamos:
- Case "/ONLINE"
Arriva de ESO¡ Ponemos:
- Case "/NODISPO" 'No disponible
- If UserList(UserIndex).flags.nodispo = True Then
- Exit Sub
- End If
- If UserList(UserIndex).flags.nodispo = False Then
- Call SendData(ToIndex, UserIndex, 0, "||Has pasado a estar NO DISPONIBLE" & FONTTYPE_INFO)
- UserList(UserIndex).flags.nodispo = True
- Call ChangeUserChar(UserIndex)
- Exit Sub
- Case "/DISPONIBLE" ' Disponible
- If UserList(UserIndex).flags.nodispo = False Then
- Exit Sub
- End If
- Call SendData(ToIndex, UserIndex, 0, "||Has pasado a estar DISPONIBLE" & FONTTYPE_INFO)
- UserList(UserIndex).flags.nodispo = False
- Call ChangeUserChar(UserIndex)
- Exit Sub
Buscamos:
- Type Userflags
Abajo ponemos:
- NoDispo as boolean
Buscamos:
- If Len(UserList(TempCharIndex).Desc) > 1 Then
- Stat = "||Ves a " & UserList(TempCharIndex).Name & Stat & " - " & UserList(TempCharIndex).Desc
- Else
- 'Call SendData(ToIndex, UserIndex, 0, "||Ves a " & UserList(TempCharIndex).Name & Stat)
- Stat = "||Ves a " & UserList(TempCharIndex).Name & Stat
- End If
Y lo remplazamos por:
- If Len(UserList(TempCharIndex).Desc) > 1 Then
- Stat = "||Ves a " & UserList(TempCharIndex).Name & Stat & " - " & UserList(TempCharIndex).Desc
- Else
- If UserList(TempCharIndex).flags.NoDispo = True Then
- Stat = "||Ves a " & UserList(TempCharIndex).Name & Stat & " - <<NO DISPONIBLE>>"
- Exit Sub
- 'Call SendData(ToIndex, UserIndex, 0, "||Ves a " & UserList(TempCharIndex).Name & Stat)
- Stat = "||Ves a " & UserList(TempCharIndex).Name & Stat
- End If
- End If
Luego Buscamos:
- Sub MoveUserChar(ByVal UserIndex As Integer, ByVal nHeading As Byte)
Y abajo de:
- On Error Resume Next
Ponemos:
- If UserList(UserIndex).flags.NoDispo = False
- Call ChangeUserChar(UserIndex)
- exit sub
- end if
Buscamos:
- Private Sub TIMER_AI_Timer()
Y debajo de:
- On Error GoTo ErrorHandler
Ponemos:
- If UserList(UserIndex).flags.NoDispo = True Then
- Exit Sub
- End If
CLIENTE
Buscamos:
- If Nombres Then
Y arriva ponemos:
Y aca se termina el code,Porque cuando Busco los RGB En el cliente me salta cualquier cosa,Y necesito declarar variables y hacer paweutes neceitaria ayuda





![Oraculo [4] Oraculo [4]](./images/ranks/Rango28.gif)
14
![Destructor de Mentes [7] Destructor de Mentes [7]](./images/ranks/Rango19.gif)
