MMORPG Brasil
Ola, visitante! Agradecemos sua visita, para ter acesso a todo nosso conteúdo recomendamos que faça um cadastro no fórum, com ele você pode participar de tópicos e ter acesso a todas áreas da comunidade!

Participe do fórum, é rápido e fácil

MMORPG Brasil
Ola, visitante! Agradecemos sua visita, para ter acesso a todo nosso conteúdo recomendamos que faça um cadastro no fórum, com ele você pode participar de tópicos e ter acesso a todas áreas da comunidade!
MMORPG Brasil
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

[ALL]Comando /AFK

+2
extreme
SexyHoT
6 participantes

Ir para baixo

[ALL]Comando /AFK Empty [ALL]Comando /AFK

Mensagem por SexyHoT Qua 28 Abr 2010, 08:44

Bom vamos la:Server>Script>"Principal ou Main"

No Principal ou Main proucure por:

Código:
If LCase(Trim(TextSay)) = "/admin" Then
        If GetPlayerAccess(index) > 0 Then
            Call PlayerMsg(index, "Comandos Sociais:", 15)
            Call PlayerMsg(index, ";mensagem = Mensagem Global", 15)
            Call PlayerMsg(index, "@mensagem = Mensagem Administrativa", 15)
            Call PlayerMsg(index, "Para mais comandos digite: /admincmd", 15)
        End If
    Exit Sub
    End If


Abaixo Add:
Código:

Select Case LCase(Trim(TextSay))   
Case "/afk"
'If GetPlayerAccess(index) >= 1 Then[/color]
[b]If GetVar("Contas" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "Status") = 0 Then
Call GlobalMsg(GetPlayerName(index) & " está ausente.", 14)
Call PutVar("Contas" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "Status", 1)
Call PutVar("Contas" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "TempPlayerName", GetPlayerName(index))
Call SetPlayerName(index, GetPlayerName(index) & " (AFK)")
Call SendPlayerData(index)
Exit Sub
ElseIf GetVar("Contas" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "Status") = 1 Then
Call SetPlayerName(index, GetVar("Contas" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "TempPlayerName"))
Call GlobalMsg(GetPlayerName(index) & " retornou.", 14)
Call PutVar("Contas" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "Status", 0)
Call SendPlayerData(index)
Exit Sub
End If
'End If



Vamos la não me do bem na explicaçao:


Select Case LCase(Trim(TextSay))
Case "/afk"'O Comando
'If GetPlayerAccess(index) >= 1 Then 'aki quer dizer que apenas acesso 1 ou superior poderam usar.
If GetVar("Contas\" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "Status") = 0 Then 'manda para o servidor.
Call GlobalMsg(GetPlayerName(index) & " está AFK.", 14)'mensagem que aparecera quando usado o Comando
Call PutVar("Contas\" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "Status", 1)
Call PutVar("Contas\" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "TempPlayerName", GetPlayerName(index))
Call SetPlayerName(index, GetPlayerName(index) & " (AFK)")' ficara do lado do seu nome
Call SendPlayerData(index)
Exit Sub
ElseIf GetVar("Contas\" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "Status") = 1 Then
Call SetPlayerName(index, GetVar("Contas\" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "TempPlayerName"))
Call GlobalMsg(GetPlayerName(index) & " retornou.", 14)aki mostra q vc "Voltou" retorno
Call PutVar("Contas\" & GetPlayerLogin(index) & ".ini", "CHAR" & GetPlayerCharNum(index), "Status", 0)
Call SendPlayerData(index)
Exit Sub
End If
'End If


Créditos: Igor Tesch
SexyHoT
SexyHoT
Membro Sênior
Membro Sênior

Mensagens : 351

http://www.cycloneteam.net

Ir para o topo Ir para baixo

[ALL]Comando /AFK Empty Re: [ALL]Comando /AFK

Mensagem por extreme Qua 28 Abr 2010, 12:32

Bom .-.
extreme
extreme
Membro
Membro

Mensagens : 213

Ir para o topo Ir para baixo

[ALL]Comando /AFK Empty Re: [ALL]Comando /AFK

Mensagem por Cris~ Qua 28 Abr 2010, 12:44

Muito Bom Mais Jah Vem Na Versão Ebb
Cris~
Cris~
Membro Veterano
Membro Veterano

Mensagens : 1574

Ir para o topo Ir para baixo

[ALL]Comando /AFK Empty Re: [ALL]Comando /AFK

Mensagem por Hunter Qua 28 Abr 2010, 14:27

Ótimo para Usuários da velha e eficiente E. Diamond!
Hunter
Hunter
Membro
Membro

Mensagens : 200

Ir para o topo Ir para baixo

[ALL]Comando /AFK Empty Re: [ALL]Comando /AFK

Mensagem por Lucas Roberto Seg 03 maio 2010, 14:24

MUITO BOM Idea
Lucas Roberto
Lucas Roberto
Membro Veterano
Membro Veterano

Mensagens : 1794

http://universogamesmmo.forumeiros.com/forum

Ir para o topo Ir para baixo

[ALL]Comando /AFK Empty Re: [ALL]Comando /AFK

Mensagem por Lucas_NELINE Seg 03 maio 2010, 14:26

baum seu tuto, + cred pra tu
Lucas_NELINE
Lucas_NELINE
Banido
Banido

Mensagens : 198

Ir para o topo Ir para baixo

[ALL]Comando /AFK Empty Re: [ALL]Comando /AFK

Mensagem por Conteúdo patrocinado


Conteúdo patrocinado


Ir para o topo Ir para baixo

Ir para o topo

- Tópicos semelhantes

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