Jump to content

Dark Dragon

Members
  • Posts

    1,619
  • Joined

  • Last visited

Everything posted by Dark Dragon

  1. math.deg ( math.atan2(Cy-By,Cx-Bx) - math.atan2(Ay-By,Ax-Bx) ) but i'm not sure if this works under any conditions, works for the examples above at least edit: yes i removed it temporarily because i forgot to use math.deg, which resulted in a weird result, which kinda confused me. but it should work now. at least i hope so
  2. Dark Dragon

    Frame drops

    chances are good that it's related to a client side resource the server of your choice is running. you might want to ask the server owner or any other admin to see if they can find that resource and either turn it off or improve its code.
  3. you might just want to ask gamesnert to start it on his 1.1 test server.
  4. getting the position of vehicles which are not in syncer range of anyone shouldn't be a problem.
  5. Controllers are fully supported already. At least I can't think of anything you can't do.
  6. you can use the onClientCursorMove event, but aiming your weapon will probably never be possible that way.
  7. Oh, I think I missed the last saturday, lol. Well Sugar proved that he belongs on the The List Of Failure™ NEXT!
  8. There are many of them. Modern warfare 2, bad company 2, worms reloaded. Probably many more, unfortunately I'm not that kind of person who owns dozens of games on steam
  9. A ""simple"" solution would be to poke valve until they agree to make steam fully support mta. I don't see a reason why this needs to be done by mta itself. doesn't even need to be support for automatic updates, steam cloud, player stats or achievements, but simply the ability to directly join a friend's game. however having all the above wouldn't be that bad either
  10. where exactly is the problem? you can use exact x y and z coordinates and the roll for that.
  11. Dark Dragon

    tiny stuff

    this actually makes me actually wonder if redirectPlayer is acl'd properly.
  12. you need to use addPedClothes in the spawn function. for example function spawn(player) repeat until spawnPlayer( player, -1259.3856201172, 163.54290771484, 14.1484375) addPedClothes ( player, "moto", "moto", 16 ) -- this would be a blue helmet fadeCamera(player, true) setCameraTarget(player, player) end
  13. you just made my day, sir
  14. Dark Dragon

    buy

    what is your /buy map command supposed to do? set it to be nextmap?
  15. could you add it to the landing_wide board style as well? that would be neat. thanks also an option to make the box pop out automatically would make replying even quicker
  16. MeKorea failed. Feel free to poke someone else.
  17. Dark Dragon

    Variable

    Another way would be to transfer them using events, but setting the element data is fine too.
  18. make sure you forwarded port 22005 (or your http port which is a setting in your mtaserver.conf) correctly. if you use the Host Game option in the main menu of mta you need to check your local.conf instead.
  19. Dark Dragon

    Funny Peds...

    it's citizens, and yes it uses control states.
  20. well you can get the ped bone positions and compare the distances to your position
  21. well the wiki page comes with a nice picture comparing the two https://wiki.multitheftauto.com/images/a/a6/Filtering.jpg I usually set it to true
  22. unfortunately rockstar didn't design other skins than skin id 0 to be able to change their clothes, therefore it's not.
×
×
  • Create New...