Jump to content

i S6O

Members
  • Posts

    437
  • Joined

  • Last visited

Everything posted by i S6O

  1. اكيد بتصير مشاكل لان الكود موب كامل
  2. عمل رائع والى الامام ي بطل
  3. انت تجيب اي مود لقيته بالنت وتحط هنا تقول صلحوهه ,, يبو سوو بنفسك ثم نشوف الخطأ
  4. قاعد يذاكر خلص من المذاكرة راح للأختبار انصدم لما شاف الاختبار صح؟ ضض1 شكله تجيك كثير ههههههههههههههه
  5. مشكورين الله يسعدكم , لاني يعجبني دي اكس وكذا اسوي اكثر شيء دي اكس
  6. مشكورين عـ مروكمم جميعاً , قريباً ماركر الصوتيات الاصدار الجديد والاخير
  7. السلام عليكم ورحمة الله وبركاتهه اليوم جايب لكم سكربت انماط المشيات دي اكس سكربت مشفر لحفظ الحقوق - جميع الحقوق محفوظه 2014-2015 : نشوف الصور : رابط التحميل ميديا فاير الكومنتي وفيه اذا قربت لزر دي اكس يطلع له ضوء , واذا ابعدت يرجع مثل ماهو طبعاً ,, الكود كامل انا مسويه الاهدائات : مستر تنطيل - برو قيمر - تابل - مستر ار - وايفاي
  8. , سكربت مطور بالفعل مشككور
  9. تعلموا البرمجه وسو اي قيم مود غير حرب العصابات كذا محد بيعطيكم وجهه
  10. English بروفيسور / لاتتحدث انجليزي إذا ارت ذلك إذهب الى
  11. i S6O

    مشكلة

    حمل لوحة الادمنيه من جديد جرب حقت معاند المعربه # من هنا ويمكن انت مخرب لوحة الادمنيه الاصليه وماسح كود الكلام بالشات
  12. تجميعه مكتبي إحسن من لاب توب وتكون على حسب فلوسكـ
  13. --ClientSide GUIEditor = { button = {}, window = {}, staticimage = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(275, 39, 288, 447, "[VIP] By....", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetVisible(GUIEditor.window[1],false) GUIEditor.staticimage[1] = guiCreateStaticImage(9, 17, 269, 420, "vip.png", false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(8, 13, 78, 39, "infernus", false, GUIEditor.staticimage[1]) GUIEditor.button[2] = guiCreateButton(176, 13, 78, 39, "Bullet", false, GUIEditor.staticimage[1]) GUIEditor.button[3] = guiCreateButton(176, 124, 78, 39, "Maverick", false, GUIEditor.staticimage[1]) GUIEditor.button[4] = guiCreateButton(10, 124, 78, 39, "NRG-500", false, GUIEditor.staticimage[1]) GUIEditor.button[5] = guiCreateButton(6, 343, 78, 39, "FixCar", false, GUIEditor.staticimage[1]) GUIEditor.button[6] = guiCreateButton(6, 231, 78, 39, "King-Fo", false, GUIEditor.staticimage[1]) GUIEditor.button[7] = guiCreateButton(172, 343, 78, 39, "Nitro", false, GUIEditor.staticimage[1]) GUIEditor.button[8] = guiCreateButton(172, 231, 78, 39, "BOXING", false, GUIEditor.staticimage[1]) end ) addEventHandler("onClientRender", root, function() dxDrawLine(329, 127, 382, 134, tocolor(255, 255, 255, 255), 1, false) end ) function onClickbuttons ( ) if source == GUIEditor.button[1] then triggerServerEvent("infernus",getLocalPlayer()) elseif source == GUIEditor.button[2] then triggerServerEvent("Bullet",getLocalPlayer()) elseif source == GUIEditor.button[3] then triggerServerEvent("Maverick",getLocalPlayer()) elseif source == GUIEditor.button[4] then triggerServerEvent("NRG-500",getLocalPlayer()) elseif source == GUIEditor.button[5] then triggerServerEvent("FixCar",getLocalPlayer()) elseif source == GUIEditor.button[6] then triggerServerEvent("King-Fo",getLocalPlayer()) elseif source == GUIEditor.button[7] then triggerServerEvent("Nitro",getLocalPlayer()) elseif source == GUIEditor.button[8] then triggerServerEvent("BOXING",getLocalPlayer()) end end addEventHandler ( "onClientGUIClick", root, onClickbuttons ) bindKey ( "F3", "down", function ( ) guiSetVisible ( GUIEditor.window[1], not guiGetVisible ( GUIEditor.window[1] ) ) showCursor ( guiGetVisible ( GUIEditor.window[1] ) ) end ) --ServerSide addEvent("infernus", true) addEventHandler("infernus", root, function ( ) local x, y, z = getElementPosition(source) local theVehicle = createVehicle(411, x, y, z) warpPedIntoVehicle(source, theVehicle) end ) function onEnter(player) if getPlayerSerial(player) ~= "CE9B891A0936F8CF35BE968F6900D283" then cancelEvent() end end --------------------------------------------------- addEvent("Bullet", true) addEventHandler("Bullet", root, function ( ) local x, y, z = getElementPosition(source) local theVehicle = createVehicle(541, x, y, z) warpPedIntoVehicle(source, theVehicle) end ) function onEnter(player) if getPlayerSerial(player) ~= "CE9B891A0936F8CF35BE968F6900D283" then cancelEvent() end end ----------------------------------------------------------------- addEvent("Maverick", true) addEventHandler("Maverick", root, function ( ) local x, y, z = getElementPosition(source) local theVehicle = createVehicle(487, x, y, z) warpPedIntoVehicle(source, theVehicle) end ) function onEnter(player) if getPlayerSerial(player) ~= "CE9B891A0936F8CF35BE968F6900D283" then cancelEvent() end end --------------------------------------------------------------- addEvent("Maverick", true) addEventHandler("Maverick", root, function ( ) local x, y, z = getElementPosition(source) local theVehicle = createVehicle(487, x, y, z) warpPedIntoVehicle(source, theVehicle) end ) function onEnter(player) if getPlayerSerial(player) ~= "CE9B891A0936F8CF35BE968F6900D283" then cancelEvent() end end ----------------------------------------------------------------- addEvent("NRG-500", true) addEventHandler("NRG-500", root, function ( ) local x, y, z = getElementPosition(source) local theVehicle = createVehicle(522, x, y, z) warpPedIntoVehicle(source, theVehicle) end ) function onEnter(player) if getPlayerSerial(player) ~= "CE9B891A0936F8CF35BE968F6900D283" then cancelEvent() end end ----------------------------------------------------------------- addEvent("FixCar", true) addEventHandler("FixCar", root, function (player) local veh = getPedOccupiedVehicle (player) if ( veh ) then fixVehicle (veh) end end ) -------------------------------------------------------------------- addEvent("King-Fo", true) addEventHandler("King-Fo", root, function ( ) if getElementType(player)=="player" then local style = setPlayerFightingStyle ( source, 6 ) end end ) --------------------------------------- addEvent("BOXING", true) addEventHandler("BOXING", root, function ( ) if getElementType(player)=="player" then local style = setPlayerFightingStyle ( source, 4 ) end end ) ---------------------------------------------------------- انا مجربه الي فوق بس الي مايشتغل حق نيترو و تصليح السيارة
  14. جرب ماجربته -- ClideSide -- Example guiSetVisible ( nameofwindow,false ) function OpenWindow ( ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "GroupHere" ) ) then guiSetVisible ( nameofwindow,true ) showCursor ( true ) else guiSetVisible ( nameofwindow,false ) showCursor ( false ) end end bindKey ( "F","down",OpenWindow )
  15. اوضح له بالانجليزي اذا يفهم
×
×
  • Create New...