Jump to content

qaisjp

Retired Staff
  • Posts

    2,344
  • Joined

  • Days Won

    10

Everything posted by qaisjp

  1. I said that setCameraMatrix will never have a feature for moving mouse. Freecam resource does this moving mouse (camera and player too!), all you have to do is remove the movement of camera and only the mouse movement left. Why not do some REAL work instead of relying on the functions MTA make?
  2. Yeah. Any day/month now it'll be official MTA script editor.
  3. White, right? or black? It might be your vehicle mod itself (or an error in your filename)
  4. Why not contribute to the "official unofficial" one?
  5. gj, although only consists of dxDrawImage or guiCreateStaticImage (and some basic maths?)
  6. Can be free, depending on the request (keep in mind it's really cheap, so could be $1 if we agreed )
  7. 1) Second video blocked 2) Cool, but not very useful 3) Could be used as a utility in utility resources [for example, creating a gate by defining start[localPlayer] and end[ped])
  8. http://imgur.com/awo28m
  9. Find a image on the internet. Create the crosshair using gui image functions (easier) or dxDrawImage (more expansible)
  10. Just because it doesn't lag, doesn't mean it can't cause lag. Never do a 50ms timer server side, make timers client side as much as possible.
  11. and edit freecam for mouse movement. mta will not have a feature for moving mouse. setCameraMatrix is strictly for static cameras.
  12. onClientMouseMove, move the object. Then in the onClientPreRender, do this: local ox, oy, oz = getElementPosition(object) setCameraMatrix(x,y,z, ox, oy, oz)
  13. Video is TOO LONG! Please cut out your mistakes next time. If the page is empty, disable adblock. Nice work!
  14. https://community.multitheftauto.com/index.php?p= ... ls&id=5277 DONE
  15. qaisjp

    setTimer

    You're welcome.
  16. in all race resources, remove "killmessages" from the meta.
  17. qaisjp

    setTimer

    change 3000 to whatever you want. setTimer(function, 1000 -- this is 1 second
  18. setPedLookAt Instead, create a object, move it on prerender, moving the mouse moves the object. and have the lookat (ped and camera) point towards the object.
  19. WARNING! Don't install this if you don't want lag on your server! Please upload to the community center (community.multitheftauto.com) Please make the code client side.
  20. https://community.multitheftauto.com/ind ... ls&id=5260 https://community.multitheftauto.com/index.php?p= ... ls&id=1178 - polish variant of existing resource (should add that to the list, or a better idea would be to intergrate multiple language resources into the same resource id) DONE
×
×
  • Create New...