Jump to content

Jocker-dan

Members
  • Posts

    94
  • Joined

  • Last visited

Jocker-dan's Achievements

Punk-@ss B*tch

Punk-@ss B*tch (12/54)

0

Reputation

  1. دحين انا ابغى الوظايف السفتي وش وظيفته وصوت الدورية وش وظيفته
  2. السلآم عليكم ورحمة الله وبركآته انا عندي سيارة الشرطة لمن اشغل السفتي يطلع صوت نفس هذا الصوت ابي الغيه او ابدله بصوت اخر وبعدين اقدر اغير لون السفتي ؟؟ عندي لونه احمر وازرق اقدر اخليه اصفر ؟
  3. طيب يخوي ابي بس السايق يسوي اصلاح يعني الحين لو واحد يركب معك يضغط حرف x يقدر يسوي اصلاح ويسوي انقلاب ويخرب عليكك كيف اخليه بس السايق يقدر يسوي انقلاب او اصلاح ؟
  4. مشكور طيب اذا ابيه يسوي انقلاب وش الوظيفة؟؟
  5. ابيه اذا ضغط حرف x يصلح السيارة bindKey ( "x", "down", function (player) if getElementType ( player ) == "player" then if isPedInVehicle ( player ) then local vehicle = getPedOccupiedVehicle ( player ); if vehicle then fixVehicle ( player, vehicle ) end end end end
  6. مششششكور ويعطيك الف الف الف عآفية
  7. مششكور يالغالي لكن ابيه اذا لمس الماركر وهو داخل السيارة تنسحب السيارة اللي هو راكبها ويعطيه وحدة جديدة مو اذا كان داخل السيارة ما يقدر ياخذ موتر
  8. السلآم عليكم والله اني حاولت اصلح هذا الكود عجزت لا اصلحه ابيه اذا لمس الماركر ياخذ سيارة واذا جا مرة ثانية ولمسه يسحب السيارة اللي قبلها ويعطيه سيارة المشكلة انه يكرر المواتر وما يسحب car = {} carmarker = createMarker ( .... ) function d( source ) if ( isElement(car [source]) ) then destroyElement(car [source]) end car [source] = createVehicle ( .... ) warpPedIntoVehicle(thePlayer,car [source]) end addEventHandler( "onMarkerHit", carmarker , d ) addEventHandler("onPlayerQuit",root, function() destroyElement(car [source]) car [source] = nil end )
  9. لا يرحم امك مالي شغل بالهوشات والمشاكل كل شوي افتح موضوع جديد والله مو زينة
  10. كفوكـ , بالنسبة لـ تشغيل الصوت اولاً : ركب ملف الموسيقى حقكـ بالمجلد حق الشوب ثم ضيفة الى ملف ميتا # ثم ضيف الكود ذآ الى كود الكلنت بعد سطر رقم 9 playSound("NameSound.mp3") -- إلى اسم ملف الصوت NameSound غير يصبح كود الكلنت كذآ -- Client Side ! function xOSAMAx() setElementData(getLocalPlayer(),"SuperGrenade",false) end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), xOSAMAx) function OSAMA() if source == اسم الزر then if getElementData(getLocalPlayer(),"SuperGrenade") == false then if getPlayerMoney(localPlayer) >= 5000 then -- حدد المبلغ الي تبيه playSound("NameSound.mp3") triggerServerEvent("OSAMA", getLocalPlayer()) setElementData(getLocalPlayer(),"SuperGrenade",true) function xOSAMA(weapon,ammo,ammoInClip,hitX,hitY,hitZ,hitElement) id = {22,23,24,25,28,29,30,31,32,33,34,38} for i = 1, #id do if ( weapon == id[i] ) then createProjectile(getLocalPlayer(),16,hitX, hitY, hitZ) end end end addEventHandler("onClientPlayerWeaponFire", getLocalPlayer(), xOSAMA) setTimer(function () removeEventHandler("onClientPlayerWeaponFire", getLocalPlayer(), xOSAMA) outputChatBox("* Super Grenade Ended !",255,0,0,true) setElementData(getLocalPlayer(),"SuperGrenade",false) end,100000,1) -- الوقت هنا 100 ثانية / تقدر تغيره من خلال رقم 100000 else outputChatBox("* You don't have $5000 to buy (Super Grenade) !",255,0,0,true) end else outputChatBox("* You already have (Super Grenade) !",255,10,0,true) end end end addEventHandler("onClientGUIClick", getRootElement (), OSAMA) كفووو ومشكور طيب الحين ابي كود SuperM4 ومشكور
  11. ^ Incorrect ------------ -- Client Side ! function xOSAMAx() setElementData(getLocalPlayer(),"SuperGrenade",false) end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), xOSAMAx) function OSAMA() if source == اسم الزر then if getElementData(getLocalPlayer(),"SuperGrenade") == false then if getPlayerMoney(localPlayer) >= 5000 then -- حدد المبلغ الي تبيه triggerServerEvent("OSAMA", getLocalPlayer()) setElementData(getLocalPlayer(),"SuperGrenade",true) function xOSAMA(weapon,ammo,ammoInClip,hitX,hitY,hitZ,hitElement) id = {22,23,24,25,28,29,30,31,32,33,34,38} for i = 1, #id do if ( weapon == id[i] ) then createProjectile(getLocalPlayer(),16,hitX, hitY, hitZ) end end end addEventHandler("onClientPlayerWeaponFire", getLocalPlayer(), xOSAMA) setTimer(function () removeEventHandler("onClientPlayerWeaponFire", getLocalPlayer(), xOSAMA) outputChatBox("* Super Grenade Ended !",255,0,0,true) setElementData(getLocalPlayer(),"SuperGrenade",false) end,100000,1) -- الوقت هنا 100 ثانية / تقدر تغيره من خلال رقم 100000 else outputChatBox("* You don't have $5000 to buy (Super Grenade) !",255,0,0,true) end else outputChatBox("* You already have (Super Grenade) !",255,10,0,true) end end end addEventHandler("onClientGUIClick", getRootElement (), OSAMA) -- Server Side ! addEvent("OSAMA", true) addEventHandler("OSAMA", root, function () takePlayerMoney(source, 5000) -- حدد المبلغ الي تبيه outputChatBox ( "* " .. getPlayerName (source) .. " Has Bought a (Super Grenade) By : $5000 !", root, 255, 255, 0, true ) outputChatBox ( "* Your Bullet is now [Grenade] for (100) Sec !", source, 0, 255, 0, true ) end ) مشكوورين وفعلآ كود تيتي صح لكن مافيه تايمر وكفوو ي اوساما طيب الحين ابيه اذا كبس الزر زر السوبر جراند نجي موسيقى مثل الشوبات الثانية ومشكورين لبىىى قلووبكككم
  12. اعادة بسبب حذف الموضوع الاول انا حطيت الكود وشتغل تمام لاكن بربطه على الزر بالشوب لمن اشغل الشوب على طول يشتغل السوبر جراند وبدون فلوس ابيه يربط على زر + بفلوس ومشكورين
  13. بسم الله الرحمن الرحيم ابي كود سوبر جراند SuperGrande ومشكورين
  14. بسم الله الرحمن الرحيم ابي كود اذا واحد دخل السيرفر تجيه نافذه تخفي الشات وتظلم الشاشة ومشكورين
×
×
  • Create New...