Ir para conteúdo
  • 0

[Pedido] Ant Mc


jogadorinfinito

Pergunta

5 respostass a esta questão

Posts Recomendados

  • 0

-- [( XTibia.com )] --
local maximo = 0 -- Maximo de IP's iguais permitidos.

function remove(r)
if #getPlayersByIp(getPlayerIp(r.pid)) >= r.maximo then
addEvent(doRemoveCreature, 100, r.pid)
end
return TRUE
end

function onLogin(cid)
if getPlayerGroupId(cid) <= 1 then
if isInArray(getPlayerIp(cid)) == FALSE then
addEvent(remove, 300, {pid = cid, maximo = maximo+1})
addEvent(doPlayerSendTextMessage, 2*1000, cid, 23, "Remember, Multi-Clients is not permited!")
end
end
return TRUE
end

 

nen sei quem fez o script catei de um ot que eu tinha aqui no pc.

 

bota em creaturescripts.

Link para o comentário
Compartilhar em outros sites

  • 0

-- [( XTibia.com )] --
local maximo = 0 -- Maximo de IP's iguais permitidos.

function remove(r)
if #getPlayersByIp(getPlayerIp(r.pid)) >= r.maximo then
addEvent(doRemoveCreature, 100, r.pid)
end
return TRUE
end

function onLogin(cid)
if getPlayerGroupId(cid) <= 1 then
if isInArray(getPlayerIp(cid)) == FALSE then
addEvent(remove, 300, {pid = cid, maximo = maximo+1})
addEvent(doPlayerSendTextMessage, 2*1000, cid, 23, "Remember, Multi-Clients is not permited!")
end
end
return TRUE
end

 

nen sei quem fez o script catei de um ot que eu tinha aqui no pc.

 

bota em creaturescripts.

Entao vlw ... mais e pra quem não sabe ativar o script

tente colocar por inteiro , mas muito obrigado por me dispoibilizar esse script ja dei seu rep

Link para o comentário
Compartilhar em outros sites

  • 0

Duplica um arquivo na pasta data/creaturescripts/scripts e nomeia para "antmc" sem as aspas e nele cole:

-- [( XTibia.com )] --
local maximo = 0 -- Maximo de IP's iguais permitidos. 

function remove(r)
if #getPlayersByIp(getPlayerIp(r.pid)) >= r.maximo then 
addEvent(doRemoveCreature, 100, r.pid) 
end 
return TRUE
end 

function onLogin(cid)
if getPlayerGroupId(cid) <= 1 then
if isInArray(getPlayerIp(cid)) == FALSE then 
addEvent(remove, 300, {pid = cid, maximo = maximo+1}) 
addEvent(doPlayerSendTextMessage, 2*1000, cid, 23, "Remember, Multi-Clients is not permited!") 
end 
end
return TRUE 
end

 

Agora em creaturescripts.xml cole a tag:

<event type="login" name="AntMc" event="script" value="antmc.lua"/>

 

-------------------

Explicadinho agora, Créditos da postagem para @AnneMotta.

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...