-
Posts
535 -
Joined
-
Last visited
-
Days Won
9
Everything posted by thisdp
-
DGS has updated to 2.66 with DX Progress Bar . See the update log: http://angel.mtaip.cn:233/dgsUpdate/
-
Maybe I will write some notes so that you can read them.
-
If I have some ideas, I will share them with you by code.
-
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.
-
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 !
-
It sounds very interesting. Cant wait to see.
-
Update dgs. And now tabs can be disabled. Update Logs are here: http://angel.mtaip.cn:233/dgsUpdate/
-
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.
-
use it instad mytable = {} mytable[key] = value
- 10 replies
-
- lua
- lua tables
-
(and 2 more)
Tagged with:
-
Draw a circle with shader that can make it more smooth. But you should first script a .fx file.
-
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,...)
-
GOOD. But you should take the performance into account.
-
The only way is to remake a nos smoke effect.
-
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.
-
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" />