Aldeia RPG

Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

Suporte ao desenvolvimento de jogos


    Monstrando quem sai do seu game

    xxstyllexx
    xxstyllexx
    Novato
    Novato


    Mensagens : 13
    Créditos : 7

    Monstrando quem sai do seu game Empty Monstrando quem sai do seu game

    Mensagem por xxstyllexx Dom Set 18, 2011 12:39 pm

    Primeiramente procure por:

    Código:
    Sub LeftGame(index)
    Dim GameName
    Dim n

    Abaixo de Dim n

    Coloque:

    Código:
            If GetPlayerAccess(index) = 0 Then
          Call GlobalMsg(GetPlayerName(index) & " (Normal) Saiu! ", 0)
        ElseIf GetPlayerAccess(index) = 1 Then
          Call GlobalMsg(GetPlayerName(index) & " (VIP) Saiu! ", 14) 
        ElseIf GetPlayerAccess(index) = 2 Then
          Call GlobalMsg(GetPlayerName(index) & " (Premium) Saiu! ", 14)
        ElseIf  GetPlayerAccess(index) = 3 Then
          Call GlobalMsg(GetPlayerName(index) & " (Game Master) Saiu! ", 14)
        ElseIf GetPlayerAccess(index) = 4 Then
          Call GlobalMsg(GetPlayerName(index) & " (ADM) Saiu! ", 14)   
        ElseIf GetPlayerAccess(index) >= 5 Then
          Call GlobalMsg(GetPlayerName(index) & " (Dono) Saiu! ", 14)

    Cred aew

      Data/hora atual: Sex Abr 19, 2024 12:54 pm