[YARDIM] Bu Kodlara Bind Key Nasıl Eklerim

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı #Serius

  • Uzman Üye
  • *
    • İleti: 685
Kod: lua
GUIEditor = {
    button = {},
    window = {},
    label = {}
}
addEventHandler("onClientResourceStart", resourceRoot,
    function()
        GUIEditor.window[1] = guiCreateWindow(438, 299, 279, 300, "Araç | Kilit | Motor | Far | *_Panel_*", false)
        guiWindowSetSizable(GUIEditor.window[1], false)
        guiSetAlpha(GUIEditor.window[1], 1.00)
        guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFE0000")

        GUIEditor.button[1] = guiCreateButton(10, 56, 92, 22, "Far Aç", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[1], "default-bold-small")
        guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFFFFFF")
        GUIEditor.button[2] = guiCreateButton(163, 56, 92, 22, "Far Kapat", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[2], "default-bold-small")
        guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFFFFFFF")
        GUIEditor.label[1] = guiCreateLabel(-1, 78, 271, 15, "_______________________________________", false, GUIEditor.window[1])
        guiLabelSetColor(GUIEditor.label[1], 255, 152, 5)
        GUIEditor.label[2] = guiCreateLabel(-5, 21, 271, 15, "_______________________________________", false, GUIEditor.window[1])
        guiLabelSetColor(GUIEditor.label[2], 255, 152, 5)
        GUIEditor.button[3] = guiCreateButton(10, 113, 92, 22, "Motor Aç", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[3], "default-bold-small")
        guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFFFFFFF")
        GUIEditor.button[4] = guiCreateButton(163, 113, 92, 22, "Motor Kapat", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[4], "default-bold-small")
        guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFFFFFF")
        GUIEditor.label[3] = guiCreateLabel(0, 135, 271, 15, "_______________________________________", false, GUIEditor.window[1])
        guiLabelSetColor(GUIEditor.label[3], 255, 152, 5)
        GUIEditor.button[5] = guiCreateButton(10, 167, 92, 22, "Aracı Kilitle", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[5], "default-bold-small")
        guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FFFFFFFF")
        GUIEditor.button[6] = guiCreateButton(163, 167, 92, 22, "Kilit Aç", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[6], "default-bold-small")
        guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FFFFFFFF")
        GUIEditor.label[4] = guiCreateLabel(92, 220, 198, 31, "Tiryaki Gaming", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.label[4], "default-bold-small")
        guiLabelSetColor(GUIEditor.label[4], 22, 254, 5)

        GUIEditor.button[7] = guiCreateButton(701, 299, 16, 19, "X", false)
        guiSetFont(GUIEditor.button[7], "default-bold-small")
        guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FFF0FE03")
end
)

Mesaj Birleştirildi: [time]Mart 07, 2017, 04:41:43 ÖS[/time]
Server Sidesi Hazır  Ama Panele L Tuşuna Koymak İstiyom olmuyo ?
« Son Düzenleme: 07 Mart 2017, 20:32:37 Gönderen: Narkoz »
 


MTASATURK

[YARDIM] Bu Kodlara Bind Key Nasıl Eklerim
« : 07 Mart 2017, 15:31:02 »

Çevrimdışı Paradox

  • Kurucu
  • *
    • İleti: 684
  • SH Gaming
Yanıtla #1 : 07 Mart 2017, 15:35:50
Bu konuyu incele.
Linki görebilmek için Kayıt olun yada Giriş yapın.
 


Çevrimdışı #Serius

  • Uzman Üye
  • *
    • İleti: 685
Yanıtla #2 : 07 Mart 2017, 15:37:47
İnceledim Hata Veriyo
 


Çevrimdışı Paradox

  • Kurucu
  • *
    • İleti: 684
  • SH Gaming
Yanıtla #3 : 07 Mart 2017, 15:41:05
Linki görebilmek için Kayıt olun yada Giriş yapın.
İnceledim Hata Veriyo

