Jump to content

AhmadQTR

Members
  • Posts

    451
  • Joined

  • Last visited

Everything posted by AhmadQTR

  1. IT WORK!! Thank you very much!!!!
  2. خاص للفيديوات و الترفيه و الصور ..الخsectionفكرة جميلة لاكن انا افضل انه تسوون
  3. What's wrong with this? it dosen't show me client and server sides functions please help CLICK HERE
  4. جرب ذا function Cor ( thePlayer ) if getElementType ( thePlayer ) == "player" then if getPlayerTeam ( thePlayer ) == getTeamFromName ( "test" ) then if getPlayerWeapon ( thePlayer ) == "ak-47" or "30" then takeWeapon ( thePlayer, 30 ) end end end end
  5. جرب هذا --Client function createMarker (thePlayer) local x, y, z = getElementPosition ( thePlayer ) local theMarker = createMarker ( x +2, y +2, z "cylinder", 1000, 255, 255, 0, 170 ) local sound = playSound3D("i.wav",true) setTime ( 4, 0 ) end addEventHandler("onClientMarkerHit", getLocalPlayer, createMarker)
  6. I tryed it and it crashed again -.- here is the log http://pastebin.com/zDrC2mQk
  7. Learn Scripting no one will give you |FFS| or any other server scripts.
  8. https://wiki.multitheftauto.com/wiki/Debugging صفحه مهمه يجب ترجمتها
  9. call ( getResourceFromName ( "dxscoreboard" ), "scoreboardAddColumn", "columاسم ال" ) exports.dxscoreboard:scoreboardAddColumn( "columاسم ال" ) لازم تكون مستخدم دي اكس سكور بورد
  10. تبي الصوت يشتغل إلى الي دخل السيرفر أو إلى اللاعبين الي بالسيرفر لما يدخل لاعب؟
  11. function playerJoin (thePlayer) local sound = playSound("sound.mp3") setSoundVolume(sound, 0.9) end addEventHandler("onClientPlayerJoin", getLocalPlayer(), playerJoin) sound بس غير الى اسم السوند الي انت مسميه
  12. https://wiki.multitheftauto.com/wiki/Element/GUI/Gridlist مشكوووووووور
  13. http://pastebin.com/qSg1uxh6
  14. ممكن احد يشرحلي شنو يعني gridlist?
×
×
  • Create New...