Jump to content

HsSoN

Members
  • Posts

    163
  • Joined

  • Last visited

Details

  • Gang
    q.5

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

HsSoN's Achievements

Busta

Busta (15/54)

0

Reputation

  1. لو تضيف سكربت الدفع عبر الاتصال افضل من دفع عبر رسالة
  2. لآ ع طول يتفعل انا من سجلت تفعلت ذذ
  3. https://community.multitheftauto.com/ind ... ls&id=8006
  4. **getVehicleSirenParams ** Client and Server function This function get the parameters of a vehicles siren. Syntax : table getVehicleSirenParams ( vehicle theVehicle ) Required Arguments : theVehicle: The vehicle to get the siren parameters of Returns : Returns a table with the siren count, siren type and a sub table for the four flags. False otherwise. [int] SirenParams.SirenCount [int] SirenParams.SirenType [table] SirenParams.Flags [bool] SirenParams.Flags["360"] [bool] SirenParams.Flags.DoLOSCheck [bool] SirenParams.Flags.UseRandomiser [bool] SirenParams.Flags.Silent ... -- مههم ذذ # اول شي اقرأ كل اللي فوق عشان تفهمه كويس وتعرفه وتعرف انوأع الأنذأرأت # الفنكشن ذا بـ اختصصأر يجيب لكـ انذار السيارة # ممكن تكون مسويهه عبر فنشكن setVehicleSirens Or addVehicleSirens # صراحة الفنكششن ما قد جربته , وما اعرف كثير له , شف مثـأل الويكي addEventHandler("onVehicleEnter",root,function(player,seat) if(player)and(seat==0)then addVehicleSirens(source,1,1) setVehicleSirens(source,1,0,0,0,100,0,100,255,122) bindKey(player,"g","up",getSiren,source) end end) function getSiren(player,button,state,vehicle) local sirenParams = getVehicleSirenParams(vehicle) outputChatBox("Here's the parameters of your vehicle sirens: Siren Points: "..tostring(sirenParams.SirenCount)..", Type of Siren: "..tostring(sirenParams.SirenType)..".",player) end addEventHandler("onVehicleExit",root,function(player,seat) if(player)and(seat==0)then removeVehicleSirens(source) unbindKey(player,"g","up",getSiren) end end) # ومأ ادري من وين جبته خخخ , الواحد يسسأل على فنكشن يسستفيد منه مو اي شي ذذ ههههه ذا لي ايام احاول افهمه من المثال المهم مشكور ع شرح
  5. HsSoN

    Rankings

    Hello Today I found in the new classifications rankings Forum And some indecent Please delete rankings
  6. بس لو اشتريها راح تكون تحدثيات مجانية ؟ لان لازم اول اصدارات فيها ثغرات
  7. بألتوفيق و ان شاء الله نشوفها من اول الاستضافات العربية
  8. طلعت اشاعةة انها راح تنزل 2014 شهر 7 ضض ومعاها اون لاين بس ان اون لاين مثل اوف لاين بس انه تقدر تلعب مع اصحابك و تقدر تصمم لك ماب
  9. م يطلع شيء ب الديبوق م رآح يقول شي لك آكيد , لأنك حطيت سورس مآ فيه خطأ .. لكن مو معقولة ! اها توي فاهمك
  10. م يطلع شيء ب الديبوق
  11. تقول للزر انتظر 5 ثواني؟ بالكلينت visibleTo اصلاً مافيه ارقمنت مجرب الكود وشغال
  12. addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == اسم زر ) then if not isTimer(timer) then timer = setTimer(function() end,5000,1) guiSetVisible(اسم نافدة,false) showCursor (false) else outputChatBox(" انتظر 5 ثواني", source,255,0,0,true) end end end )
×
×
  • Create New...