dgs
dgs copied to clipboard
Thisdp's Dx Graphical User Interface System (MTA Dx Lib)
DGS while idle runs ``dgsCoreRender`` every frame. This should be unnecesary, since no DGS elements are on screen or even loaded. You can check this by opening a clean server,...
```lua local btn = dgsCreateButton(0.15, 0.2, 0.3, 0.2, "A simple button", true) dgsSetProperties( btn, { ["iconImage"] = ":ThisResource/Files/SomeImage.png", } ) ``` The first problem is that dgs won't load the...
 errror then use g2d start not work