DevClub


Você não está conectado. Conecte-se ou registre-se

Photo

Mostrando Quem entra e Sai do Seu Jogo

Ver o tópico anterior Ver o tópico seguinte Ir para baixo  Mensagem [Página 1 de 1]

GuiinhoLP

GuiinhoLP
Membro
Bom e Muito Simples Vamo Lah !

No Principal Ou Main, Na Pasta Scripts No seu Servidor Abra o principal/Main
E Procure Por:

Código:
Sub JoinGame(index)
Dim GameName
Dim MOTD

Abaixo Adicione:

Código:
If GetPlayerAccess(index) = 0 Then
      Call GlobalMsg(GetPlayerName(index) & "  Esta Online! ", 14)
    ElseIf GetPlayerAccess(index) = 1 Then
      Call GlobalMsg(GetPlayerName(index) & "  Esta Online! ", 14) 
    ElseIf GetPlayerAccess(index) = 2 Then
      Call GlobalMsg(GetPlayerName(index) & "  Esta Online! ", 14)
    ElseIf  GetPlayerAccess(index) = 3 Then
      Call GlobalMsg(GetPlayerName(index) & "  Esta Online! ", 14)
    ElseIf GetPlayerAccess(index) = 4 Then
      Call GlobalMsg(GetPlayerName(index) & " Esta Online! ", 14)   
    ElseIf GetPlayerAccess(index) >= 5 Then
      Call GlobalMsg(GetPlayerName(index) & "  Esta Online! ", 14)

  If GetPlayerAccess(index) = 0 Then
      Call GlobalMsg(GetPlayerName(index) & "  Saiu! ", 14)
    ElseIf GetPlayerAccess(index) = 1 Then
      Call GlobalMsg(GetPlayerName(index) & "  Saiu! ", 14) 
    ElseIf GetPlayerAccess(index) = 2 Then
      Call GlobalMsg(GetPlayerName(index) & "  Saiu! ", 14)
    ElseIf  GetPlayerAccess(index) = 3 Then
      Call GlobalMsg(GetPlayerName(index) & "  Saiu! ", 14)
    ElseIf GetPlayerAccess(index) = 4 Then
      Call GlobalMsg(GetPlayerName(index) & "  Saiu! ", 14)   
    ElseIf GetPlayerAccess(index) >= 5 Then
      Call GlobalMsg(GetPlayerName(index) & "  Saiu! ", 14)

Simples Não ? >.< '

Ver o tópico anterior Ver o tópico seguinte Ir para o topo  Mensagem [Página 1 de 1]

Permissões neste sub-fórum
Não podes responder a tópicos