Jump to content

Search the Community

Showing results for tags 'window-button'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Multi Theft Auto: San Andreas 1.x
    • Support for MTA:SA 1.x
    • User Guides
    • Open Source Contributors
    • Suggestions
    • Ban appeals
  • General MTA
    • News
    • Media
    • Site/Forum/Discord/Mantis/Wiki related
    • MTA Chat
    • Other languages
  • MTA Community
    • Scripting
    • Maps
    • Resources
    • Other Creations & GTA modding
    • Competitive gameplay
    • Servers
  • Other
    • General
    • Multi Theft Auto 0.5r2
    • Third party GTA mods
  • Archive
    • Archived Items
    • Trash

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Gang


Location


Occupation


Interests

Found 2 results

  1. I do button change rectangle but rectangle screen left top I do button change rectangle but rectangle screen left top For Example : function button() window = guiCreateWindow(269, 359, 602, 361, "", false) button = guiCreateButton(36, 39, 116, 47, "", false, window) bw, bh = guiGetSize ( button, false ) bx, by = guiGetPosition (button, false ) setAlpha(button, 0) end function dx() dxDrawRectangle(bx,by,bw,bh,tocolor(0,0,0,120)) end
  2. Hi, one window and three button. Window name = myWindow Button One Name = buttona Button Two Name = buttonb Button Three Name = buttonc I need all buton only one operation text buttond ı make but no work for k, v in ipairs(getElementType("gui-button")) do guiSetText( v, "buttond" ) end
×
×
  • Create New...