Jump to content

billal

Members
  • Posts

    132
  • Joined

  • Last visited

Everything posted by billal

  1. بسبب الردود اللي متل الهريسة قفل الموضوع
  2. مشكووووووووووور الشخص الوحيد الذي رد يا ليل انا مخفي
  3. لازم تسوي تحقق من الداتا اذا كانت معه او لا وكم بيت يملكه + اللى انت طارحه ملهوش اى علاقه بطلبه اذا انت فاهم شو طلبه بالضبط اعطيه الحل له وليس لي
  4. https://wiki.multitheftauto.com/wiki/OnPlayerSpawn
  5. ممكن توضح اكتر؟
  6. احذف شات السطر8او9عشان مب تتكرر شات السطر11 لانك عامل حدثين give , take
  7. الترجمة ---- وصلت رسالة خاصة جديدة صندوق الوارد س [email protected] 08:20 ( قبل 11 ساعة) إلي مرحبا المطور أحمد ، لقد تلقيت رسالة خاصة جديدة من " jhxp " إلى حسابك على "سرقة السيارات متعدد " مع الموضوع التالي: رد: [ م] حذف الحساب وردا على سؤال يمكنك عرض رسالة جديدة من خلال النقر على الرابط التالي : ucp.php ؟ ط = م و وضع = عرض و ص = 110725 لقد طلبت لك أن يخطر على هذا الحدث ، وتذكر أنك يمكن أن تختار دائما لا أن يتم إعلامك رسائل جديدة عن طريق تغيير الإعداد المناسب في ملفك الشخصي .
  8. يا بني فيش شيء اسمه حذف الحساب
  9. كودك هريسس , تمام اشتغل كودك ي @DTC12 شكرا
  10. كلينت billal = getLocalPlayer () narotu = getRootElement () addEvent ( "destroyTrepassor", true ) addEventHandler ( "destroyTrepassor", narotu, function () X = 15.31 Y = 1718.45 Z = 25.92 local isInResArea = getElementData ( billal, "inRestrictedArea" ) rotZ = getPlayerRotation ( billal ) if isInResArea == "true" then timer = setTimer ( createProjectile, 2500, 0, billal, 20, X, Y, Z, 1.0, billal, 0, 0, rotZ, 0.1, 0.1, 0.1 ) end end ) addEvent ( "destroyTimers", true ) addEventHandler ( "destroyTimers", narotu, function () local isInResArea = getElementData ( billal, "inRestrictedArea" ) if isInResArea == "false" then killTimer ( timer ) end end ) سيرفر DZ = createColCuboid ( 97.3376, 1800.0384, 15, 250, 280, 120 ) createRadarArea(97.3376, 1800,250,280,0,250,0,200) function hit ( pla, dim ) if not getElementType ( pla ) == "player" then outputChatBox ( "Welcome", pla, 0, 150, 0 ) else triggerClientEvent ( pla, "destroyTrepassor", pla ) outputChatBox ( "***دخلت منطقة صواريخ***", pla, 255, 0, 0 ) end end addEventHandler ( "onColShapeHit", DZ, hit )
  11. شكرا ناروتو .. العفو
  12. شوف هون https://forum.multitheftauto.com/viewforum.php?f=164
  13. انا صادفت مرة هاذا الكود في مود تحميل addEventHandler("Donwloadmanager.onPlayerDownloadFinish", playerInstance.player, playerInstance.onFinishFunc) addEventHandler("onPlayerQuit", playerInstance.player, function () for _, handle in ipairs(source:getLatentEventHandles()) do source:cancelLatentEvent(handle) end removeEventHandler("Donwloadmanager.onPlayerDownloadFinish", playerInstance.player, playerInstance.onFinishFunc) end) else playerInstance:onDownloadFinish() end end ان شاء الله ذوي الخبرة يعطونا شرح ممل
  14. جرب كدا يا لوفي vehicles = {} -- Vehicle table addEvent('CarVIP',true) addEventHandler('CarVIP',root,function() local x,y,z = getElementPosition(source) vehicles.vehicle[source] = createVehicle(411,x+10,y,z) if vehicles.vehicle[source] then if isElement ( vehicles.vehicle[source] ) then destroyElement(vehicles.vehicle[source]) vehicles[source] = nil end end end) vehicles2 = {} addEvent('CreateVehicle',true) addEventHandler('CreateVehicle',root,function( ID ) local x,y,z = getElementPosition(source) vehicles2.vehicle[source] = createVehicle(ID,x+10,y,z) if vehicles2.vehicle[source] then if isElement ( vehicles2.vehicle[source] ) then destroyElement(vehicles2.vehicle[source]) vehicles[source] = nil end end end)
  15. ممكن توضح لنا اكتر
  16. انا مجربه كدا اشتغل معي
  17. جرب كدا addEventHandler("onClientMarkerHit", Taxi1, function (hitPlayer) if (hitPlayer == localPlayer) and ( getPlayerTeam (localPlayer )) and ( getPlayerTeam (localPlayer) == getTeamFromName ("Criminals")) then guiSetVisible(SheepWindow, true) showCursor( true ) else exports["guimessages"]:outputClient("Only for Criminals Team", 255, 0, 0) end end)
×
×
  • Create New...