Jump to content

xBeSoOo_

Members
  • Posts

    83
  • Joined

  • Last visited

  • Days Won

    2

xBeSoOo_ last won the day on May 16 2020

xBeSoOo_ had the most liked content!

Recent Profile Visitors

608 profile views

xBeSoOo_'s Achievements

Transformer

Transformer (11/54)

16

Reputation

  1. GUIEditor.window[1] = guiCreateWindow(365, 108, 571, 518, "SupportChat", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible(GUIEditor.window[1], false) GUIEditor.gridlist[1] = guiCreateGridList(9, 20, 553, 416, false, GUIEditor.window[1]) guiGridListAddColumn(GUIEditor.gridlist[1], "الرسالة", 0.9) GUIEditor.edit[1] = guiCreateEdit(9, 438, 462, 21, "", false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(471, 438, 91, 21, "إرسال", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") GUIEditor.button[3] = guiCreateButton(471, 490, 91, 19, "إغلاق", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFAAAAAA") GUIEditor.checkbox[2] = guiCreateCheckBox(11, 462, 134, 22, "أنا مساعد", true, false, GUIEditor.window[1])--149, 462, 80, 22, GUIEditor.label[1] = guiCreateLabel(237, 493, 94, 15, "By: KonaaaN200", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[1], 231, 233, 21) GUIEditor.button[4] = guiCreateButton(11, 490, 91, 18, "إسكات", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFD0000") GUIEditor.button[5] = guiCreateButton(107, 490, 91, 18, "فك الإسكات", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF4EFE00") --GUIEditor.checkbox[3] = guiCreateCheckBox(229, 462, 80, 22, "غير مساعد", false, false, GUIEditor.window[1]) GUIEditor.window[2] = guiCreateWindow(555, 187, 200, 302, "لوحة الميوت", false) guiWindowSetSizable(GUIEditor.window[2], false) guiSetVisible(GUIEditor.window[2], false) GUIEditor.combobox[1] = guiCreateComboBox(9, 22, 69, 217, "240", false, GUIEditor.window[2]) guiComboBoxAddItem(GUIEditor.combobox[1], "1200") guiComboBoxAddItem(GUIEditor.combobox[1], "1200") guiComboBoxAddItem(GUIEditor.combobox[1], "600") guiComboBoxAddItem(GUIEditor.combobox[1], "600") guiComboBoxAddItem(GUIEditor.combobox[1], "240") guiComboBoxAddItem(GUIEditor.combobox[1], "240") guiComboBoxAddItem(GUIEditor.combobox[1], "120") guiComboBoxAddItem(GUIEditor.combobox[1], "120") guiComboBoxAddItem(GUIEditor.combobox[1], "60") guiComboBoxAddItem(GUIEditor.combobox[1], "30") guiComboBoxAddItem(GUIEditor.combobox[1], "30") guiComboBoxAddItem(GUIEditor.combobox[1], "15") guiComboBoxAddItem(GUIEditor.combobox[1], "1") GUIEditor.label[2] = guiCreateLabel(78, 43, 117, 23, "نشر متعمد________", false, GUIEditor.window[2]) GUIEditor.label[3] = guiCreateLabel(78, 56, 117, 23, "سب+18__________", false, GUIEditor.window[2]) GUIEditor.label[4] = guiCreateLabel(78, 69, 117, 23, "تخريب متعمد_______", false, GUIEditor.window[2]) GUIEditor.label[5] = guiCreateLabel(78, 82, 117, 23, "نشر غير متعمد_____", false, GUIEditor.window[2]) GUIEditor.label[6] = guiCreateLabel(78, 95, 117, 23, "سب خفيف________", false, GUIEditor.window[2]) GUIEditor.label[7] = guiCreateLabel(78, 115, 117, 23, "تخريب غير متعمد____", false, GUIEditor.window[2]) GUIEditor.label[8] = guiCreateLabel(78, 128, 117, 23, "إستهبال__________", false, GUIEditor.window[2]) GUIEditor.label[9] = guiCreateLabel(78, 141, 117, 23, "السواليف__________", false, GUIEditor.window[2]) GUIEditor.label[10] = guiCreateLabel(78, 154, 117, 23, "المساعدة الخاطئة___", false, GUIEditor.window[2]) GUIEditor.label[11] = guiCreateLabel(78, 170, 117, 23, "طلب إنضمام+فلوس__", false, GUIEditor.window[2]) GUIEditor.label[12] = guiCreateLabel(78, 183, 117, 23, "تكرار السؤال_______", false, GUIEditor.window[2]) GUIEditor.label[13] = guiCreateLabel(78, 196, 117, 23, "النداء___________", false, GUIEditor.window[2]) GUIEditor.label[14] = guiCreateLabel(78, 206, 117, 23, "تنبيه المستجد_____", false, GUIEditor.window[2]) guiLabelSetVerticalAlign(GUIEditor.label[14], "center") GUIEditor.button[6] = guiCreateButton(115, 274, 76, 19, "إغلاق", false, GUIEditor.window[2]) guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FFAAAAAA") GUIEditor.button[7] = guiCreateButton(9, 274, 76, 19, "إسكات", false, GUIEditor.window[2]) guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FFFD0000") addEventHandler("onClientGUIClick",GUIEditor.button[8], function() local sel_g = guiGridListGetSelectedItem(GUIEditor.gridlist[1]) local sel_c = guiComboBoxGetSelected(GUIEditor.combobox[1]) if sel_g ~= -1 and sel_c ~= -1 then local theName = guiGridListGetItemText(GUIEditor.gridlist[1] ,sel_g,1) local time = tonumber(guiComboBoxGetItemText(GUIEditor.combobox[1],sel_c)) local unmuteTimer = (time * 60) * 1000 triggerServerEvent("MUTE",localPlayer,theName,unmuteTimer) end end) addEventHandler("onClientGUIClick",GUIEditor.button[1], function () if getElementData(localPlayer,"MUTED") then outputChatBox ("You are muted.",255,5,5) end end) --server local muted_players = {} addEvent ("MUTE",true) addEventHandler("MUTE",root, function(name,time) local plr = getPlayerFromName(name) if not isTimer (muted_players[plr]) and not getElementData(plr,"MUTED") then setElementData(plr,"MUTED",true) muted_players[plr] = setTimer ( function () muted_players[plr] = nil removeElementData(plr,"MUTED") outputChatBox ("UNMUTED SUCCESSFUL",plr,5,255,5) end,time,1,plr,muted_players) else outputChatBox(""..name.." is already muted.",source,255,5,5) end end)
  2. يخي ما ابي الكود والله وش الي يطلعلك في الدي بج
  3. اجل وش هي الموضوع داخل في 3 صفح XD
  4. نفس المشكلة في الدي بج ولا مختلفة ؟
  5. GUIEditor.window[1] = guiCreateWindow(365, 108, 571, 518, "SupportChat", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible(GUIEditor.window[1], false) GUIEditor.gridlist[1] = guiCreateGridList(9, 20, 553, 416, false, GUIEditor.window[1]) guiGridListAddColumn(GUIEditor.gridlist[1], "الرسالة", 0.9) GUIEditor.edit[1] = guiCreateEdit(9, 438, 462, 21, "", false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(471, 438, 91, 21, "إرسال", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") GUIEditor.button[3] = guiCreateButton(471, 490, 91, 19, "إغلاق", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFAAAAAA") GUIEditor.checkbox[2] = guiCreateCheckBox(11, 462, 134, 22, "أنا مساعد", true, false, GUIEditor.window[1])--149, 462, 80, 22, GUIEditor.label[1] = guiCreateLabel(237, 493, 94, 15, "By: KonaaaN200", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[1], 231, 233, 21) GUIEditor.button[4] = guiCreateButton(11, 490, 91, 18, "إسكات", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFD0000") GUIEditor.button[5] = guiCreateButton(107, 490, 91, 18, "فك الإسكات", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF4EFE00") --GUIEditor.checkbox[3] = guiCreateCheckBox(229, 462, 80, 22, "غير مساعد", false, false, GUIEditor.window[1]) GUIEditor.window[2] = guiCreateWindow(555, 187, 200, 302, "لوحة الميوت", false) guiWindowSetSizable(GUIEditor.window[2], false) guiSetVisible(GUIEditor.window[2], false) GUIEditor.combobox[1] = guiCreateComboBox(9, 22, 69, 217, "240", false, GUIEditor.window[2]) guiComboBoxAddItem(GUIEditor.combobox[1], "1200") guiComboBoxAddItem(GUIEditor.combobox[1], "1200") guiComboBoxAddItem(GUIEditor.combobox[1], "600") guiComboBoxAddItem(GUIEditor.combobox[1], "600") guiComboBoxAddItem(GUIEditor.combobox[1], "240") guiComboBoxAddItem(GUIEditor.combobox[1], "240") guiComboBoxAddItem(GUIEditor.combobox[1], "120") guiComboBoxAddItem(GUIEditor.combobox[1], "120") guiComboBoxAddItem(GUIEditor.combobox[1], "60") guiComboBoxAddItem(GUIEditor.combobox[1], "30") guiComboBoxAddItem(GUIEditor.combobox[1], "30") guiComboBoxAddItem(GUIEditor.combobox[1], "15") guiComboBoxAddItem(GUIEditor.combobox[1], "1") GUIEditor.label[2] = guiCreateLabel(78, 43, 117, 23, "نشر متعمد________", false, GUIEditor.window[2]) GUIEditor.label[3] = guiCreateLabel(78, 56, 117, 23, "سب+18__________", false, GUIEditor.window[2]) GUIEditor.label[4] = guiCreateLabel(78, 69, 117, 23, "تخريب متعمد_______", false, GUIEditor.window[2]) GUIEditor.label[5] = guiCreateLabel(78, 82, 117, 23, "نشر غير متعمد_____", false, GUIEditor.window[2]) GUIEditor.label[6] = guiCreateLabel(78, 95, 117, 23, "سب خفيف________", false, GUIEditor.window[2]) GUIEditor.label[7] = guiCreateLabel(78, 115, 117, 23, "تخريب غير متعمد____", false, GUIEditor.window[2]) GUIEditor.label[8] = guiCreateLabel(78, 128, 117, 23, "إستهبال__________", false, GUIEditor.window[2]) GUIEditor.label[9] = guiCreateLabel(78, 141, 117, 23, "السواليف__________", false, GUIEditor.window[2]) GUIEditor.label[10] = guiCreateLabel(78, 154, 117, 23, "المساعدة الخاطئة___", false, GUIEditor.window[2]) GUIEditor.label[11] = guiCreateLabel(78, 170, 117, 23, "طلب إنضمام+فلوس__", false, GUIEditor.window[2]) GUIEditor.label[12] = guiCreateLabel(78, 183, 117, 23, "تكرار السؤال_______", false, GUIEditor.window[2]) GUIEditor.label[13] = guiCreateLabel(78, 196, 117, 23, "النداء___________", false, GUIEditor.window[2]) GUIEditor.label[14] = guiCreateLabel(78, 206, 117, 23, "تنبيه المستجد_____", false, GUIEditor.window[2]) guiLabelSetVerticalAlign(GUIEditor.label[14], "center") GUIEditor.button[6] = guiCreateButton(115, 274, 76, 19, "إغلاق", false, GUIEditor.window[2]) guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FFAAAAAA") GUIEditor.button[7] = guiCreateButton(9, 274, 76, 19, "إسكات", false, GUIEditor.window[2]) guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FFFD0000") addEventHandler("onClientGUIClick",GUIEditor.button[8], function() local sel_g = guiGridListGetSelectedItem(GUIEditor.gridlist[1]) local sel_c = guiComboBoxGetSelected(GUIEditor.combobox[1]) if sel_g ~= -1 and sel_c ~= -1 then local theName = guiGridListGetItemText(GUIEditor.gridlist[1] ,sel_g,1) local thePlr = getPlayerFromName (theName) local time = tonumber(guiComboBoxGetItemText(GUIEditor.combobox[1],sel_c)) local unmuteTimer = (time * 60) * 1000 triggerServerEvent("MUTE",localPlayer,thePlr,theName,unmuteTimer) end end) addEventHandler("onClientGUIClick",GUIEditor.button[1], function () if getElementData(localPlayer,"MUTED") then outputChatBox ("You are muted.",255,5,5) end end) --server local muted_players = {} addEvent ("MUTE",true) addEventHandler("MUTE",root, function(plr,name,time) if not isTimer (muted_players[plr]) and not getElementData(plr,"MUTED") then setElementData(plr,"MUTED",true) muted_players[plr] = setTimer ( function () muted_players[plr] = nil removeElementData(plr,"MUTED") outputChatBox ("UNMUTED SUCCESSFUL",plr,5,255,5) end,time,1,plr,muted_players) else outputChatBox(""..name.." is already muted.",source,255,5,5) end end)
  6. وش يطلع في الدي بج ؟ او المشكلة الي صايرة وش ؟
  7. GUIEditor.window[1] = guiCreateWindow(365, 108, 571, 518, "SupportChat", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible(GUIEditor.window[1], false) GUIEditor.gridlist[1] = guiCreateGridList(9, 20, 553, 416, false, GUIEditor.window[1]) guiGridListAddColumn(GUIEditor.gridlist[1], "الرسالة", 0.9) GUIEditor.edit[1] = guiCreateEdit(9, 438, 462, 21, "", false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(471, 438, 91, 21, "إرسال", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") GUIEditor.button[3] = guiCreateButton(471, 490, 91, 19, "إغلاق", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFAAAAAA") GUIEditor.checkbox[2] = guiCreateCheckBox(11, 462, 134, 22, "أنا مساعد", true, false, GUIEditor.window[1])--149, 462, 80, 22, GUIEditor.label[1] = guiCreateLabel(237, 493, 94, 15, "By: KonaaaN200", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[1], 231, 233, 21) GUIEditor.button[4] = guiCreateButton(11, 490, 91, 18, "إسكات", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFD0000") GUIEditor.button[5] = guiCreateButton(107, 490, 91, 18, "فك الإسكات", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF4EFE00") --GUIEditor.checkbox[3] = guiCreateCheckBox(229, 462, 80, 22, "غير مساعد", false, false, GUIEditor.window[1]) GUIEditor.window[2] = guiCreateWindow(555, 187, 200, 302, "لوحة الميوت", false) guiWindowSetSizable(GUIEditor.window[2], false) guiSetVisible(GUIEditor.window[2], false) GUIEditor.combobox[1] = guiCreateComboBox(9, 22, 69, 217, "240", false, GUIEditor.window[2]) guiComboBoxAddItem(GUIEditor.combobox[1], "1200") guiComboBoxAddItem(GUIEditor.combobox[1], "1200") guiComboBoxAddItem(GUIEditor.combobox[1], "600") guiComboBoxAddItem(GUIEditor.combobox[1], "600") guiComboBoxAddItem(GUIEditor.combobox[1], "240") guiComboBoxAddItem(GUIEditor.combobox[1], "240") guiComboBoxAddItem(GUIEditor.combobox[1], "120") guiComboBoxAddItem(GUIEditor.combobox[1], "120") guiComboBoxAddItem(GUIEditor.combobox[1], "60") guiComboBoxAddItem(GUIEditor.combobox[1], "30") guiComboBoxAddItem(GUIEditor.combobox[1], "30") guiComboBoxAddItem(GUIEditor.combobox[1], "15") guiComboBoxAddItem(GUIEditor.combobox[1], "1") GUIEditor.label[2] = guiCreateLabel(78, 43, 117, 23, "نشر متعمد________", false, GUIEditor.window[2]) GUIEditor.label[3] = guiCreateLabel(78, 56, 117, 23, "سب+18__________", false, GUIEditor.window[2]) GUIEditor.label[4] = guiCreateLabel(78, 69, 117, 23, "تخريب متعمد_______", false, GUIEditor.window[2]) GUIEditor.label[5] = guiCreateLabel(78, 82, 117, 23, "نشر غير متعمد_____", false, GUIEditor.window[2]) GUIEditor.label[6] = guiCreateLabel(78, 95, 117, 23, "سب خفيف________", false, GUIEditor.window[2]) GUIEditor.label[7] = guiCreateLabel(78, 115, 117, 23, "تخريب غير متعمد____", false, GUIEditor.window[2]) GUIEditor.label[8] = guiCreateLabel(78, 128, 117, 23, "إستهبال__________", false, GUIEditor.window[2]) GUIEditor.label[9] = guiCreateLabel(78, 141, 117, 23, "السواليف__________", false, GUIEditor.window[2]) GUIEditor.label[10] = guiCreateLabel(78, 154, 117, 23, "المساعدة الخاطئة___", false, GUIEditor.window[2]) GUIEditor.label[11] = guiCreateLabel(78, 170, 117, 23, "طلب إنضمام+فلوس__", false, GUIEditor.window[2]) GUIEditor.label[12] = guiCreateLabel(78, 183, 117, 23, "تكرار السؤال_______", false, GUIEditor.window[2]) GUIEditor.label[13] = guiCreateLabel(78, 196, 117, 23, "النداء___________", false, GUIEditor.window[2]) GUIEditor.label[14] = guiCreateLabel(78, 206, 117, 23, "تنبيه المستجد_____", false, GUIEditor.window[2]) guiLabelSetVerticalAlign(GUIEditor.label[14], "center") GUIEditor.button[6] = guiCreateButton(115, 274, 76, 19, "إغلاق", false, GUIEditor.window[2]) guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FFAAAAAA") GUIEditor.button[7] = guiCreateButton(9, 274, 76, 19, "إسكات", false, GUIEditor.window[2]) guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FFFD0000") addEventHandler("onClientGUIClick",GUIEditor.button[8], function() local sel_g = guiGridListGetSelectedItem(GUIEditor.gridlist[1]) local sel_c = guiComboBoxGetSelected(GUIEditor.combobox[1]) if sel_g ~= -1 and sel_c ~= -1 then local theName = guiGridListGetItemText(GUIEditor.gridlist[1] ,sel_g,1) local thePlr = getPlayerFromName (theName) local unmuteTimer = ( (tonumber(guiComboBoxGetItemText(GUIEditor.combobox[1],sel_c)) * 60) * 1000) ) triggerServerEvent("MUTE",localPlayer,thePlr,theName,unmuteTimer) end end) addEventHandler("onClientGUIClick",GUIEditor.button[1], function () if getElementData(localPlayer,"MUTED") then outputChatBox ("You are muted.",255,5,5) end end) --server local muted_players = {} addEvent ("MUTE",true) addEventHandler("MUTE",root, function(plr,name,time) if not isTimer (muted_players[plr]) and not getElementData(plr,"MUTED") then setElementData(plr,"MUTED",true) muted_players[plr] = setTimer ( function () muted_players[plr] = nil removeElementData(plr,"MUTED") outputChatBox ("UNMUTED SUCCESSFUL",plr,5,255,5) end,time,1,plr,muted_players) else outputChatBox(""..name.." is already muted.",source,255,5,5) end end) لو تبي تحط كود حطه مثل كذا ما تحطه كتابة عادية + وانت تكتب الكود استخدم tab عشان يصير كودك قابل للقرائة و ارجع شوف الشروحات حقت return عشان تقدر تستخدمها بطريقة صحيحة
  8. سوي الي تبيه و خبص واعرض محاولتك واحنا لتساعدك كذا بتتعلم
  9. table loops "onClientGUIClick" triggerServerEvent triggerClientEvent guiGridListAddRow guiGridListGetSelectedItem (guiGridListGetItemText and getPlayerFromName) or (guiGridListSetItemData and guiGridListGetItemData) "onPlayerJoin" "onPlayerQuit" setTimer getTimerDetails ذول يمكن 70% من الفنكشنات و الايفنتات الي بتحتاجها بس اضن انه بيكون صعب عليك انصحك لو تسوي الاول مودات اسهل تاخذ خبرة وتتعلم الجداول وتتقنها
  10. https://wiki.multitheftauto.com/wiki/Resource:Dgs
  11. "onPlayerWasted" setElementData getElementData givePlayerMoney "onPlayerQuit" setAccountData getAccountData "onPlayerLogin" ----------- Client Side ------------ dxDrawRectangle getElementData "onClientRender"
  12. وضح اكثر كيف تبي الرسالة تظهر ؟
  13. مشكورين شباب ما دريت عن الايڤنتات ذي والله الواحد يستفيد حتي وهو يحاول يساعد ?⁦
×
×
  • Create New...