Histórico de Curtidas
-
Brizey deu reputação a luanluciano93 em (Resolvido)[PEDIDO] Script Anti MageBomb para tfs 1.0Não testei ...
local AccPorIp = 2 function onLogin(cid) local mc = 0 for _, verificar in ipairs(Game.getPlayers()) do if Player(cid):getIp() == verificar:getIp() then mc = mc + 1 if mc > AccPorIp then return false end end end return true end