Jump to content

#RooTs

Members
  • Posts

    1,991
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by #RooTs

  1. Look, nice very, congratulations
  2. @Mana, o assunto não tem nada haver com o MTA e sim o assunto tem haver com GTA, então Offtopic..
  3. 2 people helped, I and you
  4. kkkkkk @Banex Só rindo mesmo, Xeon não entende as coisas e quer me zoar kkkkkkk tadinho, precisa aprender mais, pior que ele passa mais tempo que eu aqui no forum LOLLLLLL posso não saber o que é OOP mais eu do uma surra no Xeon em LUA VOLTANDO O ASSUNDO PARA NÃO IR TOPICOFF...... entendi Banex
  5. that's a shame, no respect here, because having the same script edited and compiled here? that's funny, makes the rules more not follow them
  6. example look, sorry more I tried to help https://wiki.multitheftauto.com/wiki/Dx ... dRectangle https://wiki.multitheftauto.com/wiki/DxDrawLine
  7. in this time not. I am in dispositive mobile
  8. or local seconds = getTickCount() / 1000 local angle = math.sin(seconds) * 80 dxDrawImage ( screenWidth/2 - 50, 0, 100, 240, 'arrow.png', angle, 0, -120 )
  9. @Banex, não tem valor verdadeiro ou Falso se ele for ou não do Grupo ? Exemplo: if seat == 0 and not jacked and getPlayerTeam(player) and getPlayerTeam(player) ~= getTeamFromName("Policia Militar") then setVehicleEngineState(source, false) else setVehicleEngineState(source, true) end me corrija se eu estiver errado, por é errando que agente aprende
  10. I know more what is OOP
  11. @Xeon, why not use? local px, py, pz = getElementPosition ( getLocalPlayer ( ) ) I did not understand, the which is oop?
  12. Não tinha notado local theTeam = getPlayerTeam(thePlayer,getTeamFromName("Policia Militar")) if theTeam then e esqueci de fechar a if end
  13. Não há necessidade de usar tantas variaveis desse jeito, apenas uma linha basta Vehiculo02 = createVehicle( 497, 1562.2846679688, -1613.2075195313, 13.3828125, 0, 0, 0) tente isso, ( não testado ) Vehiculo02 = createVehicle( 497, 1562.2846679688, -1613.2075195313, 13.3828125, 0, 0, 0) function EnterVehicle ( theVehicle, seat, jacked ) local team = getPlayerTeam(thePlayer) if team and getTeamName(team) == "Policia Militar" then toggleControl ( "accelerate", false ) -- disable the accelerate key toggleControl ( "brake_reverse", false ) -- disable the brake_reverse key toggleControl ( "handbrake", false ) -- disable the handbrake key setControlState ( "accelerate", false ) -- force the accelerate key on else toggleControl ( "accelerate", true ) toggleControl ( "brake_reverse", true ) toggleControl ( "handbrake", true ) setControlState ( "accelerate", true ) end addEventHandler ( "onClientPlayerVehicleEnter", Root, EnterVehicle )
  14. "!Mr.JooTa" name="Radar Gta 5" type="script" version="1.0.7"/> what tell me about it? not to mention that he included my hud wanted/star.png radar~gta~5/create.lua more than anything, decompile files and compare I did not authorize this
  15. UPDATE 2.0.0 - released
  16. Look description https://community.multitheftauto.com/ind ... s&id=11241
  17. I managed to do, thanks to all. result in down
  18. please ban this user Stolen: https://community.multitheftauto.com/ind ... s&id=11241 Original: https://community.multitheftauto.com/ind ... s&id=10673 Original: https://community.multitheftauto.com/ind ... s&id=10355 ---------- this guy also published this VIP panel, he does not know create anything; is another nub wanting to find the fãns https://community.multitheftauto.com/ind ... s&id=11232
  19. it's incredible how they like to edit my hud, I have lost the account, how many times they already did it and to top, it compiles Admin or Moderator, compare the script and see stolen: https://community.multitheftauto.com/ind ... s&id=11224 Original: https://community.multitheftauto.com/in ... ls&id=9147 DONE
  20. if isPedDucked(localPlayer) then dxDrawImage ( screenWidth/2 - 50, 0, 100, 240, 'crouched.png', angle, 0, -120 ) else dxDrawImage ( screenWidth/2 - 50, 0, 100, 240, 'standing.png', angle, 0, -120 ) end just use this function within the render, that already works? okay, I get it. Thanks
  21. thanks man,i will try bindControlKeys("crouch", "down", function() if isPedDucked(localPlayer) then dxDrawImage ( screenWidth/2 - 50, 0, 100, 240, 'crouched.png', angle, 0, -120 ) else dxDrawImage ( screenWidth/2 - 50, 0, 100, 240, 'standing.png', angle, 0, -120 ) end end) that's right?
×
×
  • Create New...