Jump to content

AJUDA NAO ESTA PEGANDO QUANDO ELE MORRE NAO TA PERDENDO DINHEIRO QUERIA ADICIONAR UM TEMPO NA AREA PRA ELES SE TELEPORTADO ALGUEM ?


Recommended Posts

local playerData = {
        joinArea = {},
}
 
local colArea = createColRectangle(1721.97595, -1434.01538, 150,150 )
local radarArea = createRadarArea(1721.97595, -1434.01538, 130, 100, 255, 0, 0, 155)
local hitArea = 0
 
function areaEnter(thePlayer, matchingDimension)
        if (getElementType(thePlayer) == "player") then
                if hitArea < 4 then
                        hitArea = hitArea + 1
                        playerData.joinArea[thePlayer] = true                     
                end
        end
end
addEventHandler("onColShapeHit", colArea, areaEnter)
 
function areaExit(thePlayer, matchingDimension)
        if (getElementType(thePlayer) == "player") then
        if playerData.joinArea[thePlayer] then
        playerData.joinArea[thePlayer] = nil
                       
                        if hitArea > 0 then
                                hitArea = hitArea - 1
                        end
                end
        end
end
addEventHandler("onColShapeLeave", colArea, areaExit)

settings_Money =1000

function morrer()
 if playerData.joinArea[source] then
takePlayerMoney (source, tonumber(settings_Money))
playerData.joinArea[source] = nil
end
end
addEventHandler("onPlayerWasted", root, morrer)

 

Link to comment
  • Moderators

Por isso que eu ignoro post assim.

Usa todo corpo da mensagem no título, larga um Caps lock e o mais simples não explica que é um script de colshape e quando o jogador morre dentro não perde o dinheiro.

Sem falar do famoso "Ajuda" no título.

Pelo amor de Deus me ajudem;

Pf galera me ajuda nisso;

Ajuda aqui por favor;

Alguém pode me ajudar?;

Olha no que deu! Alguém pode Ajudar?;

PRECISO DE AJUDA!!!!!!!!!!!!!;

Podem me ajudar nisso?;

Pedindo ajuda de novo!;

Ajuda?;

Olá, me ajuda?;

SOCORRO LOJA DE CARRO (tem um tópico com esse título, não tem o "ajuda" mas também mostra outro nível de "criatividade")

É tanto "ajuda" que chega a ser bizarro, se usar Ctrl F na página é a palavra que mais mostra, em todas páginas aqui. Parece até que aqui não é uma seção de ajuda e a pessoa precisa colocar isso no título do tópico.

Edited by DNL291
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...