Jump to content

Dark Dragon

Members
  • Posts

    1,619
  • Joined

  • Last visited

Everything posted by Dark Dragon

  1. Dark Dragon

    GUI...

    try onClientResourceStart instead
  2. try to call setBotGuard bool setBotGuard( element theBot, float x, float y, float z, [ bool priority = false ] )
  3. will look great in combination with the snow resource.
  4. maybe try to disconnect the keyboard from your pc then reconnect it or try to press the affected key once and release it again.
  5. Joa weiß man nich so recht. Ist doch aber schonmal ein fortschritt so eine sektion zu haben.
  6. Just like gravitation limits you from going straight up into the sky there are some things that limit you in gta as well.
  7. 65535 sounds good to me. i don't think there is a change required.
  8. the last comma is optional but doesn't break anything. i usually leave it there for convenience when copying a line in order to add more entries.
  9. function msToMinsAndSecs(milliseconds) local minutes = math.floor(milliseconds/60000) local seconds = (milliseconds/1000)%60 return minutes,seconds end
  10. how is random and fast even going to work at the same time? afaik in order to randomize the order you'd need to get the servers first, then randomize the order, while if you just take all the servers in the order they respond you can just add them in this order.
  11. 1.1 is not released yet, but once it is this feature will be available. Of course server owners can disable it if they like to. No one can tell if it will be common to have it enabled or not.
  12. I think its just not possible. Disabling car engine sounds might be but setting their pitch is probably nothing you will ever see in mta.
  13. scripts are up to the server owners / scripters and if they don't wish to release their work to the public it's their choice.
  14. Dark Dragon

    IE 9 Beta

    I have faith in the fox.
  15. looks interesting and TDM is really something which could be a lot more popular on MTA.
  16. your map is too far away from the gta san andreas world. move it closer to san andreas to avoid this and many other problems.
  17. BASS 3d sounds have the doppler effect
  18. well so does it achieve what you want it to?
×
×
  • Create New...