Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/02/18 in all areas

  1. What about adding a new tab for these servers? Give them a unique position allowing more people to actual take note of them.
    2 points
  2. 1 point
  3. function height() local jet = doesPedHaveJetPack ( localPlayer ) local x,y,z = getElementPosition (getLocalPlayer()) local height = math.floor((z*0)) if ( jet ) then if isPedOnGround(localPlayer) then z = 0 end dxDrawText("Altitude: " .. (z).."", 17, 461, 110, 498, tocolor(254, 17, 17, 254), 0.50, "bankgothic", "left", "top", false) end end addEventHandler ( "onClientRender", getRootElement(), height )
    1 point
  4. if getVehicleType(source) == 'BMX' or getVehicleType(source) == 'Bike' or getVehicleType(source) == 'Quad' then return end
    1 point
  5. local disabledVehs = { [510] = true, [509] = true, [481] = true } if disabledVehs[getElementModel(vehicle)] then return end
    1 point
  6. Você pode usar esta função: https://wiki.multitheftauto.com/wiki/DxDrawTextOnElement O uso é simples, basta ler os exemplos que ele oferece.
    1 point
  7. function height() local jet = doesPedHaveJetPack ( localPlayer ) if ( jet ) then dxDrawRectangle(40, 498, 20, 163, tocolor(0 , 0 , 0 , 100), false) local x,y,z = getElementPosition (getLocalPlayer()) local height = math.floor((z*001)) if height < 161 then dxDrawRectangle(30, 659-height, 45, 2, tocolor(255 , 255 , 255 , 115), false) elseif height < 322 then dxDrawRectangle(30, 820-height, 45, 2, tocolor(255 , 255 , 255 , 115), false) elseif height < 483 then dxDrawRectangle(30, 981-height, 45, 2, tocolor(255 , 255 , 255 , 115), false) elseif height < 644 then dxDrawRectangle(30, 1142-height, 45, 2, tocolor(255 , 255 , 255 , 115), false) elseif height < 803 then dxDrawRectangle(30, 1303-height, 45, 2, tocolor(255 , 255 , 255 , 115), false) elseif height < 962 then dxDrawRectangle(30, 1464-height, 45, 2, tocolor(255 , 255 , 255 , 115), false) end end end addEventHandler ( "onClientRender", getRootElement(), height ) PD : ¿ do you speak spanish ?
    1 point
  8. Acrescentando a resposta 4 do @DNL291: Sim, é possível restringir um script para rodar somente em um servidor específico, mas é melhor restringir por IP pois nada impede o proprietário de mudar o nome do servidor para tentar burlar o sistema de restrição. Eu desenvolvi um sistema avançado de bloqueio, ele funciona assim: De fato, não é uma tarefa fácil mexer com segurança, você precisa pensar em todas as possibilidades de invasão e armar um jeito de impedir todas elas. No fim das contas nenhum sistema é 100% seguro, mas garanto que precisa ser muito profissional para passar pela criptografia, isso está além de programadores.
    1 point
  9. I know the basics of MTA LUA that's not an issue. It's that I haven't used Shaders before, it's not my strongest sector of MTA Scripting. It's fine, I think I've got the hang of it by playing around with it for a few hours.
    1 point
  10. وعليكم السلام المود لم يعجبني
    1 point
  11. سويته مره باليوتيوب وبعض الاغاني ماتشتغل
    1 point
  12. 1 - Por onde começar, te recomendo começar aprendendo o básico do básico se seu conhecimento de Lua é zero. Se você já teve experiência com outras linguagens, você já pode ir um pouco além e aprender aquilo que sentir a necessidade, pois terá um progresso mais rápido do que alguém que está conhecendo programação/scripting pela primeira vez. O básico de Lua, pelo que eu posso te dizer é: boolean, strings, tabelas, funções, condições, loop; Introdução à linguagem: funções gerais e seus usos; funções do MTA - que é o que vai te dar toda a noção da aplicação da linguagem no MTA. Fora isso algumas coisas que naturalmente você também pode acrescentar ao seu conhecimento como, Edição de mapas, shaders, Banco de dados e o funcionamento interno do MTA que vai te ajudar entender muitas coisas com mais precisão e se aprofundar. 2 - Você vai precisar do conhecimento básico de Lua, isso é indispensável. Primeiro busque se aprofundar mais nisso, depois vem o resto 3 - setTimer | getControlState (Você pode fazer usando onClientRender no lado client) 4 - É possível impedir um script de rodar verificando o nome do servidor, mas você tem outras opções pra proteger o seu script de uma forma eficiente.
    1 point
  13. قصده انها تكتب بالوق حق السيرفر <> باين من اسمها
    1 point
  14. Jebat ga kad po cijele dane provedes u McDonalds-u i skriptanje ti djeluje zabavno hahahah
    1 point
  15. It's impossible that DNL291's post isn't working. Only if you don't know how to use it.
    0 points
×
×
  • Create New...