oskar55 Posted November 4, 2016 Share Posted November 4, 2016 شباب مسوي لوحة فيب ابي الكودات يعني يوم اظغط على الزر ينفذة هو مبين في الصورة + زر السكن ابي يوم اظغط يشلني للوحة ثانية + ابي المود يقتح للقروب معين فقط الي هو فيب هاي الصورة....... 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) Link to comment
iPrestege Posted November 4, 2016 Share Posted November 4, 2016 (edited) addEventHandler ( 'onClientGUIClick' ) triggerServerEvent guiSetVisible -- show next window getElementData -- For VIP Group setElementHealth setPedArmor doesPedHaveJetPack givePedJetPack removePedJetPack giveWeapon setElementModel Edited November 4, 2016 by FaHaD Link to comment
Abdul KariM Posted November 4, 2016 Share Posted November 4, 2016 (edited) triggerServerEvent getPlayerAccount isGuestAccount getAccountName isObjectInACLGroup triggerClientEvent اذا تقصد قروب اسل استخدم الفنكشنات الي عطيتك اياه اذا تقصد قروب داتا استخدم فنكشنات فهد Edited November 4, 2016 by Abdul KariM Link to comment
oskar55 Posted November 4, 2016 Author Share Posted November 4, 2016 اخوي لاهنت ممكن تعطيني الاكواد مع التوضيح عشان ازبطها لاني مافهم انلجيزي كثير الله لايهينك Link to comment
iPrestege Posted November 4, 2016 Share Posted November 4, 2016 addEventHandler ( 'onClientGUIClick' ) -- الحدث عند الضغط على زر triggerServerEvent -- ترايقر للسيرفر guiSetVisible -- اظهار واخفاء النافذة getElementData -- يجيب الداتا عشان تتحقق اذا كان القروب VIP setElementHealth -- يحط صحة الاعب setPedArmor -- يحط درع الاعب doesPedHaveJetPack -- يتحقق من النفاثة givePedJetPack -- يعطية نفاثة removePedJetPack -- يسحب فاثة giveWeapon -- يعطية سلاح setElementModel -- يحط شخصية -- واذا كنت تبيها لقروب ACL -- ف شرح الوظيفة كذا : triggerServerEvent -- ترايقر getPlayerAccount -- يجيب حساب الاعب isGuestAccount -- يتحقق اذا كان زائر getAccountName -- يجيب اسم الحساب isObjectInACLGroup -- يتحقق اذا كان بالقروب triggerClientEvent -- ترايقر للكلنت واظهر اللوحة بالوظائف السابقة Link to comment
oskar55 Posted November 4, 2016 Author Share Posted November 4, 2016 كفووو ذيب تسلم ماتقصر اخوي والله ماعرفت شي يوم دخلت لاهنت ابيك تحط الاكواد في الوحة حقتي يعني ذول الاكود حطهم في اكواد لوحتي Link to comment
oskar55 Posted November 4, 2016 Author Share Posted November 4, 2016 فهد مو لازم الحين عادي اذا تاخرت بنتظر ردك اوك Link to comment
iPrestege Posted November 4, 2016 Share Posted November 4, 2016 1 minute ago, oskar55 said: فهد مو لازم الحين عادي اذا تاخرت بنتظر ردك اوك اعتذر منك لكن ابرمج لك مود كامل بدون مقابل صعبه اذا تبيها بمقابل تقدر تراسلني خاص اسوي لك اياها Link to comment
oskar55 Posted November 4, 2016 Author Share Posted November 4, 2016 انزين ابيك توضح لي كود كود يعني وين احط ذا وين احط اسم الوحة او الزر Link to comment
oskar55 Posted November 4, 2016 Author Share Posted November 4, 2016 فهد كم بتاخذ علي اذا برجمة الوحة حقتي وابي فيها اظافات من عندك Link to comment
iPrestege Posted November 4, 2016 Share Posted November 4, 2016 Just now, oskar55 said: فهد كم بتاخذ علي اذا برجمة الوحة حقتي وابي فيها اظافات من عندك تم ارسال رسالة خاصة + Link to comment
oskar55 Posted November 5, 2016 Author Share Posted November 5, 2016 On ٤/١١/٢٠١٦ at 2:37 PM, FaHaD said: تم ارسال رسالة خاصة + On ٤/١١/٢٠١٦ at 2:37 PM, FaHaD said: تم ارسال رسالة خاصة + شباب مساعدة في كود ابي كود يوم اظغط على زر يوديني للوحة ثانية والوحة الأولى تختفي Link to comment
iPrestege Posted November 5, 2016 Share Posted November 5, 2016 addEventHandler ( 'onClientGUIClick' ) guiSetVisible Link to comment
oskar55 Posted November 5, 2016 Author Share Posted November 5, 2016 لاهنت ممكن توضحلي يعني وين احط الزر حق الانتقال ووين احط اسم الزر والنافذتين Link to comment
iPrestege Posted November 5, 2016 Share Posted November 5, 2016 هذا الحدث اللي عطيتك عرف السورس فية بالزر اللي تبية واستعمل الوظيفة اللي فوق بحيث تخفي الاولى وتظهر الثانية افتح الويكي Link to comment
oskar55 Posted November 5, 2016 Author Share Posted November 5, 2016 مافهمت شي ضض اعرض الاكواد لاهنت واشرح مثال guiSetVisible (GUIEditor.window[1], false) === هنا تحط اسم الزرbindKey( key, "down",function()=== هنا اسم النافذهguiSetVisible (GUIEditor.window[1], not guiGetVisible (GUIEditor.window[1]) )showCursor ( guiGetVisible (GUIEditor.window[1]) )end) Link to comment
oskar55 Posted November 5, 2016 Author Share Posted November 5, 2016 تبي لوحتي وزبطها لي #Edit: 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") addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[2] then triggerServerEvent("Healt",getLocalPlayer()) end end ) addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[3] then triggerServerEvent("am",getLocalPlayer()) end end ) addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[4] then triggerServerEvent("at",getLocalPlayer()) end end ) addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[6] then triggerServerEvent("ak",getLocalPlayer()) end end ) guiSetVisible (GUIEditor.window[1], false) bindKey( key, "down",function() guiSetVisible (GUIEditor.window[1], not guiGetVisible (GUIEditor.window[1]) ) showCursor ( guiGetVisible (GUIEditor.window[1]) ) end) GUIEditor.window[1] = guiCreateWindow(808, 248, 202, 310, "GUIEditor.window[1]", false) guiWindowSetSizable(wnd, false) guiSetVisible(GUIEditor.window[1],false)--نجيب هادا الكود ونحط بدل wnd1اسم اللوحة GUIEditor.window[1] = guiCreateButton(53, 32, 123, 52, "تفتح لوحة 2", false, GUIEditor.window[1]) GUIEditor.window[2] = guiCreateWindow(808, 248, 202, 310, "GUIEditor.window[2]", false) guiWindowSetSizable(GUIEditor.window[2], false) guiSetVisible(GUIEditor.window[],false)--نفس الشي GUIEditor.window[2] = guiCreateButton(53, 32, 123, 52, "تغلق اللوحتين", false, wnd2) بهادا الشكل الحين كيف نعملها بزر نجيب هادا الكود function Open ( ) guiSetVisible(GUIEditor.window[2], not guiGetVisible(GUIEditor.window[2]))--لاتنسى وضع اسم اللوحة في كل مكان فيه wnd1 showCursor(guiGetVisible(GUIEditor.window[2])) end كيف تعمل لوحة تفتح لوحة اخرى نروح نجيب هي الاكواد addEventHandler("onClientGUIClick", root, function () if source == GUIEditor.button[5] then --بدل wnd1غيرها اسم الزر guiWindowSetSizable(GUIEditor.window[2], true)--اسم اللوحة wnd1اللوحة الي نفتحت end ) ===window2 GUIEditor = { button = {}, window = {}, } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[2] = guiCreateWindow(271, 193, 278, 454, "Skin|لوحة السكنات|Skin", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) GUIEditor.button[1] = guiCreateButton(10, 24, 102, 54, "Skin1", false, GUIEditor.window[2]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFF10000") GUIEditor.button[2] = guiCreateButton(162, 122, 102, 54, "Skin7", false, GUIEditor.window[2]) guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF559298") GUIEditor.button[3] = guiCreateButton(10, 202, 102, 54, "Skin3", false, GUIEditor.window[2]) guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF3FE40C") GUIEditor.button[4] = guiCreateButton(10, 122, 102, 54, "Skin2", false, GUIEditor.window[2]) guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FF3FE40C") GUIEditor.button[5] = guiCreateButton(162, 24, 102, 54, "Skin6", false, GUIEditor.window[2]) guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FFDB1350") GUIEditor.button[6] = guiCreateButton(10, 379, 102, 54, "أغلاااق", false, GUIEditor.window[2]) guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF0B58E4") GUIEditor.button[7] = guiCreateButton(10, 285, 102, 54, "Skin4", false, GUIEditor.window[2]) guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF3FE40C") GUIEditor.button[8] = guiCreateButton(166, 285, 102, 54, "Skin9", false, GUIEditor.window[2]) guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FFE4D707") GUIEditor.button[9] = guiCreateButton(166, 379, 102, 53, "Skin10", false, GUIEditor.window[2]) guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FFEA0000") GUIEditor.button[10] = guiCreateButton(162, 200, 102, 54, "Skin8", false, GUIEditor.window[2]) guiSetProperty(GUIEditor.button[10], "NormalTextColour", "FF5210D9") end ) addEventHandler("onClientResourceStart", resourceRoot, function() guiSetVisible(GUIEditor.window[2],false) showCursor(false) end ) addEventHandler("onClientGUIClick",getRootElement(), function () if source == GUIEditor.button[6] then guiSetVisible(GUIEditor.window[2],false) showCursor(false) end end ) ) addEventHandler("onClientGUIClick", root, function () if source == GUIEditor.button[1] then triggerServerEvent("202", localPlayer) end end ) addEventHandler("onClientGUIClick", root, function () if source == GUIEditor.button[2] then triggerServerEvent("210", localPlayer) end end ) addEventHandler("onClientGUIClick", root, function () if source == GUIEditor.button[3] then triggerServerEvent("211", localPlayer) end end ) addEventHandler("onClientGUIClick", root, function () if source == GUIEditor.button[4] then triggerServerEvent("212", localPlayer) end end ) addEventHandler("onClientGUIClick", root, function () if source == GUIEditor.button[5] then triggerServerEvent("213", localPlayer) end end ) addEventHandler('onClientResourceStart',resourceRoot,function () txd = engineLoadTXD( 'Skins/vmaff1.txd' ) engineImportTXD( txd, 211 ) dff = engineLoadDFF('Skins/vmaff1.dff', 211) engineReplaceModel( dff, 211 ) end) addEventHandler('onClientResourceStart',resourceRoot,function () txd = engineLoadTXD( 'Skins/2.txd' ) engineImportTXD( txd, 212 ) dff = engineLoadDFF('Skins/2.dff', 212) engineReplaceModel( dff, 212 ) end) addEventHandler('onClientResourceStart',resourceRoot,function () txd = engineLoadTXD( 'Skins/28.txd' ) engineImportTXD( txd, 210 ) dff = engineLoadDFF('Skins/28.dff', 210) engineReplaceModel( dff, 210 ) end) addEventHandler('onClientResourceStart',resourceRoot,function () txd = engineLoadTXD( 'Skins/66.txd' ) engineImportTXD( txd, 213 ) dff = engineLoadDFF('Skins/66.dff', 213) engineReplaceModel( dff, 213 ) end) addEventHandler('onClientResourceStart',resourceRoot,function () txd = engineLoadTXD( 'Skins/swmotr5.txd' ) engineImportTXD( txd, 202 ) dff = engineLoadDFF('Skins/swmotr5.dff', 202) engineReplaceModel( dff, 202 ) end) وش الخطا سويت نقسه مارضت تفتح ==window2 الوحة الثانية خليتها نفس الملف مارضت تفتح ليش ابي زر بوتون 5 الي في الوحة 1 ينقلني للوحة 2 Link to comment
oskar55 Posted November 6, 2016 Author Share Posted November 6, 2016 اخوي رد وش الخطا في الكود ركبت نفس الي فالشرح مارضى يفتح شي وجربت اخلي كلنت 1 كلنت2 سيرفر1 سيرفر 2 ومارضت تفتح وش السالفة Link to comment
^iiEcoo'x_) Posted November 6, 2016 Share Posted November 6, 2016 addEventHandler("onClientGUIClick",root, function() if source == GUIEditor.button[5] then guiSetVisible(GUIEditor.window[2],true) end end ) Link to comment
oskar55 Posted November 6, 2016 Author Share Posted November 6, 2016 هذا خطا ولا تصحيح وبدال ويش احطه بين لي Link to comment
^iiEcoo'x_) Posted November 6, 2016 Share Posted November 6, 2016 شرح ذاك خطا انت جيب كودك قبل التعديل عليه وحط كودي Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now