السلام عليكم احتاج مساعدة في السكربت البسيط ذا اللي مصممه
GUIEditor = {
checkbox = {},
label = {},
button = {},
window = {},
gridlist = {}
}
GUIEditor.window[1] = guiCreateWindow(437, 160, 486, 358, "==[ Derby-System ]==", false)
guiWindowSetSizable(GUIEditor.window[1], false)
guiSetAlpha(GUIEditor.window[1], 1.00)
guiSetVisible(GUIEditor.window[1] , false)
GUIEditor.gridlist[1] = guiCreateGridList(9, 22, 186, 326, false, GUIEditor.window[1])
guiGridListAddColumn(GUIEditor.gridlist[1], "السيارة", 0.9)
GUIEditor.label[1] = guiCreateLabel(201, 29, 275, 25, "يمكنك تغير لون السيارة بعد 30 ثانية", false, GUIEditor.window[1])
guiLabelSetColor(GUIEditor.label[1], 240, 138, 6)
guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false)
guiLabelSetVerticalAlign(GUIEditor.label[1], "center")
GUIEditor.checkbox[1] = guiCreateCheckBox(243, 76, 80, 15, "أصفر", true, false, GUIEditor.window[1])
guiSetProperty(GUIEditor.checkbox[1], "NormalTextColour", "FFEDD507")
GUIEditor.checkbox[2] = guiCreateCheckBox(243, 123, 80, 15, "أخضر", false, false, GUIEditor.window[1])
guiSetProperty(GUIEditor.checkbox[2], "NormalTextColour", "FF49DC16")
GUIEditor.checkbox[3] = guiCreateCheckBox(386, 123, 80, 15, "أزرق", false, false, GUIEditor.window[1])
guiSetProperty(GUIEditor.checkbox[3], "NormalTextColour", "FF2113E0")
GUIEditor.checkbox[4] = guiCreateCheckBox(386, 77, 80, 15, "أحمر", true, false, GUIEditor.window[1])
guiSetProperty(GUIEditor.checkbox[4], "NormalTextColour", "FFF50000")
GUIEditor.label[2] = guiCreateLabel(195, 154, 291, 15, "=======================================================", false, GUIEditor.window[1])
guiLabelSetColor(GUIEditor.label[2], 242, 0, 0)
GUIEditor.button[1] = guiCreateButton(264, 185, 162, 26, "تغير السيارة", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFF20000")
GUIEditor.button[2] = guiCreateButton(264, 235, 162, 26, "أضافة نيترو لسيارة", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFF20000")
GUIEditor.button[3] = guiCreateButton(281, 313, 127, 25, "------------>", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFD7E908")
function Open_()
local State = not ( guiGetVisible ( GUIEditor.window[1] ) )
guiSetVisible ( GUIEditor.window[1] , State )
showCursor ( State )
end
bindKey ( "z","down" , Open_ )
GUIEditor.gridlist[1] ابغى اعرف كيف اظيف سيارتين في الـ
GUIEditor.button[2] و اذا ضغط ذا الزر يدي السيارة نيترو
يغير لون السيارة و لكن ما يقدر يغيرها مجدد الى بعد مرور 30 ثانية GUIEditor.checkbox[4] ولمن اضغط على
اذا ما قدرتم تسون الثلاث اكتفي في
GUIEditor.button[1] ولمن اضغط على تغير السيارة يغير الموتر GUIEditor.gridlist[1] كيف اضيف السيارة لل