Ir para conteúdo
  • 0

Notation Ao Matar Player Do Mesmo Ip


1579091

Pergunta

1 resposta a esta questão

Posts Recomendados

  • 0
function onKill(cid, target, lastHit)
local storage,max = 11420,3
if isPlayer(cid) and isPlayer(target) and getPlayerIp(target) == getPlayerIp(cid) then
if getPlayerStorageValue(cid,storage) == -1 then setPlayerStorageValue(cid,storage, 0) end 
if getPlayerStorageValue(cid, storage) >= max then
setPlayerStorageValue(cid,storage,0)  
doAddAccountBanishment(getPlayerAccountId(cid), target, os.time() + 48 * 3600, 5, 2, 'Banido por Multi account', 0)
doRemoveCreature(cid) 
return true
end
setPlayerStorageValue(cid,storage,getPlayerStorageValue(cid,storage)+1)
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "[Alerta] Você não pode matar players do mesmo IP, tome cuidado!")
end
return true 
end

Editado por Vodkart
Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...