saydoo122 Posted August 8, 2015 Share Posted August 8, 2015 شباب انا عضو جديد بس من زمان العب .. ولا مره سويت مود حق ام تي ايه .. اما اليوم خطر ف بالي اسوي مود .. هذا المود اعتقد سسهل عندكم لكن صعب عندي ههه انا سويت المود وخليته يفتح بأف 10 واذا تدخل السيرفر اللوحة ما تطلع بوجهك وينكتب كلام بالشات لاكنـ للأسف ما صار مدري شصار فيه وما عرفت اليه الي يعرف رجاءا يساعدني وشكرا مقدما ^^ وهذا هو الكود اصحابي GUIEditor = { label = {}, memo = {} } Hours = guiCreateWindow(195, 79, 431, 411, "Hours Admin | By BiG,#BoSs~", false) guiWindowSetSizable(Hours, false) guiSetProperty(Hours, "CaptionColour", "FEFE0000") guiSetVisible (Hours,false) GUIEditor.label[1] = guiCreateLabel(3, 22, 423, 18, "Plzz IF You want an Admin Collect a Hours .. BiG,#BoSs~", false, Hours) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 249, 228, 4) guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) GUIEditor.label[2] = guiCreateLabel(5, 388, 260, 13, "This Panel Created By | BiG,BoSs~", false, Hours) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 19, 70, 233) guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) GUIEditor.label[3] = guiCreateLabel(264, 388, 157, 12, "Server Black Jocker ~", false, Hours) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetColor(GUIEditor.label[3], 235, 124, 16) guiLabelSetHorizontalAlign(GUIEditor.label[3], "center", false) GUIEditor.memo[1] = guiCreateMemo(9, 57, 412, 327, "------------------------------------------------------------------------------------------------\n1- V.I.P #~ Hours #~ 15hours\n------------------------------------------------------------------------------------------------\n2- Moderator1 #~ Hours #~ 23hours\n------------------------------------------------------------------------------------------------\n3- Moderator2 #~ Hours #~ 30hours\n------------------------------------------------------------------------------------------------\n4- SupModeraTor1 #~ Hours #~ 40hours\n------------------------------------------------------------------------------------------------\n5- SupModerator2 #~ Hours #~ 50hours\n------------------------------------------------------------------------------------------------\n6- Admin1 #~ Hours #~ 65hours\n------------------------------------------------------------------------------------------------\n7- Admin.Plus #~ Hours #~ 80hours\n------------------------------------------------------------------------------------------------\n8- Admin.ToP #~ Hours #~ 95hours\n------------------------------------------------------------------------------------------------\n9- General.Admin #~ Hours #~ 140hours\n------------------------------------------------------------------------------------------------\n10- (VIP-System) You should win in the Competitions\n------------------------------------------------------------------------------------------------", false, Hours) guiMemoSetReadOnly(GUIEditor.memo[1], true) GUIEditor.label[4] = guiCreateLabel(3, 40, 214, 15, "The Rank .. IF You want To #~", false, Hours) guiSetFont(GUIEditor.label[4], "default-bold-small") guiLabelSetColor(GUIEditor.label[4], 95, 245, 5) guiLabelSetHorizontalAlign(GUIEditor.label[4], "center", false) GUIEditor.label[5] = guiCreateLabel(216, 40, 205, 15, "The Hours .. IF You want Rank #~", false, Hours) guiSetFont(GUIEditor.label[5], "default-bold-small") guiLabelSetColor(GUIEditor.label[5], 95, 245, 5) outputChatBox("Hours Admin Panel .. Press F10 .. #BiG,#BoSs~", 40, 255, 80) guiSetVisible (Hours, false) function OpenWin() if guiGetVisible ( Hours ) then guiSetVisible ( Hours, false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( Hours, true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F2", "down", OpenWin) وأكرر شكري اخوتي ^^ Link to comment
iMr.SFA7 Posted August 8, 2015 Share Posted August 8, 2015 (edited) GUIEditor = { label = {}, memo = {} } Hours = guiCreateWindow(195, 79, 431, 411, "Hours Admin | By BiG,#BoSs~", false) guiWindowSetSizable(Hours, false) guiSetProperty(Hours, "CaptionColour", "FEFE0000") guiSetVisible (Hours,false) GUIEditor.label[1] = guiCreateLabel(3, 22, 423, 18, "Plzz IF You want an Admin Collect a Hours .. BiG,#BoSs~", false, Hours) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 249, 228, 4) guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) GUIEditor.label[2] = guiCreateLabel(5, 388, 260, 13, "This Panel Created By | BiG,BoSs~", false, Hours) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 19, 70, 233) guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) GUIEditor.label[3] = guiCreateLabel(264, 388, 157, 12, "Server Black Jocker ~", false, Hours) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetColor(GUIEditor.label[3], 235, 124, 16) guiLabelSetHorizontalAlign(GUIEditor.label[3], "center", false) GUIEditor.memo[1] = guiCreateMemo(9, 57, 412, 327, "------------------------------------------------------------------------------------------------\n1- V.I.P #~ Hours #~ 15hours\n------------------------------------------------------------------------------------------------\n2- Moderator1 #~ Hours #~ 23hours\n------------------------------------------------------------------------------------------------\n3- Moderator2 #~ Hours #~ 30hours\n------------------------------------------------------------------------------------------------\n4- SupModeraTor1 #~ Hours #~ 40hours\n------------------------------------------------------------------------------------------------\n5- SupModerator2 #~ Hours #~ 50hours\n------------------------------------------------------------------------------------------------\n6- Admin1 #~ Hours #~ 65hours\n------------------------------------------------------------------------------------------------\n7- Admin.Plus #~ Hours #~ 80hours\n------------------------------------------------------------------------------------------------\n8- Admin.ToP #~ Hours #~ 95hours\n------------------------------------------------------------------------------------------------\n9- General.Admin #~ Hours #~ 140hours\n------------------------------------------------------------------------------------------------\n10- (VIP-System) You should win in the Competitions\n------------------------------------------------------------------------------------------------", false, Hours) guiMemoSetReadOnly(GUIEditor.memo[1], true) GUIEditor.label[4] = guiCreateLabel(3, 40, 214, 15, "The Rank .. IF You want To #~", false, Hours) guiSetFont(GUIEditor.label[4], "default-bold-small") guiLabelSetColor(GUIEditor.label[4], 95, 245, 5) guiLabelSetHorizontalAlign(GUIEditor.label[4], "center", false) GUIEditor.label[5] = guiCreateLabel(216, 40, 205, 15, "The Hours .. IF You want Rank #~", false, Hours) guiSetFont(GUIEditor.label[5], "default-bold-small") guiLabelSetColor(GUIEditor.label[5], 95, 245, 5) outputChatBox("Hours Admin Panel .. Press F10 .. #BiG,#BoSs~", 40, 255, 80) guiSetVisible (Hours, false) function OpenWin() if guiGetVisible ( Hours ) then guiSetVisible ( Hours, false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( Hours, true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F10", "down", OpenWin) Edited August 8, 2015 by Guest Link to comment
#Madara Posted August 8, 2015 Share Posted August 8, 2015 القسم غلط , أنت تقول تبيه يفتح بأف 10 لاكن انت مخليه يفتح بأف 2 GUIEditor = { label = {}, memo = {} } Hours = guiCreateWindow(195, 79, 431, 411, "Hours Admin | By BiG,#BoSs~", false) guiWindowSetSizable(Hours, false) guiSetProperty(Hours, "CaptionColour", "FEFE0000") guiSetVisible (Hours,false) GUIEditor.label[1] = guiCreateLabel(3, 22, 423, 18, "Plzz IF You want an Admin Collect a Hours .. BiG,#BoSs~", false, Hours) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 249, 228, 4) guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) GUIEditor.label[2] = guiCreateLabel(5, 388, 260, 13, "This Panel Created By | BiG,BoSs~", false, Hours) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 19, 70, 233) guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) GUIEditor.label[3] = guiCreateLabel(264, 388, 157, 12, "Server Black Jocker ~", false, Hours) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetColor(GUIEditor.label[3], 235, 124, 16) guiLabelSetHorizontalAlign(GUIEditor.label[3], "center", false) GUIEditor.memo[1] = guiCreateMemo(9, 57, 412, 327, "------------------------------------------------------------------------------------------------\n1- V.I.P #~ Hours #~ 15hours\n------------------------------------------------------------------------------------------------\n2- Moderator1 #~ Hours #~ 23hours\n------------------------------------------------------------------------------------------------\n3- Moderator2 #~ Hours #~ 30hours\n------------------------------------------------------------------------------------------------\n4- SupModeraTor1 #~ Hours #~ 40hours\n------------------------------------------------------------------------------------------------\n5- SupModerator2 #~ Hours #~ 50hours\n------------------------------------------------------------------------------------------------\n6- Admin1 #~ Hours #~ 65hours\n------------------------------------------------------------------------------------------------\n7- Admin.Plus #~ Hours #~ 80hours\n------------------------------------------------------------------------------------------------\n8- Admin.ToP #~ Hours #~ 95hours\n------------------------------------------------------------------------------------------------\n9- General.Admin #~ Hours #~ 140hours\n------------------------------------------------------------------------------------------------\n10- (VIP-System) You should win in the Competitions\n------------------------------------------------------------------------------------------------", false, Hours) guiMemoSetReadOnly(GUIEditor.memo[1], true) GUIEditor.label[4] = guiCreateLabel(3, 40, 214, 15, "The Rank .. IF You want To #~", false, Hours) guiSetFont(GUIEditor.label[4], "default-bold-small") guiLabelSetColor(GUIEditor.label[4], 95, 245, 5) guiLabelSetHorizontalAlign(GUIEditor.label[4], "center", false) GUIEditor.label[5] = guiCreateLabel(216, 40, 205, 15, "The Hours .. IF You want Rank #~", false, Hours) guiSetFont(GUIEditor.label[5], "default-bold-small") guiLabelSetColor(GUIEditor.label[5], 95, 245, 5) outputChatBox("Hours Admin Panel .. Press F10 .. #BiG,#BoSs~", 40, 255, 80,true) guiSetVisible (Hours, false) function OpenWin() if guiGetVisible ( Hours ) then guiSetVisible ( Hours, false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( Hours, true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F10", "down", OpenWin) Link to comment
saydoo122 Posted August 8, 2015 Author Share Posted August 8, 2015 شكرا اخواني الأعزاء + جاري التجربه ... Link to comment
iMr.SFA7 Posted August 8, 2015 Share Posted August 8, 2015 شكرا اخواني الأعزاء + جاري التجربه ... حياك الله 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