-
Posts
406 -
Joined
Everything posted by MoDeR2014
-
عندي Gta v و أحب ام تي اي اكثر منها وهذا لأني بسوي الي عجبني في ام تي اي لكن Gta v ما اقدر ذذ
-
Client Side addEventHandler( "onClientGUIClick", root, function () if ( source == اسم الزر )then executeCommandHandler("report",getLocalPlayer()) end end )
-
طبعاً جراند العرب يسون دوس اتاك للسيرفرات المقلد خخ الله يعينك
-
نرحب بكم في سيررفر Gta-KSA كل شي حصري ما في تقليد
MoDeR2014 replied to Alix2015's topic in Arabic / العربية
مركبين ازرار في السيرفر انت ؟ لول -
انا معطل من شهر تقريباً لأن صار وضع البلاد ما يساعد ومرات يفجرو المدرسه فـ وزاره التربيه والتعليم قررت تعجيل وقت الامتحانات واعطاء درجه زياده للكل بالنسبه للي بسويه : ولا شي جالس عاللاب 24 ساعه
-
الله يبشرك بالجنة لي ساعه افرفر فيه بالنهايه طلع كود صغير ق4 اني نايم شكرا العفو
-
الخطأ عندك في سطر 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 )
-
ليش مغلق ؟ مفتوح وشغال 100%
-
ابتعدت علي تشارلي شوي جاني عالفيس
-
لول اف12 هذا زر ههههههههه ههههههههه يب زر بس شوف ركب المود واضغط الزر الزر موجود في الكيبورد ليش احمله
-
لول اف12 هذا زر ههههههههه
-
اخيراً جربته المتصفح
-
تقريباً قاعدين يشتغلو عليها جراند العرب لو يسون قيم مود لنفسهم وخاص بيهم احسن من انهم يستخدمو ذاك المنتشر اتوقع انهم راح يسوون قيم مود جديد لـ DayZ
-
Gamemod Drift By : KiNg_Khalid , * Group Programers 'ЯG
MoDeR2014 replied to KiNg-Khalid's topic in المساهمات
ارحب ابو خلود يعطيك العافيه على القيم المود الجميل التنسيق رائع وخطير بس ياريت تغير الخط وتضيف طريقه لحفظ الخساب ب xml تقبل مروري -
مبروك تنطيل
-
اخوي اكس بي كود ذا كيلر شغال 100 % وهذي صوره
-
جرب تستبدل السيرفر بهذا --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 ) ---------------------------------------
-
ركز بالميتا انت حاط حرف c كبير في type ما اعرف اذا له علاقه اولا بس جرب
-
سكربت رائع وجميل وتصميم دي اكس مميز وخيالي تسلم ع الأهداء ; ) تقبل مروري
-
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
-
هذا مثل طلبك viewtopic.php?t=79824
-
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
-
شوف تواصل مع اي اداري بجراند العرب يجيب سيريال سي جي و نقارنه بسيريالك .
-
قالك تصريح من CIT واذا ناشرينه CIT ما يقصد واحد ثاني ينشره
-
اذا شافك JR10 راح يوريك كيف تسرق لا تسرق مودات غيرك يا حبيبي
