Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. Why would you need to detect "aimbot" in MTA? I haven't seen a cheater so far.
  2. I think you should post in the Portuguese section, it's really hard to understand what you are trying to achieve.
  3. the description does not match the resource. OMG we Brazilians can speak several languages and you do not know our language. this is a disgrace to the community. not even read the description. Just because it takes a few days to remove it, doesn't mean we aren't going to.
  4. Castillo

    pregunta

    Las armas no son objetos, asi que no.
  5. Can you post the link of your version of the resource?
  6. No esta bien usar scripts de otra persona sin su permiso, esos scripts que estas usando son mios, aunque no sean estables, no me gusta que los usen. Tema cerrado.
  7. Nobody hacked anything, the resources that were leaked was because one of the staff that had access to the resources did it, that was the case with SAUR 2.0 scripts.
  8. Is the font being created? Add: outputChatBox ( tostring ( myFont ) ) after dxCreateFont.
  9. setElementData ( localPlayer, "energia", math.min ( miEnergia + 10, 100 ) )
  10. https://wiki.multitheftauto.com/wiki/Ge ... raRotation Maybe that could work?
  11. https://forum.multitheftauto.com/viewtopic.php?f=108&t=96096
  12. I mean the code where the dxTexts are drawn, the dxLibrary.
  13. It depends if you want to send everyone's ignored players or a specific player's.
  14. Castillo

    not work

    To bind it server-side, you have to do it when the player joins the server, and bind it for everyone when the resource starts.
  15. Indeed it doesn't work for melee weapons. You could bind the fire control to a function which checks if the player has a tree infront of him/her. https://wiki.multitheftauto.com/wiki/ProcessLineOfSight
  16. Castillo

    not work

    You are using 'player' in the bindKey function, but it's not defined anywhere.
  17. math.min ( 95 + 10, 100 ) -->> 100
  18. Post the code where the texts are drawn.
  19. Y el codigo que usas para subirle +10?
  20. Podrias hacer esto: if ( value > 100 ) then value = 100 end
  21. attachElements uses offsets, not world positions.
  22. Try to do it, if it doesn't work, post here what you tried.
  23. Reload is just a resource in your server resources folder, you could edit it and make an exception for your script.
×
×
  • Create New...