[Aporte] Comando /Retirar (Style IAO)
2 participantes
Página 1 de 1.
[Aporte] Comando /Retirar (Style IAO)
Servidor:
al final del protocol.bas ponen :
al final del protocol
al final del protocol.bas ponen :
- Código:
Private Sub HandleRetirar(ByVal UserIndex As Integer)
'Derechos a cuther, me ayudo mucho en el handle renegado
With UserList(UserIndex)
Call .incomingData.ReadByte
If UserList(UserIndex).Faccion.Milicia = 1 Then
Call WriteConsoleMsg(1, UserIndex, "Perteneces a la Milicia Republicana, antes de convertirte en renegado debes retirarte de la misma.", FontTypeNames.FONTTYPE_INFO)
Exit Sub
ElseIf UserList(UserIndex).Faccion.ArmadaReal = 1 Then
Call WriteConsoleMsg(1, UserIndex, "Perteneces a la Armada Real, antes de convertirte en renegado debes retirarte de la misma.", FontTypeNames.FONTTYPE_INFO)
Exit Sub
ElseIf UserList(UserIndex).Faccion.FuerzasCaos = 1 Then
Call WriteConsoleMsg(1, UserIndex, "Perteneces a las Fuerzas del Caos, antes de convertirte en renegado debes retirarte de la misma.", FontTypeNames.FONTTYPE_INFO)
Exit Sub
ElseIf Not UserList(UserIndex).Faccion.Milicia = 1 And Not UserList(UserIndex).Faccion.ArmadaReal = 1 And Not UserList(UserIndex).Faccion.FuerzasCaos = 1 Then
UserList(UserIndex).Faccion.Republicano = 0
UserList(UserIndex).Faccion.Ciudadano = 0
UserList(UserIndex).Faccion.Renegado = 1
Call SendData(SendTarget.ToPCArea, UserIndex, PrepareMessageCharStatus(UserList(UserIndex).Char.CharIndex, UserTypeColor(UserIndex)))
End If
End With
End Sub
- Código:
Beta
- Código:
Retirar
- Código:
Call HandleSearchObj(UserIndex)
- Código:
Case ClientPacketID.Retirar
Call HandleRetirar(UserIndex)
al final del protocol
- Código:
Public Sub WriteRetirar()
With outgoingData
Call .WriteByte(ClientPacketID.Retirar)
End With
End Sub
- Código:
Select Case Comando
- Código:
Case "/RETIRAR"
Call WriteRetirar
- Código:
Beta '/BEta arg
- Código:
Retirar
Zenitram- Aportes : 10
Mensajes : 65
Puntos : 130
Edad : 23
Zenitram- Aportes : 10
Mensajes : 65
Puntos : 130
Edad : 23
Temas similares
» [Aporte] Deatmach con comando
» [Aporte]Obj Mapa Style IAO
» [Aporte] MD ega por 1000 Style TP
» [Aporte] FrmMain (Style IAO 1.5.0) IAO CLON
» [Aporte] 2 Mapas Style IAO y 1 Mapa Torneo
» [Aporte]Obj Mapa Style IAO
» [Aporte] MD ega por 1000 Style TP
» [Aporte] FrmMain (Style IAO 1.5.0) IAO CLON
» [Aporte] 2 Mapas Style IAO y 1 Mapa Torneo
Página 1 de 1.
Permisos de este foro:
No puedes responder a temas en este foro.