-
Posts
535 -
Joined
-
Last visited
-
Days Won
9
Everything posted by thisdp
-
this means it maybe not DGS' fault, because dgsSetInputMode("no_binds_when_editing") is guiSetInputMode("no_binds_when_editing"). Try to find whether there are other scripts that modify input mode
-
you should use addEventHandler ( "onDgsMouseClickDown", buttonCriar, clickCriar, false )
-
The reason why I use shader is that with dx functions, I will get a non-smooth round rectangle XD
-
I mean.. you can just take the shader
-
https://github.com/thisdp/dgs/blob/master/plugin/roundRect.Lua
-
thank you. FIxed now. use "updatedgs" will get the unstable version when there's no notification about update from DGS update system.
-
did you updatedgs to the latest version?
-
use https://wiki.multitheftauto.com/wiki/OnDgsElementScroll instead, https://wiki.multitheftauto.com/wiki/onDgsScrollBarScrollPositionChange has already been removed for a long time btw, change "onClientGUIComboBoxAccepted" to https://wiki.multitheftauto.com/wiki/OnDgsComboBoxSelect
-
well, I am planning to do this. But unfortunately, I don't have enough free time to do that.
-
It may be possible if using fetchRemote with youtube's API
-
use processLineOfSight
-
Hope you can find the solution in my dxlib: https://wiki.multitheftauto.com/wiki/Dgs
-
https://github.com/multitheftauto/mtasa-blue/issues/1091 I am waiting the issue to be solved. And sorry for the bug.
-
DGS Supports GUI TO DGS Now and still under testing: https://wiki.multitheftauto.com/wiki/G2D
-
Maybe video tag is broken for some reason. 我也活跃于官方discord
-
The same problem as DGS media browser. It works in ancient MTA version....
-
Give you a like for your efforts?
-
make the gas pump as object (removeWorldObject and createObject) amd then use https://wiki.multitheftauto.com/wiki/SetObjectBreakable
-
I am afraid that it is an unsolvable question with only object. First, there is no way to get the texture from an object by position. Second, we can not get the texture from an object even you know which face of the object the mouse clicks without analyzing the dff file. But you can store the texture data in a table ....