Jump to content

iMr.Dawix~#

Members
  • Posts

    1,647
  • Joined

  • Last visited

Everything posted by iMr.Dawix~#

  1. اول مره اشوف الكود والكود اكيد سيرفر وماتوقع يحتاج اسل ركوست اعطيه صلاحيات كامله وخلاص
  2. كود السيرفر عندك خطا و مود من المودات يشيل الشاشه السودا اذا صار له سباون جرب كذا function fade() fadeCamera (source,false) end addEventHandler("onPlayerJoin", root,fade) addEventHandler("onPlayerSpawn",root,fade)
  3. المشكله طريقة بوو تكبر حجم الملف يعني لو جا واحد السيرفر بيسير التحميل مطول
  4. خليتين اعتزل في gta.pro مبسووط ههههههههههههههههههه Head Shot << مسكين
  5. ,false خلاص تستخدم استخدمها لو استخدمت ذي الحركه وخرب عليك حط addEventHandler("onClientGUIClick", root, function( state, absoluteX, absolutey ) if (source == GUIEditor.button[4]) then end end,false) وخلاص هي يعني عشان اذا كان فيه خطا حطها
  6. أجل يمنع فك التشفير أي هين كلام آول مآيمشي ._. يآمآ قآلو مآينفك وينفك ذذ لوو كرر الكود بعد كم فنكشن ماتوقع رح ينفك جربها
  7. GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Scrollpane = {} GUIEditor_Label = {} GUIEditor_Window[1] = guiCreateWindow(26,35,773,574,"!!!!",false) guiSetVisible(GUIEditor_Window[1],false) GUIEditor_Button[1] = guiCreateButton(99,155,197,55,"english",false,GUIEditor_Window[1]) GUIEditor_Label[1] = guiCreateLabel(0,228,222,64,"ي",false) GUIEditor_Window[2] = guiCreateWindow(26,35,773,574,"!!!!",false,GUIEditor_Window[2])) guiSetVisible(GUIEditor_Window[2],false) GUIEditor_Button[2] = guiCreateButton(99,155,197,55,"عربي",false,GUIEditor_Window[1]) GUIEditor_Label[2] = guiCreateLabel(0,228,222,64,"e",false) addEventHandler( "onClientGUIClick", root, function () if ( source == GUIEditor_Button[1] ) then guiSetVisible(GUIEditor_Window[2],false) elseif ( source == GUIEditor_Button[2] ) then guiSetVisible(GUIEditor_Window[1],false) end end) + لو يستخدم بدل النافذتين انه في صورتين في مكان واحد
  8. ما ترتب الكود تحسسك انك سويت شيء صعب الي يجي بيعدل الكود يخاف يخربه
  9. ادخل بالأف تي بي واضغط على المود كلك يمين وروح اخر شيء ويفتح لك زي النافذه فيه مكان حق الكتابه اكتب فيه 777
  10. نووووون جيروغوريجيا نوووووجيغجيغورغريا علقت براسي <
  11. عادي عندي الفكره موافق بس مرح يصير نشاط كثير ما ينفع Edit: اخذت الموافقه ع الموضوع من المشرفين؟ والأسأله الخاصه المفروض ما يجاوب عنها يعني لو تشيلها من القوانين حقت الموضوع أفضل
  12. + من الأف تي بي حط للمود صلاحيات 777
  13. iMr.Dawix~#

    ---

    https://community.multitheftauto.com/in ... ls&id=5801 mapshop اخذ منه حق الأزرار الأكواد
  14. صراحه 4 يمكن في الحاره هم الي ابي اضربهم كذاا بدون اي سبب و مشكور على المعلومات المفيده + تسلم يا برستيـ ـج
  15. function Close() guiSetVisible(GUIEditor.window[1], false) showCursor( false ) end function open() guiSetVisible(GUIEditor.window[1], true) showCursor( true ) end
  16. GUIEditor = { button = {}, label = {}, window = {}, } GUIEditor.window[1] = guiCreateWindow(272, 117, 249, 370, "== ~ | Information Player | ~ ==", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) GUIEditor.button[1] = guiCreateButton(35, 32, 180, 38, "Copy My Serial !", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF11ED21") GUIEditor.button[2] = guiCreateButton(35, 81, 180, 38, "Show My Money In Chat !", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFDBF409") GUIEditor.button[3] = guiCreateButton(35, 131, 180, 38, "Show My Name In Chat !", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF0582F7") playerping = GUIEditor.label[1] = guiCreateLabel(13, 186, 236, 19, "My Ping Is ! :", false, GUIEditor.window[1]) function changeLabelColor ( ) guiLabelSetColor ( GUIEditor.label[1], math.random(0, 255), math.random(0, 255), math.random(0, 255) ) end setTimer ( changeLabelColor, 50, 0 ) Skin = guiCreateLabel(13, 216, 236, 19, "MyID Skin is ! :", false, GUIEditor.window[1]) function changeLabelColor ( ) guiLabelSetColor ( GUIEditor.label[2], math.random(0, 255), math.random(0, 255), math.random(0, 255) ) end setTimer ( changeLabelColor, 50, 0 ) id = guiCreateLabel(13, 245, 236, 19, "My ID is ! :", false, GUIEditor.window[1]) function changeLabelColor ( ) guiLabelSetColor ( GUIEditor.label[3], math.random(0, 255), math.random(0, 255), math.random(0, 255) ) end setTimer ( changeLabelColor, 50, 0 ) playerw = guiCreateLabel(13, 273, 236, 19, "MyIDWeapon is ! :", false, GUIEditor.window[1]) function changeLabelColor ( ) guiLabelSetColor ( GUIEditor.label[4], math.random(0, 255), math.random(0, 255), math.random(0, 255) ) end setTimer ( changeLabelColor, 50, 0 ) health = guiCreateLabel(13, 300, 236, 19, "My Health ! :", false, GUIEditor.window[1]) function changeLabelColor ( ) guiLabelSetColor ( GUIEditor.label[5], math.random(0, 255), math.random(0, 255), math.random(0, 255) ) end setTimer ( changeLabelColor, 50, 0 ) armor guiCreateLabel(13, 326, 236, 19, "My Armor ! :", false, GUIEditor.window[1]) function changeLabelColor ( ) guiLabelSetColor ( GUIEditor.label[6], math.random(0, 255), math.random(0, 255), math.random(0, 255) ) end setTimer ( changeLabelColor, 50, 0 ) GUIEditor.label[7] = guiCreateLabel(148, 346, 95, 17, "By : Mr.Ray[b]ak", false, GUIEditor.window[1]) function changeLabelColor ( ) guiLabelSetColor ( GUIEditor.label[7], math.random(0, 255), math.random(0, 255), math.random(0, 255) ) end setTimer ( changeLabelColor, 50, 0 ) GUIEditor.button[4] = guiCreateButton(225, 22, 15, 26, "X", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFAAAAAA") ---------------------------------------------------------------------- function Close() guiSetVisible(GUIEditor.window[1], false) showCursor( false ) end function open() guiSetVisible(GUIEditor.window[1], true) showCursor( true ) end bindKey("F3","down", function() if (guiGetVisible(GUIEditor.window[1]) == false) then open() else Close() end end) addEventHandler("onClientGUIClick", root, function( state, absoluteX, absolutey ) if (source == GUIEditor.button[4]) then Close() end end ) ------------------------------------------------------------------ addEventHandler("onClientRender", getRootElement(), refreshStats) guiSetText ( playerWeapon, getPedWeapon(localPlayer)) function refreshStats() if guiGetVisible(GUIEditor.window[1],true) then else guiSetText(playerWeapon,"MyIDWeapon is ! :"..getPedWeapon(getLocalPlayer())) end end ------------------------------------------------------------------------ addEventHandler("onClientRender", getRootElement(), refreshStats) guiSetText ( id, getElementRadius(localPlayer)) function refreshStats() if guiGetVisible(GUIEditor.window[1],true) then else guiSetText(id,"My ID is ! :"..getElementRadius(getLocalPlayer())) end end ---------------------------------------------------------------------- addEventHandler("onClientRender", getRootElement(), refreshStats) function refreshStats() if guiGetVisible(GUIEditor.window[1],true) then else guiSetText(playerPing,"My Ping Is ! :"..getPlayerPing(getLocalPlayer())) end end ------------------------------------------------------------------------ addEventHandler("onClientRender", getRootElement(), refreshStats) guiSetText ( Skin, getPedSkin(localPlayer)) function refreshStats() if guiGetVisible(GUIEditor.window[1],true) then else guiSetText(Skin,"MyID Skin is ! :"..getPedSkin(getLocalPlayer())) end end -------------------------------------------------------------------------- addEventHandler("onClientRender", getRootElement(), refreshStats) guiSetText ( health, getElementHealth(localPlayer)) function refreshStats() if guiGetVisible(GUIEditor.window[1],true) then else guiSetText(health,"My Health ! :"..getElementHealth(getLocalPlayer())) end end ---------------------------------------------------------------------------- addEventHandler("onClientRender", getRootElement(), refreshStats) guiSetText ( armor, getPedArmor(localPlayer)) function refreshStats() if guiGetVisible(GUIEditor.window[1],true) then else guiSetText(playerArmor,"My Armor ! :"..getPedArmor(getLocalPlayer())) end end ---------------------------------------------------------------------------- addEventHandler('onClientGUIClick',root, function() if source == GUIEditor.button[2] then if spam then outputChatBox("You have to wait 30 sec To Use This Command",255,0,0) return end triggerServerEvent ("showMoney", localPlayer) spam = true setTimer(function() spam = false end,30000,1) end ) ---------------------------------------------------------------------------- function onGuiClick (button, state, absoluteX, absoluteY) if source == GUIEditor.button[1] then setClipboard ( "" .. getPlayerSerial(source) .. "" ) end end addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick)
  17. source == ؟؟ بحطه داخل فنكشن يخي بس ابي اوضح لكم + السيرفر ما يجي فيه لوكال بلير thanx
  18. سلام عليكم لآهنتوا اذا سويت ترايقر من السيرفر للكلنت واضفته في ملفين كلنت هل بيجي صحيح او لآ ؟ : يعني كذا مثال --server side triggerClientEvent("name",source) --client side 1 addEvent("name",true) addEventHandler("name",root, function () end) --client side 2 addEvent("name",true) addEventHandler("name",root, function () end)
  19. خطا بالمثال في الويكي https://wiki.multitheftauto.com/wiki/Ex ... andHandler مثال السيرفر Edit1: https://www.youtube.com/watch?v=pGCA4j5GzEU Edit2: بارتي يا عيال ( ابو سروال وفنيلة ) - Saudi Party Rock مبدعين
  20. اذا تقصد ارقام الشخصيات واسامييهم https://wiki.multitheftauto.com/wiki/All_Skins_Page
  21. اللهه يعينكـ .. كل يوم انت تجي تشتكي من مشاكل يمكن اول مره يجرب ع اف بي اس لأنها جديده كل شيء جديد
×
×
  • Create New...