Jump to content

KevinC

Members
  • Posts

    12
  • Joined

  • Last visited

Details

  • Gang
    Gang
  • Location
    Turkey
  • Occupation
    Sa
  • Interests
    See and blue

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

KevinC's Achievements

Square

Square (6/54)

1

Reputation

  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. I need all button text only one operation change.
  3. 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
  4. Okey , ı change example myWindow = guiCreateWindow.... mybutton = guiCreateWindow.... I do guiSetVisible(myWindow, false) , but myWindow and mybutton invisible but ı need myWindow insivisible but mybutton no invisible my button visible.
  5. No, no, guys ı want window invisible, button visible
  6. Hi, Example one window and button from window. I do guiSetVisible(window, false) after window and button invisible but I want to do button visible.
  7. Merhaba, bir konuda sıkıştım ve yardım gerekli şimdi bende bi vds var onda roleplay kurulu ama bi turlu mysql daki değeri deiştiremedim. accounts tablosundaki passwordStyle sütünundaki değerini deiştittirmek istiyorum nasıl mesela adam /sifrestyle yazcak ve ordaki adamın değeri 1 olcak suan 2 mesela herkezin. http://i.hizliresim.com/7764g5.png Bu Mesaj ile Birleştirilmiştir: [time]Aralık 30, 2016, 07:30:41 ÖS[/time]
  8. How Register CJ clothes ? Clothing, hair, beard, shoes such as
  9. Somehow I could not function Kevcarlos() executeSQLQuery("UPDATE accounts SET test=?", 1) end addCommandHandler("keep", Kevcarlos)
×
×
  • Create New...