Makers Brasil
Bem Vindos a Maker´s Brasil (um forum para criação de servidores 2D e 3D)Nos desejamos boa sorte no seu projeto!


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

Makers Brasil
Bem Vindos a Maker´s Brasil (um forum para criação de servidores 2D e 3D)Nos desejamos boa sorte no seu projeto!
Makers Brasil
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

Level Nescessario para atacar 1 Player

Ir para baixo

Level Nescessario para atacar 1 Player Empty Level Nescessario para atacar 1 Player

Mensagem por thales12 Qua Out 12, 2011 9:03 am

a pedido de 1 membro por ta ai ! o sistema.

Client~Side procure por:

Mudar o Level q o Jogador nescessita para te atacar:


Código:
' Make sure attacker is high enough level
    If GetPlayerLevel(attacker) < 10 Then
        Call PlayerMsg(attacker, "You are below level 10, you cannot attack another player yet!", BrightRed)
        Exit Function
    End If

mude para:

Código:
' Make sure attacker is high enough level
    If GetPlayerLevel(attacker) < "ponha o level q vc quer aki" Then
        Call PlayerMsg(attacker, "You are below level 10, you cannot attack another player yet!", BrightRed)
        Exit Function
    End If

Mudar o level nescessario Para você poder atacar o Jogador:

procure por:

Código:
' Make sure victim is high enough level
    If GetPlayerLevel(victim) < 10 Then
        Call PlayerMsg(attacker, GetPlayerName(victim) & " is below level 10, you cannot attack this player yet!", BrightRed)
        Exit Function
    End If

e mude para:

Código:
' Make sure victim is high enough level
    If GetPlayerLevel(victim) < "ponha o level q vc quer aki" Then
        Call PlayerMsg(attacker, GetPlayerName(victim) & " is below
level 10, you cannot attack this player yet!", BrightRed)
        Exit Function
    End If

OBS: e so aonde 10 vc por o level q tu quer...
OBS²: por favor apague o "ponha o level q vc quer aki" e ponha o level, se nao irá dar erro..

Créditos: A mim Thales12
thales12
thales12
Moderador
Moderador

Mensagens : 184
Estrelas Makers : 406
Creditos : 55
Data de inscrição : 22/03/2011
Idade : 29
Localização : Rio de Janeiro

http://www.rdmgames.tk

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