Isto é uma pré-visualização de um tema em Hitskin.com
Instalar o tema • Voltar para a ficha do tema
[Sistema] Play PK
Página 1 de 1
[Sistema] Play PK
Va na Pasta Servedor e depois scripts, depois abra "Princial.Txt"
Procure Por:
TextSay = GetVar("Scripts\Comandos.ini", "TEMP", "Text" & index)
Abaixo Adicione:
If Lcase(Trim(TextSay)) = "/pkon" Then
If GetPlayerPK(index) = 1 Then
Call SetPlayerPK(index, 0)
Call PalyerMsg(index, "Você Saiu Do Modo PK!", 14)
Call GlobalMsg(GetPlayerName(index) & " Saiu Do Modo PK! ", 4)
Call SavePlayer(index)
Call PlayerWarp(index, GetPlayerMap(index), GetPlayerX(index), GetPlayerY(index), False)
Exit Sub
End If
End If
If Lcase(Trim(TextSay)) = "/pkoff" Then
If GetPlayerPK(index) = 0 Then
Call SetPlayerPK(index, 1)
Call PlayerMsg(index, "Você Entrou Em Modo PK!", 14)
Call GlobalMsg(GetPlayerName(index) & " Entrou Em Modo PK! ", 4)
Call SavePlayer(index)
Call PlayerWarp(index, GetPlayerMap(index), GetPlayerX(index), GetPlayerY(index), False)
Exit Sub
End If
End If
-----------------------------------------------------------------------------------
Creditos a min por postar
Procure Por:
TextSay = GetVar("Scripts\Comandos.ini", "TEMP", "Text" & index)
Abaixo Adicione:
If Lcase(Trim(TextSay)) = "/pkon" Then
If GetPlayerPK(index) = 1 Then
Call SetPlayerPK(index, 0)
Call PalyerMsg(index, "Você Saiu Do Modo PK!", 14)
Call GlobalMsg(GetPlayerName(index) & " Saiu Do Modo PK! ", 4)
Call SavePlayer(index)
Call PlayerWarp(index, GetPlayerMap(index), GetPlayerX(index), GetPlayerY(index), False)
Exit Sub
End If
End If
If Lcase(Trim(TextSay)) = "/pkoff" Then
If GetPlayerPK(index) = 0 Then
Call SetPlayerPK(index, 1)
Call PlayerMsg(index, "Você Entrou Em Modo PK!", 14)
Call GlobalMsg(GetPlayerName(index) & " Entrou Em Modo PK! ", 4)
Call SavePlayer(index)
Call PlayerWarp(index, GetPlayerMap(index), GetPlayerX(index), GetPlayerY(index), False)
Exit Sub
End If
End If
-----------------------------------------------------------------------------------
Creditos a min por postar
Hayashi- Iniciante
- Mensagens : 33
Créditos : 1
Ficha do personagem
Nível: 1
Experiência:
(0/0)
Vida:
(30/30)
Tópicos semelhantes
» Sistema de casas compativel com net play
» [Resolvido]Ajuda com Sistema de Pesca para Net Play
» [Resolvido] Sistema de Montagem de Char para Net Play 2
» Sistema de Loja+Sistema de Passar de Classe por Level
» Movido: [Sistema por Evento] - Sistema de Cupons
» [Resolvido]Ajuda com Sistema de Pesca para Net Play
» [Resolvido] Sistema de Montagem de Char para Net Play 2
» Sistema de Loja+Sistema de Passar de Classe por Level
» Movido: [Sistema por Evento] - Sistema de Cupons
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos