Jump to content

^#Dream

Members
  • Posts

    236
  • Joined

  • Last visited

Everything posted by ^#Dream

  1. مآففي طريقة آسههل لاني ماظنيت اني بقدر اسوي الي فوق
  2. مثلا قروب Console + Leader + Head.Admin يمديهم يفكون الميوت بسس
  3. بسسم الله الرحمن الرحيم آلسلآم عليكم ورحمة الله وبركاتهه آخباركم ؟ انا ابي اخلي مثلا رتبةة معينة ماتقدر تفك الميوت جربت اسوي لـ unMute = false بس مانفع يقدرون يفككونهه آقدر اخليهم مايقدرون يفك الميوت ولا لا ؟
  4. ^ آخوي السكربت يطلع الكلام للي يكتب مثلا Dream يطلع لي الكلام لي انا بس انا ابيه يطلع لكل اللاعبين بالسيرفر
  5. onClientChatMessageHandler ينفع ؟
  6. اذا كنت تبي تحطه في الكيل مسج يعني على اليمين exports.killmessages:outputMessage("msg")
  7. آلسلآم عليكم لاهنتم ابي كود اذا واحد كتب اسمي بالشات يقول صآحب السيرفر مشغول الان وشكرآ مققدما
  8. انا ماحططيتهه مهو في الكلنت بعد
  9. بس في تاب زايد Tab
  10. GUIEditor = { tab = {}, staticimage = {}, tabpanel = {}, label = {}, button = {}, window = {} } function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "mnGr7.png", relative2 ) local mainBackgroundLabel = guiCreateLabel ( 0, 0, 250, 100, titleBarText2, false, mainBackground ) guiSetFont ( mainBackgroundLabel, newFont ) guiSetEnabled ( mainBackgroundLabel, false ) return mainBackground end GUIEditor.window[1] = guiCreateWindow(94, 58, 627, 500, "", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) GUIEditor.button[1] = guiCreateButton(189, 451, 267, 39, "Close", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "sa-header") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") GUIEditor.tabpanel[1] = guiCreateTabPanel(9, 32, 608, 414, false, GUIEditor.window[1]) GUIEditor.tab[1] = guiCreateTab("آلـقـوآنـيـن", GUIEditor.tabpanel[1]) GUIEditor.staticimage[1] = guiCreateStaticImage(2, 0, 602, 385, ":RulesPanel/1.png", false, GUIEditor.tab[1]) GUIEditor.tab[2] = guiCreateTab("قـوآنـيـن إلآدمـن", GUIEditor.tabpanel[1]) GUIEditor.staticimage[2] = guiCreateStaticImage(1, 0, 607, 390, ":RulesPanel/3.png", false, GUIEditor.tab[2]) GUIEditor.tab[3] = guiCreateTab("شـروط آلأدمن", GUIEditor.tabpanel[1]) GUIEditor.staticimage[3] = guiCreateStaticImage(1, 0, 607, 390, ":RulesPanel/2.png", false, GUIEditor.tab[3]) GUIEditor.tab[4] = guiCreateTab("آلآدراهه", GUIEditor.tabpanel[1]) GUIEditor.staticimage[4] = guiCreateStaticImage(1, 0, 607, 390, ":RulesPanel/5.png", false, GUIEditor.tab[4]) GUIEditor.label[1] = guiCreateLabel(-6, 417, 183, 47, "", false, GUIEditor.tabpanel[1]) GUIEditor.label[2] = guiCreateLabel(19, 453, 187, 47, "By : mnGr7", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "sa-header") guiLabelSetColor(GUIEditor.label[2], 126, 245, 9) end ) -- الزر -- bindKey ( "F9" , "down" , function() if ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then guiSetVisible ( GUIEditor_Window[1] ,false ) showCursor (false ) guiSetInputEnabled(false) elseif ( guiGetVisible ( GUIEditor_Window[1] ) == false ) then guiSetVisible ( GUIEditor_Window[1] ,true ) showCursor (false ) guiSetInputEnabled(true) end end ) -- اغلاق البتون -- function showGUIbf() guiSetVisible (GUIEditor.window[1], false ) showCursor ( false ) end addEventHandler("onClientGUIClick", GUIEditor.button[1], showGUIbf, false) ربط اللوحة بزر مايشتغل اضغط اف 9 ماتططلع
  11. يعني اخذ saves.xml من Mta\mods\deathmatch\resources\hedit\saves واحط بالمود حقي ؟
  12. دورت بالمود مافي saves.xml بس فيه موجود handling.xml
  13. بسسم الله الرحمن الرحيم آلسسلآم ععليكم ورحمةة الله وبركاتهه انا حملت مود Hedit بس في مشكلةة اني اذا ضغطت على فتح ماقدر اشوف الوزنيات الي انا حافظها الي من ملف saves.xml كيف اعدله ؟
  14. مششكور TheBest الله يعطيك الععافيةة . .
  15. مآصصار شي ما انفكك الككفر
  16. آخوي مشكور بس ياليت لو تعطيني الكود BindKey
  17. GUIEditor = { button = {}, window = {}, edit = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(272, 110, 314, 387, "فـكَ الكفر", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.99) GUIEditor.label[1] = guiCreateLabel(194, 32, 106, 15, "[0] Normal | طبيعي", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[1], 151, 233, 21) GUIEditor.label[2] = guiCreateLabel(198, 57, 106, 15, "[1] Flat | مـنسسم", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[2], 30, 75, 223) GUIEditor.label[3] = guiCreateLabel(15, 32, 133, 19, "[2] Fallen Off | مـفكوك", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[3], 168, 6, 6) GUIEditor.label[4] = guiCreateLabel(15, 57, 158, 19, "[3] Collisionless | نـآزل", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[4], 158, 96, 15) GUIEditor.label[5] = guiCreateLabel(222, 121, 68, 34, "Front Right \n قدام يمين ", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[5], 41, 131, 128) GUIEditor.edit[1] = guiCreateEdit(219, 161, 81, 25, "", false, GUIEditor.window[1]) GUIEditor.label[6] = guiCreateLabel(20, 121, 68, 34, "Front Left\n قدام يسار ", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[6], 65, 42, 129) GUIEditor.edit[2] = guiCreateEdit(15, 161, 81, 25, "", false, GUIEditor.window[1]) GUIEditor.label[7] = guiCreateLabel(21, 217, 75, 30, "Rear Left\nورا يسار ", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[7], 9, 161, 106) GUIEditor.label[8] = guiCreateLabel(229, 217, 75, 30, "Rear Right\nورا يمين ", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[8], 74, 135, 34) GUIEditor.edit[3] = guiCreateEdit(15, 257, 81, 23, "", false, GUIEditor.window[1]) GUIEditor.edit[4] = guiCreateEdit(219, 254, 84, 26, "", false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(98, 332, 121, 39, "فك الكفر", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") GUIEditor.label[9] = guiCreateLabel(11, 302, 116, 20, "Created By : mnGr7", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[9], 151, 233, 21) end ) addEventHandler ("onClientGUIClick", getRootElement(), function () if source == GUIEditor.button[1] then function scriptWheelStates (command, newFLeft, newRLeft, newFRight, newRRight ) local theVehicle = getPedOccupiedVehicle ( localPlayer ) if ( theVehicle ) then if ( newFLeft ) then if not setVehicleWheelStates ( theVehicle, newFLeft, newRLeft, newFRight, newRRight ) then outputChatBox ( "Bad arguments." ) end end outputChatBox("تـم فك الـكفر") end end )
  18. والله الفنكشنات كثثيرهه ماظظن اني بققدر اسسويه الرجاء اغلاق الموضوع واسفف اذا تعبتكم
×
×
  • Create New...