Search the Community
Showing results for tags 'مساعدة في مود'.
-
شباب مسوي لوحة فيب ابي الكودات يعني يوم اظغط على الزر ينفذة هو مبين في الصورة + زر السكن ابي يوم اظغط يشلني للوحة ثانية + ابي المود يقتح للقروب معين فقط الي هو فيب هاي الصورة....... https://up.harajgulf.com/do.php?img=1233085 وهذي اكواد الوحة local key = "/" GUIEditor = { button = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(292, 153, 411, 372, "xx| لوحة الفيب المطورة |xx", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) GUIEditor.button[1] = guiCreateButton(14, 45, 111, 62, "", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(14, 155, 111, 62, "Health| الدم ", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF3CC90B") GUIEditor.button[3] = guiCreateButton(14, 277, 111, 62, "Armour| درع", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF3CC90B") GUIEditor.button[4] = guiCreateButton(153, 155, 111, 62, "M4| رشاش", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[4], "default-bold-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FF3CC90B") GUIEditor.button[5] = guiCreateButton(14, 45, 111, 62, "skin|سكنات", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[5], "default-bold-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF3CC90B") GUIEditor.button[6] = guiCreateButton(152, 45, 111, 62, "Jetpack| نفاثة", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[6], "default-bold-small") guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF3CC90B") GUIEditor.button[7] = guiCreateButton(157, 277, 111, 62, "Spring| القفزة الطويلة", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[7], "default-bold-small") guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF3CC90B") GUIEditor.button[8] = guiCreateButton(291, 45, 110, 62, "soon", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[8], "default-bold-small") guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FFD30000") GUIEditor.button[9] = guiCreateButton(294, 277, 107, 62, "soon", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[9], "default-bold-small") guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FFD30000") GUIEditor.button[10] = guiCreateButton(292, 155, 109, 62, "soon", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[10], "default-bold-small") guiSetProperty(GUIEditor.button[10], "NormalTextColour", "FFD30000") guiSetVisible (GUIEditor.window[1], false) bindKey( key, "down",function() guiSetVisible (GUIEditor.window[1], not guiGetVisible (GUIEditor.window[1]) ) showCursor ( guiGetVisible (GUIEditor.window[1]) ) end)