Jump to content

thisdp

Scripting Moderators
  • Posts

    535
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by thisdp

  1. https://wiki.multitheftauto.com/wiki/DgsGridListGetScrollBar
  2. property: "arrowColor" {arrowColorNormal, arrowColorHover, arrowColorClick} "cursorColor" {cursorColorNormal, cursorColorHover, cursorColorClick} "troughColor" troughColor See Core/scrollbar.lua
  3. thanks for reporting it's a bug and has been discovered by you:D
  4. https://wiki.multitheftauto.com/wiki/SetNearClipDistance
  5. Amazing! Everything is cool! Good job!
  6. dgsLabel = dgsCreateLabel(100,100,200,10,"#00FFFFHello #FF0000World",false) dgsSetProperty(dgsLabel,"colorcoded",true) Before this, you need to be a user of DGS
  7. it is a button updatedgs and then you can use dgsWindowGetCloseButton
  8. ah.. the 7th argument of dgsCreateButton is parent.. row color: dgsGridListSetItemColor show your code, grid list works fine in my code
  9. guiGridListInterRowAfter(gridlist,index) you can do the same thing by dgsGridListAddRow(gridlist,index-1) https://wiki.multitheftauto.com/wiki/DgsGridListAddRow
  10. "column" is not defined in the function "testing". Because of "local" which makes variable "column" only defined in clientsideResourceStart
  11. DGS download support is suspended on my server, please go to github instead. Update system working well with github, so don't be worry.
  12. Cool bro! It is really a big hit! Really a server of high quality. Good Luck!
  13. requestBrowserDomains https://wiki.multitheftauto.com/wiki/RequestBrowserDomains
×
×
  • Create New...