magicplayerc Posted January 21, 2019 Share Posted January 21, 2019 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
Other Languages Moderators Lord Henry Posted January 24, 2019 Other Languages Moderators Share Posted January 24, 2019 Não entendi nada. '-' Link to comment
DNL291 Posted January 24, 2019 Share Posted January 24, 2019 (edited) 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 January 24, 2019 by DNL291 Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now