iPrestege Posted October 13, 2012 Share Posted October 13, 2012 السلام عليكم ورحمة الله وبركاتة اليوم خلصت من مود لوحة السباون التنقل بس يوم جيت اضيف البنق والاسم طلع فية خطا واللوحة ماتفتح ؟ النافذة + واكواد البنق والاسم : ====== النافذة ====== GUIEditor_Window[1] = guiCreateWindow(288,150,262,437,"Spawn Panel By >>»FAHAD..<<«",false) myLabel1 = guiCreateLabel ( 3, 3, 3, 1, "Your Name:", true,GUIEditor_Window[1]) myLabel2 = guiCreateLabel ( 3, 3, 5, 1, "Your Ping", true,GUIEditor_Window[1] ) GUIEditor_Button[1] = guiCreateButton(11,148,77,28,"النخيل",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(163,146,80,29,"الدائري",false,GUIEditor_Window[1]) GUIEditor_Button[3] = guiCreateButton(12,242,74,30,"الدخل",false,GUIEditor_Window[1]) GUIEditor_Button[4] = guiCreateButton(166,244,77,31,"الغروب",false,GUIEditor_Window[1]) GUIEditor_Button[5] = guiCreateButton(11,327,77,30,"ساحة القتال",false,GUIEditor_Window[1]) GUIEditor_Button[6] = guiCreateButton(165,326,80,28,"مهمة البنك",false,GUIEditor_Window[1]) GUIEditor_Label[1] = guiCreateLabel(15,407,136,30,"By »FAHAD..??«",false,GUIEditor_Window[1]) function refresh() guiSetText(myLabel1,Your Name ..getPlayerName) guiSetText(myLabel2,Your Ping ..getPlayerPing) end setTimer(refresh,500,0) اذا ماعليكم امر تصححون الكود والسلام عليككمم ورحمة الله وبركاتة ~ فهد Link to comment
TurnUP Posted October 13, 2012 Share Posted October 13, 2012 على ما اعتقد انت دامج اكواد كلنت وسيرفر مع بعض استخدم الايفينت هذا الي اقدرت عليه الشباب يفيدونك اكثر Link to comment
iPrestege Posted October 13, 2012 Author Share Posted October 13, 2012 بانتظار باقي الشباب > Link to comment
TurnUP Posted October 13, 2012 Share Posted October 13, 2012 (edited) جرب كذا ال يشغل ويطفي النافذه هو اف2 كلنت GUIEditor_Window[1] = guiCreateWindow(288,150,262,437,"Spawn Panel By >>»FAHAD..<<«",false) myLabel1 = guiCreateLabel ( 3, 3, 3, 1, "Your Name:", true,GUIEditor_Window[1]) myLabel2 = guiCreateLabel ( 3, 3, 5, 1, "Your Ping", true,GUIEditor_Window[1] ) GUIEditor_Button[1] = guiCreateButton(11,148,77,28,"النخيل",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(163,146,80,29,"الدائري",false,GUIEditor_Window[1]) GUIEditor_Button[3] = guiCreateButton(12,242,74,30,"الدخل",false,GUIEditor_Window[1]) GUIEditor_Button[4] = guiCreateButton(166,244,77,31,"الغروب",false,GUIEditor_Window[1]) GUIEditor_Button[5] = guiCreateButton(11,327,77,30,"ساحة القتال",false,GUIEditor_Window[1]) GUIEditor_Button[6] = guiCreateButton(165,326,80,28,"مهمة البنك",false,GUIEditor_Window[1]) GUIEditor_Label[1] = guiCreateLabel(15,407,136,30,"By »FAHAD..??«",false,GUIEditor_Window[1]) function resourceStart () bindKey ("F2", "down", menuShow) end addEventHandler ("onClientResourceStart", getResourceRootElement ( getThisResource () ), resourceStart) function menuShow () visableornot = guiGetVisible (GUIEditor_Window[1]) if (visableornot == true) then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) end if (visableornot == false) then guiSetVisible (GUIEditor_Window[1], true) showCursor (true) end end function refresh() guiSetText(myLabel1,Your Name ..getPlayerName) guiSetText(myLabel2,Your Ping ..getPlayerPing) end setTimer(refresh,500,0) end ==جرب الكود كمان مرا لاني نسيت شي== Edited October 13, 2012 by Guest Link to comment
hassan.k.s.a Posted October 13, 2012 Share Posted October 13, 2012 --جرب ولاتحط ======النافذه====== حط ---------النافذه------- GUIEditor_Window[1] = guiCreateWindow(288,150,262,437,"Spawn Panel By >>»FAHAD..<<«",false) myLabel1 = guiCreateLabel ( 3, 3, 3, 1, "Your Name:", true,GUIEditor_Window[1]) myLabel2 = guiCreateLabel ( 3, 3, 5, 1, "Your Ping", true,GUIEditor_Window[1] ) GUIEditor_Button[1] = guiCreateButton(11,148,77,28,"النخيل",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(163,146,80,29,"الدائري",false,GUIEditor_Window[1]) GUIEditor_Button[3] = guiCreateButton(12,242,74,30,"الدخل",false,GUIEditor_Window[1]) GUIEditor_Button[4] = guiCreateButton(166,244,77,31,"الغروب",false,GUIEditor_Window[1]) GUIEditor_Button[5] = guiCreateButton(11,327,77,30,"ساحة القتال",false,GUIEditor_Window[1]) GUIEditor_Button[6] = guiCreateButton(165,326,80,28,"مهمة البنك",false,GUIEditor_Window[1]) GUIEditor_Label[1] = guiCreateLabel(15,407,136,30,"By »FAHAD..??«",false,GUIEditor_Window[1]) -- addEventHandler("onClientRender", getRootElement(), function () if guiGetVisible(GUIEditor_Window[1]) then guiSetText(myLabel1," "..getPlayerName(getLocalPlayer())) end end ) -- function Ping() local myPing = getPlayerPing(getLocalPlayer()) guiSetText ( myLabel2, "Your Ping: ".. tostring(myPing) .." " ) guiSetText ( myLabel2, "Your Ping: ".. tostring(myPing) .." " ) end Link to comment
iPrestege Posted October 13, 2012 Author Share Posted October 13, 2012 النافذة اشتغلت تمام بس ماظهر البنق ! ولا الاسم > Link to comment
TurnUP Posted October 13, 2012 Share Posted October 13, 2012 (edited) جرب اشتغل معاي %100 اما بالنسبه للبنق انت مو مضبط مكان الليبل GUIEditor_Window = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Window[1] = guiCreateWindow(288,150,262,437,"Spawn Panel By >>»FAHAD..<<«",false) GUIEditor_Label[1] = guiCreateLabel ( 3, 3, 3, 1, "Your Name:", true,GUIEditor_Window[1]) GUIEditor_Label[2] = guiCreateLabel ( 3, 3, 5, 1, "Your Ping", true,GUIEditor_Window[1] ) GUIEditor_Button[1] = guiCreateButton(11,148,77,28,"النخيل",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(163,146,80,29,"الدائري",false,GUIEditor_Window[1]) GUIEditor_Button[3] = guiCreateButton(12,242,74,30,"الدخل",false,GUIEditor_Window[1]) GUIEditor_Button[4] = guiCreateButton(166,244,77,31,"الغروب",false,GUIEditor_Window[1]) GUIEditor_Button[5] = guiCreateButton(11,327,77,30,"ساحة القتال",false,GUIEditor_Window[1]) GUIEditor_Button[6] = guiCreateButton(165,326,80,28,"مهمة البنك",false,GUIEditor_Window[1]) GUIEditor_Label[1] = guiCreateLabel(15,407,136,30,"By »FAHAD..??«",false,GUIEditor_Window[1]) function resourceStart () bindKey ("F2", "down", menuShow) end addEventHandler ("onClientResourceStart", getResourceRootElement ( getThisResource () ), resourceStart) function menuShow () visableornot = guiGetVisible (GUIEditor_Window[1]) if (visableornot == true) then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) end if (visableornot == false) then guiSetVisible (GUIEditor_Window[1], true) showCursor (true) end end addEventHandler("onClientRender", getRootElement(), function () if guiGetVisible(GUIEditor_Window[1]) then guiSetText(GUIEditor_Label[1]," "..getPlayerName(getLocalPlayer())) end end ) function Ping() local myPing = getPlayerPing(getLocalPlayer()) guiSetText ( GUIEditor_Label[2], "Your Ping: ".. tostring(myPing) .." " ) end جرب هذا الكود كمان مرا انا حدثته Edited October 13, 2012 by Guest Link to comment
iPrestege Posted October 13, 2012 Author Share Posted October 13, 2012 GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Window[1] = guiCreateWindow(288,150,262,437,"Spawn Panel By >>»FAHAD..<<«",false) myLabel1 = guiCreateLabel ( 3, 3, 3, 1, "Your Name:", true,GUIEditor_Window[1]) myLabel2 = guiCreateLabel ( 3, 3, 5, 1, "Your Ping", true,GUIEditor_Window[1] ) GUIEditor_Button[1] = guiCreateButton(11,148,77,28,"النخيل",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(163,146,80,29,"الدائري",false,GUIEditor_Window[1]) GUIEditor_Button[3] = guiCreateButton(12,242,74,30,"الدخل",false,GUIEditor_Window[1]) GUIEditor_Button[4] = guiCreateButton(166,244,77,31,"الغروب",false,GUIEditor_Window[1]) GUIEditor_Button[5] = guiCreateButton(11,327,77,30,"ساحة القتال",false,GUIEditor_Window[1]) GUIEditor_Button[6] = guiCreateButton(165,326,80,28,"مهمة البنك",false,GUIEditor_Window[1]) GUIEditor_Label[1] = guiCreateLabel(15,407,136,30,"By »FAHAD..??«",false,GUIEditor_Window[1]) -- addEventHandler("onClientRender", getRootElement(), function () if guiGetVisible(GUIEditor_Window[1]) then guiSetText(myLabel1," "..getPlayerName(getLocalPlayer())) end end ) -- function Ping() local myPing = getPlayerPing(getLocalPlayer()) guiSetText ( myLabel2, "Your Ping: ".. tostring(myPing) .." " ) guiSetText ( myLabel2, "Your Ping: ".. tostring(myPing) .." " ) end Link to comment
iPrestege Posted October 13, 2012 Author Share Posted October 13, 2012 يا آخوي تورن آب آشتغل بس طلع الاسم وطلع تحت >< والبنق ماظهر ! Link to comment
iPrestege Posted October 13, 2012 Author Share Posted October 13, 2012 والاسم طلع بس يعني بدون Your Name بس نص الاسم Link to comment
TurnUP Posted October 13, 2012 Share Posted October 13, 2012 يا آخوي تورن آبآشتغل بس طلع الاسم وطلع تحت >< والبنق ماظهر ! شوف GUIEditor_Label[1] = guiCreateLabel ( 3, 3, 3, 1, "Your Name:", true,GUIEditor_Window[1]) انت ضبط مكان الليبل Link to comment
TurnUP Posted October 13, 2012 Share Posted October 13, 2012 والاسم طلع بس يعني بدون Your Name بس نص الاسم جرب GUIEditor_Window = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Window[1] = guiCreateWindow(288,150,262,437,"Spawn Panel By >>»FAHAD..<<«",false) GUIEditor_Label[1] = guiCreateLabel ( 15,400,136,30, "Your Name:", true,GUIEditor_Window[1]) GUIEditor_Label[2] = guiCreateLabel (15,400,136,30, "Your Ping", true,GUIEditor_Window[1] ) GUIEditor_Button[1] = guiCreateButton(11,148,77,28,"النخيل",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(163,146,80,29,"الدائري",false,GUIEditor_Window[1]) GUIEditor_Button[3] = guiCreateButton(12,242,74,30,"الدخل",false,GUIEditor_Window[1]) GUIEditor_Button[4] = guiCreateButton(166,244,77,31,"الغروب",false,GUIEditor_Window[1]) GUIEditor_Button[5] = guiCreateButton(11,327,77,30,"ساحة القتال",false,GUIEditor_Window[1]) GUIEditor_Button[6] = guiCreateButton(165,326,80,28,"مهمة البنك",false,GUIEditor_Window[1]) GUIEditor_Label[1] = guiCreateLabel(15,407,136,30,"By »FAHAD..??«",false,GUIEditor_Window[1]) function resourceStart () bindKey ("F2", "down", menuShow) end addEventHandler ("onClientResourceStart", getResourceRootElement ( getThisResource () ), resourceStart) function menuShow () visableornot = guiGetVisible (GUIEditor_Window[1]) if (visableornot == true) then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) end if (visableornot == false) then guiSetVisible (GUIEditor_Window[1], true) showCursor (true) end end addEventHandler("onClientRender", getRootElement(), function () if guiGetVisible(GUIEditor_Window[1]) then guiSetText(GUIEditor_Label[1],"Your Name: "..getPlayerName(getLocalPlayer())) end end ) function Ping() local myPing = getPlayerPing(getLocalPlayer()) guiSetText ( GUIEditor_Label[2], "Your Ping: ".. tostring(myPing) .." " ) end Link to comment
iPrestege Posted October 13, 2012 Author Share Posted October 13, 2012 YourName : طلعت تمام بس الاسم مو كامل >< والبنق ماظهر >< ذذ Link to comment
TurnUP Posted October 13, 2012 Share Posted October 13, 2012 YourName : طلعت تمامبس الاسم مو كامل >< والبنق ماظهر >< ذذ الاسم عندي يظهر كامل اما بالنسبه للبنق ما اعرف, انتظر تابل او عاشق الشرق يفيدونك اكتر Link to comment
iPrestege Posted October 13, 2012 Author Share Posted October 13, 2012 بآلآنتظار والاسم مآيظهر كآمل وظآهر تحت ! مدري ليةة !! بآنتظآر تآبل ولا عآشقق ~ الكود : GUIEditor_Window = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Window[1] = guiCreateWindow(288,150,262,437,"Spawn Panel By >>»FAHAD..<<«",false) GUIEditor_Label[1] = guiCreateLabel ( 15,400,136,30, "Your Name:", true,GUIEditor_Window[1]) GUIEditor_Label[2] = guiCreateLabel (15,400,136,30, "Your Ping", true,GUIEditor_Window[1] ) GUIEditor_Button[1] = guiCreateButton(11,148,77,28,"النخيل",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(163,146,80,29,"الدائري",false,GUIEditor_Window[1]) GUIEditor_Button[3] = guiCreateButton(12,242,74,30,"الدخل",false,GUIEditor_Window[1]) GUIEditor_Button[4] = guiCreateButton(166,244,77,31,"الغروب",false,GUIEditor_Window[1]) GUIEditor_Button[5] = guiCreateButton(11,327,77,30,"ساحة القتال",false,GUIEditor_Window[1]) GUIEditor_Button[6] = guiCreateButton(165,326,80,28,"مهمة البنك",false,GUIEditor_Window[1]) GUIEditor_Label[1] = guiCreateLabel(15,407,136,30,"By »FAHAD..«",false,GUIEditor_Window[1]) function resourceStart () bindKey ("F2", "down", menuShow) end addEventHandler ("onClientResourceStart", getResourceRootElement ( getThisResource () ), resourceStart) function menuShow () visableornot = guiGetVisible (GUIEditor_Window[1]) if (visableornot == true) then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) end if (visableornot == false) then guiSetVisible (GUIEditor_Window[1], true) showCursor (true) end end addEventHandler("onClientRender", getRootElement(), function () if guiGetVisible(GUIEditor_Window[1]) then guiSetText(GUIEditor_Label[1],"Your Name: "..getPlayerName(getLocalPlayer())) end end ) function Ping() local myPing = getPlayerPing(getLocalPlayer()) guiSetText ( GUIEditor_Label[2], "Your Ping: ".. tostring(myPing) .." " ) end Link to comment
TurnUP Posted October 13, 2012 Share Posted October 13, 2012 اذا عندك الاسم مو كامل يظهر جرب طوٌل طوول الليبل عشان يمكن اسمك طويل Link to comment
iPrestege Posted October 13, 2012 Author Share Posted October 13, 2012 اللبل طولتة لهالحجم وماظهر >< : 288,150,262,437 Link to comment
TurnUP Posted October 13, 2012 Share Posted October 13, 2012 الحين جرب الاسم يظهر كامل ؟؟ GUIEditor_Window = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Window[1] = guiCreateWindow(288,150,262,437,"Spawn Panel By >>»FAHAD..<<«",false) GUIEditor_Label[1] = guiCreateLabel ( 15,400,410,30, "Your Name:", false,GUIEditor_Window[1]) GUIEditor_Label[2] = guiCreateLabel (3, 3, 5, 1, "Your Ping:", false,GUIEditor_Window[1] ) GUIEditor_Button[1] = guiCreateButton(11,148,77,28,"النخيل",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(163,146,80,29,"الدائري",false,GUIEditor_Window[1]) GUIEditor_Button[3] = guiCreateButton(12,242,74,30,"الدخل",false,GUIEditor_Window[1]) GUIEditor_Button[4] = guiCreateButton(166,244,77,31,"الغروب",false,GUIEditor_Window[1]) GUIEditor_Button[5] = guiCreateButton(11,327,77,30,"ساحة القتال",false,GUIEditor_Window[1]) GUIEditor_Button[6] = guiCreateButton(165,326,80,28,"مهمة البنك",false,GUIEditor_Window[1]) function resourceStart () bindKey ("F2", "down", menuShow) end addEventHandler ("onClientResourceStart", getResourceRootElement ( getThisResource () ), resourceStart) function menuShow () visableornot = guiGetVisible (GUIEditor_Window[1]) if (visableornot == true) then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) end if (visableornot == false) then guiSetVisible (GUIEditor_Window[1], true) showCursor (true) end end addEventHandler("onClientRender", getRootElement(), function () if guiGetVisible(GUIEditor_Window[1]) then guiSetText(GUIEditor_Label[1],"Your Name: "..getPlayerName(getLocalPlayer())) end end ) function Ping() local myPing = getPlayerPing(getLocalPlayer()) guiSetText ( GUIEditor_Label[2], "Your Ping: ".. tostring(myPing) " " ) end Link to comment
iPrestege Posted October 13, 2012 Author Share Posted October 13, 2012 تمام يسلمو بس يظهر تحت اخر النافذة !! تقدر تشوف الحل ؟ والبنق مايظهر ؟ Link to comment
TurnUP Posted October 13, 2012 Share Posted October 13, 2012 تمام يسلمو بس يظهر تحت اخر النافذة !! تقدر تشوف الحل ؟والبنق مايظهر ؟ اما بالنسبه للبنق انا جربت 1000 طريقة مش ظابته GUIEditor_Window = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Window[1] = guiCreateWindow(288,150,262,437,"Spawn Panel By >>»FAHAD..<<«",false) GUIEditor_Label[1] = guiCreateLabel ( 30,30, 400, 20, "Your Name: ", false,GUIEditor_Window[1]) GUIEditor_Label[2] = guiCreateLabel (30,50, 400, 20, "Your Ping: ", false,GUIEditor_Window[1] ) GUIEditor_Button[1] = guiCreateButton(11,148,77,28,"النخيل",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(163,146,80,29,"الدائري",false,GUIEditor_Window[1]) GUIEditor_Button[3] = guiCreateButton(12,242,74,30,"الدخل",false,GUIEditor_Window[1]) GUIEditor_Button[4] = guiCreateButton(166,244,77,31,"الغروب",false,GUIEditor_Window[1]) GUIEditor_Button[5] = guiCreateButton(11,327,77,30,"ساحة القتال",false,GUIEditor_Window[1]) GUIEditor_Button[6] = guiCreateButton(165,326,80,28,"مهمة البنك",false,GUIEditor_Window[1]) function resourceStart () bindKey ("F2", "down", menuShow) end addEventHandler ("onClientResourceStart", getResourceRootElement ( getThisResource () ), resourceStart) function menuShow () visableornot = guiGetVisible (GUIEditor_Window[1]) if (visableornot == true) then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) end if (visableornot == false) then guiSetVisible (GUIEditor_Window[1], true) showCursor (true) end end addEventHandler("onClientRender", getRootElement(), function () if guiGetVisible(GUIEditor_Window[1]) then guiSetText(GUIEditor_Label[1],"Your Name: "..getPlayerName(getLocalPlayer())) end end ) function ping1() local ping = getPlayerPing(getLocalPlayer()) guiSetText (GUIEditor_Label[2],"Your Ping: "..tostring(ping1).." " ) end Link to comment
iPrestege Posted October 13, 2012 Author Share Posted October 13, 2012 تمام Your Ping ظهرت بس مايحسب البنق >< + تعرف تلون الازرار واللبل معك اكواد ؟ Link to comment
TurnUP Posted October 13, 2012 Share Posted October 13, 2012 جرب شوف البنق يظهر ؟؟ كلنت GUIEditor_Window = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Window[1] = guiCreateWindow(288,150,262,437,"Spawn Panel By >>»FAHAD..<<«",false) GUIEditor_Label[1] = guiCreateLabel ( 30,30, 400, 20, "Your Name: ", false,GUIEditor_Window[1]) GUIEditor_Label[2] = guiCreateLabel (30,50, 400, 20, "Your Ping: ", false,GUIEditor_Window[1] ) GUIEditor_Button[1] = guiCreateButton(11,148,77,28,"النخيل",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(163,146,80,29,"الدائري",false,GUIEditor_Window[1]) GUIEditor_Button[3] = guiCreateButton(12,242,74,30,"الدخل",false,GUIEditor_Window[1]) GUIEditor_Button[4] = guiCreateButton(166,244,77,31,"الغروب",false,GUIEditor_Window[1]) GUIEditor_Button[5] = guiCreateButton(11,327,77,30,"ساحة القتال",false,GUIEditor_Window[1]) GUIEditor_Button[6] = guiCreateButton(165,326,80,28,"مهمة البنك",false,GUIEditor_Window[1]) function resourceStart () bindKey ("F2", "down", menuShow) end addEventHandler ("onClientResourceStart", getResourceRootElement ( getThisResource () ), resourceStart) function menuShow () visableornot = guiGetVisible (GUIEditor_Window[1]) if (visableornot == true) then guiSetVisible (GUIEditor_Window[1], false) showCursor (false) end if (visableornot == false) then guiSetVisible (GUIEditor_Window[1], true) showCursor (true) end end addEventHandler("onClientRender", getRootElement(), function () if guiGetVisible(GUIEditor_Window[1]) then guiSetText(GUIEditor_Label[1],"Your Name: "..getPlayerName(getLocalPlayer())) end end ) ----- addEventHandler("onClientRender",root, function() triggerServerEvent("getIP",localPlayer) end) addEvent("dd",true) addEventHandler("dd",root, function(theIP) guiSetText(GUIEditor_Label[2], "Your IP : " .. theIP) end) سيرفر addEvent("getIP",true) addEventHandler("getIP",root, function() local theIP=getPlayerIP(client) triggerClientEvent(client,"dd",client,theIP) end) Link to comment
iPrestege Posted October 13, 2012 Author Share Posted October 13, 2012 تسلم يالغالي البنق حلها عناد عندك كود تلوين البل + الزر ؟ Link to comment
TurnUP Posted October 13, 2012 Share Posted October 13, 2012 تسلم يالغالي البنق حلها عناد عندك كود تلوين البل + الزر ؟ يتلوين الليبل طبعا غيير الارقام حسب اللون الي تبيه guiLabelSetColor(GUIEditor_Label[1],255,255,0) اما الازرار ما اعرف Link to comment
iPrestege Posted October 13, 2012 Author Share Posted October 13, 2012 تسلم يالغلا ~ يغلق 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