Jump to content

thisdp

Scripting Moderators
  • Posts

    535
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by thisdp

  1. DGS has updated to 2.66 with DX Progress Bar . See the update log: http://angel.mtaip.cn:233/dgsUpdate/
  2. Maybe I will write some notes so that you can read them.
  3. If I have some ideas, I will share them with you by code.
  4. Cool ! And I have a suggestion that when the vehicle is at a high speed and then it hit the wall or something else that can almost stop the vehicle, players in vehicle should lose their health.
  5. Why the smoke comes from rear wheels rather than the engine? And if you want to make it more real, some light effects such as back-up lamp should be added. But anyway, It is a magnificent script. I like it very much. Keep working, I am always waiting for it !
  6. It sounds very interesting. Cant wait to see.
  7. thisdp

    Resource

    setModelHandling setVehicleHandling
  8. Update dgs. And now tabs can be disabled. Update Logs are here: http://angel.mtaip.cn:233/dgsUpdate/
  9. Thx. If there are some problem that you want to solve. You can contact me.
  10. Any one who can help me to finish the wiki page? https://wiki.multitheftauto.com/wiki/Dgs I will write down his/her contribution on the wiki page. It is very huge for me to finish these things myself.
  11. thisdp

    NPC Traffic

    It wil take much resource to sync peds.
  12. use it instad mytable = {} mytable[key] = value
  13. Draw a circle with shader that can make it more smooth. But you should first script a .fx file.
  14. default = getElementData(getLocalPlayer(),"sight") Is this thing return a number? If it returns a number, you should pass the second argument as the y_pixels while "default" passed as the x_pixels . dxCreateTexture(int x_pixels, int y_pixels,...) dxCreateTexture(string path,...)
  15. GOOD. But you should take the performance into account.
  16. The only way is to remake a nos smoke effect.
  17. This one is easy. I will try to script memo and comboBox
  18. dgsSetData and dgsGetData are interior functions ( if you use it outside, will cause problems) You can use dgsDxGUISetProperty and dgsDxGUIGetProperty instead. Actually I don't have any idea on how to make ComboBoxes and Memo. The fonts in dgs are created by dxCreateFont.
  19. It doesn't works on tab panel? I haven't tested it yet.
  20. DGS 2.64 with 4 functions has pushed. <export function="dgsDxLabelSetHorizontalAlign" type="client" /> <export function="dgsDxLabelSetVerticalAlign" type="client" /> <export function="dgsDxLabelGetHorizontalAlign" type="client" /> <export function="dgsDxLabelGetVerticalAlign" type="client" />
  21. dxDrawMaterialLine3D
×
×
  • Create New...