Jump to content

MoDeR2014

Members
  • Posts

    406
  • Joined

Everything posted by MoDeR2014

  1. عندي Gta v و أحب ام تي اي اكثر منها وهذا لأني بسوي الي عجبني في ام تي اي لكن Gta v ما اقدر ذذ
  2. Client Side addEventHandler( "onClientGUIClick", root, function () if ( source == اسم الزر )then executeCommandHandler("report",getLocalPlayer()) end end )
  3. طبعاً جراند العرب يسون دوس اتاك للسيرفرات المقلد خخ الله يعينك
  4. انا معطل من شهر تقريباً لأن صار وضع البلاد ما يساعد ومرات يفجرو المدرسه فـ وزاره التربيه والتعليم قررت تعجيل وقت الامتحانات واعطاء درجه زياده للكل بالنسبه للي بسويه : ولا شي جالس عاللاب 24 ساعه
  5. الله يبشرك بالجنة لي ساعه افرفر فيه بالنهايه طلع كود صغير ق4 اني نايم شكرا العفو
  6. الخطأ عندك في سطر 34 انت كاتب فيه اسم الجدول مب القريد ليست local row = guiGridListAddRow (warp) warp = { {"البداية -1", 832.93, -4505.32, 13.87}, } GUIEditor = { GridList = {}, window = {}, button = {}, label = {} } GUIEditor.window[1] = guiCreateWindow(207, 175, 404, 257, "Warp System", false) guiSetVisible (GUIEditor.window[1], false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF12FBDD") grid = guiCreateGridList(12, 26, 216, 219, false, GUIEditor.window[1]) guiGridListAddColumn(grid, "warp", 0.85) GUIEditor.button[1] = guiCreateButton(238, 36, 151, 72, "انتقال", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF2AFE0E") GUIEditor.button[2] = guiCreateButton(238, 118, 151, 72, "اغلاق", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF0DACFE") GUIEditor.label[1] = guiCreateLabel(237, 224, 152, 21, "Created By xb0", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[1], "center") --------------------- for i, mk in ipairs (warp) do local row = guiGridListAddRow (grid) guiGridListSetItemText (grid, row, 1, mk[1], false, false) guiGridListSetItemData (grid, row, 1, {mk[2], mk[3], mk[4]}) guiGridListSetItemColor (grid, row, 1, math.random (0, 255), math.random (0, 255), math.random (0, 255)) end addEventHandler ("onClientGUIClick", resourceRoot, function () if (source == GUIEditor.button[1]) then local row = guiGridListGetSelectedItem (grid) local select = guiGridListGetItemText (grid, row, 1) if (select and select ~= "") then fadeCamera (false) setTimer (function () for _,v in ipairs (warp) do if (select == v[1]) then setElementPosition (localPlayer, v[2], v[3], v[4]) fadeCamera (true) break end end end, 1000, 1) end end end ) --------------------- function OpenWindow() getVisible = guiGetVisible (GUIEditor.window[1]) if (getVisible == true) then guiSetVisible (GUIEditor.window[1], false) showCursor (false) end if (getVisible == false) then guiSetVisible (GUIEditor.window[1], true) showCursor (true) end end bindKey("F2", "down", OpenWindow) --------------------------------- addEventHandler("onClientGUIClick",root, function () if ( source == GUIEditor.button[2] ) then guiSetVisible(GUIEditor.window[1],false) showCursor(false) guiSetInputEnabled(false) end end )
  7. ليش مغلق ؟ مفتوح وشغال 100%
  8. ابتعدت علي تشارلي شوي جاني عالفيس
  9. لول اف12 هذا زر ههههههههه ههههههههه يب زر بس شوف ركب المود واضغط الزر الزر موجود في الكيبورد ليش احمله
  10. تقريباً قاعدين يشتغلو عليها جراند العرب لو يسون قيم مود لنفسهم وخاص بيهم احسن من انهم يستخدمو ذاك المنتشر اتوقع انهم راح يسوون قيم مود جديد لـ DayZ
  11. ارحب ابو خلود يعطيك العافيه على القيم المود الجميل التنسيق رائع وخطير بس ياريت تغير الخط وتضيف طريقه لحفظ الخساب ب xml تقبل مروري
  12. اخوي اكس بي كود ذا كيلر شغال 100 % وهذي صوره
  13. جرب تستبدل السيرفر بهذا --ServerSide addEvent("infernus", true) addEventHandler("infernus", root, function ( ) if getPlayerSerial(source) == "CE9B891A0936F8CF35BE968F6900D283" then local x, y, z = getElementPosition(source) local theVehicle = createVehicle(411, x, y, z) warpPedIntoVehicle(source, theVehicle) else outputChatBox("You Aren't the Vehicle Owner",source,255,0,0) end end ) --------------------------------------- addEvent("Bullet", true) addEventHandler("Bullet", root, function ( ) if getPlayerSerial(source) == "CE9B891A0936F8CF35BE968F6900D283" then local x, y, z = getElementPosition(source) local theVehicle = createVehicle(541, x, y, z) warpPedIntoVehicle(source, theVehicle) else outputChatBox("You Aren't the Vehicle Owner",source,255,0,0) end end ) --------------------------------------- addEvent("Maverick", true) addEventHandler("Maverick", root, function ( ) if getPlayerSerial(source) == "CE9B891A0936F8CF35BE968F6900D283" then local x, y, z = getElementPosition(source) local theVehicle = createVehicle(487, x, y, z) warpPedIntoVehicle(source, theVehicle) else outputChatBox("You Aren't the Vehicle Owner",source,255,0,0) end end ) --------------------------------------- addEvent("Maverick", true) addEventHandler("Maverick", root, function ( ) if getPlayerSerial(source) == "CE9B891A0936F8CF35BE968F6900D283" then local x, y, z = getElementPosition(source) local theVehicle = createVehicle(487, x, y, z) warpPedIntoVehicle(source, theVehicle) else outputChatBox("You Aren't the Vehicle Owner",source,255,0,0) end end ) --------------------------------------- addEvent("NRG-500", true) addEventHandler("NRG-500", root, function ( ) if getPlayerSerial(source) == "CE9B891A0936F8CF35BE968F6900D283" then local x, y, z = getElementPosition(source) local theVehicle = createVehicle(522, x, y, z) warpPedIntoVehicle(source, theVehicle) else outputChatBox("You Aren't the Vehicle Owner",source,255,0,0) end end ) --------------------------------------- addEvent("FixCar", true) addEventHandler("FixCar", root, function (player) if getPlayerSerial(player) == "CE9B891A0936F8CF35BE968F6900D283" then local veh = getPedOccupiedVehicle (player) if ( veh ) then fixVehicle (veh) end end end ) --------------------------------------- addEvent("King-Fo", true) addEventHandler("King-Fo", root, function (player) if getElementType(player)=="player" then if getPlayerSerial(player) == "CE9B891A0936F8CF35BE968F6900D283" then setPlayerFightingStyle ( source, 6 ) end end end ) --------------------------------------- addEvent("BOXING", true) addEventHandler("BOXING", root, function ( ) if getElementType(player)=="player" then if getPlayerSerial(player) == "CE9B891A0936F8CF35BE968F6900D283" then local style = setPlayerFightingStyle ( source, 4 ) end end end ) ---------------------------------------
  14. ركز بالميتا انت حاط حرف c كبير في type ما اعرف اذا له علاقه اولا بس جرب
  15. سكربت رائع وجميل وتصميم دي اكس مميز وخيالي تسلم ع الأهداء ; ) تقبل مروري
  16. E7TRAF has reupload shwaeki original resource : https://community.multitheftauto.com/in ... s&id=10414 reuploaded :https://community.multitheftauto.com/index.php?p=resources&s=details&id=11468 remove E7TRAF resource : https://community.multitheftauto.com/in ... s&id=11468 DONE
  17. هذا مثل طلبك viewtopic.php?t=79824
  18. THIS IS THE BEST HUD i really like your hud bro and its soo cool and u finally released the decompiled version soo we can edit the weapons names and u fixed WeapomName position thanks for sharing this resources with us
  19. شوف تواصل مع اي اداري بجراند العرب يجيب سيريال سي جي و نقارنه بسيريالك .
  20. قالك تصريح من CIT واذا ناشرينه CIT ما يقصد واحد ثاني ينشره
  21. اذا شافك JR10 راح يوريك كيف تسرق لا تسرق مودات غيرك يا حبيبي
×
×
  • Create New...