Tam olarak inceleseydin yapabilirdin, zor bişey değildi.
Kod: lua
GUIEditor = {
    button = {},
    window = {},
    label = {}
}
addEventHandler("onClientResourceStart", resourceRoot,
    function()
        GUIEditor.window[1] = guiCreateWindow(438, 299, 279, 300, "Araç | Kilit | Motor | Far | *_Panel_*", false)
        guiWindowSetSizable(GUIEditor.window[1], false)
        guiSetAlpha(GUIEditor.window[1], 1.00)
        guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFE0000")
 
        GUIEditor.button[1] = guiCreateButton(10, 56, 92, 22, "Far Aç", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[1], "default-bold-small")
        guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFFFFFF")
        GUIEditor.button[2] = guiCreateButton(163, 56, 92, 22, "Far Kapat", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[2], "default-bold-small")
        guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFFFFFFF")
        GUIEditor.label[1] = guiCreateLabel(-1, 78, 271, 15, "_______________________________________", false, GUIEditor.window[1])
        guiLabelSetColor(GUIEditor.label[1], 255, 152, 5)
        GUIEditor.label[2] = guiCreateLabel(-5, 21, 271, 15, "_______________________________________", false, GUIEditor.window[1])
        guiLabelSetColor(GUIEditor.label[2], 255, 152, 5)
        GUIEditor.button[3] = guiCreateButton(10, 113, 92, 22, "Motor Aç", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[3], "default-bold-small")
        guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFFFFFFF")
        GUIEditor.button[4] = guiCreateButton(163, 113, 92, 22, "Motor Kapat", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[4], "default-bold-small")
        guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFFFFFF")
        GUIEditor.label[3] = guiCreateLabel(0, 135, 271, 15, "_______________________________________", false, GUIEditor.window[1])
        guiLabelSetColor(GUIEditor.label[3], 255, 152, 5)
        GUIEditor.button[5] = guiCreateButton(10, 167, 92, 22, "Aracı Kilitle", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[5], "default-bold-small")
        guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FFFFFFFF")
        GUIEditor.button[6] = guiCreateButton(163, 167, 92, 22, "Kilit Aç", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.button[6], "default-bold-small")
        guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FFFFFFFF")
        GUIEditor.label[4] = guiCreateLabel(92, 220, 198, 31, "Tiryaki Gaming", false, GUIEditor.window[1])
        guiSetFont(GUIEditor.label[4], "default-bold-small")
        guiLabelSetColor(GUIEditor.label[4], 22, 254, 5)
               
        GUIEditor.button[7] = guiCreateButton(701, 299, 16, 19, "X", false)
        guiSetFont(GUIEditor.button[7], "default-bold-small")
        guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FFF0FE03")
end
)

function ackapa()
if (guiGetVisible (GUIEditor.window[1]) == true) then --> Paneli aktifleştirme.
guiSetVisible(GUIEditor.window[1], false) --> Paneli aktifleştirme.
showCursor(false)
elseif (guiGetVisible (GUIEditor.window[1]) == false) then --> Paneli aktifleştirme.
guiSetVisible(GUIEditor.window[1], true) --> Paneli aktifleştirme.
showCursor(true)
end
end
bindKey("L", "down", ackapa) --> Panelin açma kapama tuşu.
 


Çevrimdışı #Serius

  • Uzman Üye
  • *
    • İleti: 685
Yanıtla #4 : 07 Mart 2017, 15:42:49
56 tı hata veriyor
 


Çevrimdışı Paradox

  • Kurucu
  • *
    • İleti: 684
  • SH Gaming
Yanıtla #5 : 07 Mart 2017, 15:44:49
Linki görebilmek için Kayıt olun yada Giriş yapın.
56 tı hata veriyor

Bu kodları client olarak ayarladın mı? meta.xml'ye?
 


MTASATURK

Ynt: Bu Kodlara Bind Key Nasıl Eklerim ?
« Yanıtla #5 : 07 Mart 2017, 15:44:49 »

Çevrimdışı #Serius

  • Uzman Üye
  • *
    • İleti: 685
Yanıtla #6 : 07 Mart 2017, 15:45:33
evet dur atım


Mesaj Birleştirildi: 07 Mart 2017, 15:46:43
Kod: lua
<meta>
    <info author="By.Angel" name="Kilit Sistemi" description="%100 turkce Ses Sistemi" type="script" version="1.5" />

    <script src="cpanel.lua" />   

</meta>
 


Çevrimdışı Paradox

  • Kurucu
  • *
    • İleti: 684
  • SH Gaming
Yanıtla #7 : 07 Mart 2017, 15:50:47
Meta.xml'ni bu şekilde ayarla.
Kod: lua
<meta>
    <info author="Yapımcı" type="script" name="Script Adı" />
       
    <script src="cpanel.lua" type="client"/>
</meta>

Bu konuyada göz atmanı tavsiye ederim.
Linki görebilmek için Kayıt olun yada Giriş yapın.
 


Çevrimdışı #Serius

  • Uzman Üye
  • *
    • İleti: 685
Yanıtla #8 : 07 Mart 2017, 15:52:22
Linki görebilmek için Kayıt olun yada Giriş yapın. Tarafından Çözülmüştür Konu Kilit.
« Son Düzenleme: 07 Mart 2017, 20:31:08 Gönderen: Narkoz »
 


Çevrimdışı Paradox

  • Kurucu
  • *
    • İleti: 684
  • SH Gaming
Yanıtla #9 : 07 Mart 2017, 17:00:25
Konu sahibinin isteği üzerine @Konu Kilit.