Jump to content

iNawaF

Members
  • Posts

    32
  • Joined

  • Last visited

3 Followers

About iNawaF

  • Birthday 24/05/1998

Recent Profile Visitors

7,659 profile views

iNawaF's Achievements

Rat

Rat (9/54)

9

Reputation

  1. The core issue is that MTA automatically resets the FOV when entering a vehicle. In your code, the custom FOV is only applied when the chase camera is enabled, so it gets reset upon vehicle entry. To fix this, apply the FOV continuously or bind it to the onClientPlayerVehicleEnter event to ensure it stays consistent while driving
  2. The default keys like T, Y, U, and B are auto-bound by the MTA client for chat commands You can change them using a clientside script first unbind the key then bind it to your radio command For example : -- Unbind the default team chat key unbindKey("t", "down") -- Bind T key to run your radio command bindKey("t", "down", function() executeCommandHandler("radio") end) You can do the same for Y, U, B, etc. This will override the default chat binds on your server while players are connected
  3. I wish you the best with your sale .
  4. Identify the Sound Groups Check the documentation or forums for the specific sound group IDs for hydra, shamal, and at400. Engine sounds typically fall under specific IDs https://wiki.multitheftauto.com/wiki/SetWorldSoundEnabled Using setWorldSoundEnabled -- Disable engine sounds for hydra, shamal, and at400 local aircraftSoundGroup = 19 -- Example sound group ID for engines setWorldSoundEnabled(aircraftSoundGroup, false) Test Different IDs If the above ID does not work, try other sound group IDs that may be associated with aircraft sounds. You may need to experiment with IDs until you find the correct one. Check Conflicting Scripts Make sure that no other scripts are interfering with the sound settings. Disable other sound-related scripts temporarily to isolate the issue.
  5. تاكد من الصوره دام ما يعطيك دي بق لو في خطا المصحح يعطيك
  6. افتح الدي بق وشف الاخطأ لم تجي تشغل الوحه اذا ما قدرت تحل المشكله بنفسك تقدر تطرحه هنا بالموضوع حقك ? .
  7. مشاء الله بالتوفيق لك ان شاء الله القيم مود جميل
  8. سلام عليكم نواف تقدر تساعدي أحتاج مود بيست لوسمحت

    1. iNawaF

      iNawaF

      تواصل معي بالديسكورد iNawaF#2020

  9. iNawaF

    Help me

    Go to ACL, add resource.* in Console group and Admin
  10. Discord : iNawaF#9110 اي شي تبغاه تواصل معي بالديسكورد عشان اساعدك @MoOoOdE
  11. Do you have beautiful memories in Multi Theft Auto !!
  12. use dgsCreateLabel - Multi Theft Auto: Wiki dgsCreateLabel
×
×
  • Create New...