Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/07/18 in all areas

  1. TPF is bringing opportunities for those players who don't know scripting but wants to learn. We ( TPF staff ) offers free courses in various languages, as well as designing, for totally free. Languages we can teach you? We can teach you Lua, HTML, CSS ,PHP and MYSQL What can we teach you in designing ? Creating logos, creating banners ,posters , web design and MORE !!!(Using Photoshop cs6) Our contact: Contact DiGiTal#2028 or join our discord server : https://discord.gg/BxkW65z For more information and tutorials visit our website : https://tutoplayfun.ml/
    1 point
  2. Your acceptHeal function is missing the player argument. Add it in the parentheses.
    1 point
  3. You were right; I actually got it working, thanks so much
    1 point
  4. السلام عليكم ورحمة الله وبركاته طبعا اليوم معنا سكربت الـ رسالة العامة معروف ادري بس الانا مسويه في تقنيات ماشفتها في اليوتيوب ملاحظة :- الاكواد مكتوبة باليد كود كود المقطع الخاص بالفيديو :- مشاهدة ممتعة ان شاء الله متميزات السكربت تجدونها كلها في المقطع لاتنسى دعمي بالضغط على زر لايك , والاشتراك بالقناة ليصلك كل جديد . والسلام عليكم ورحمة الله وبركاته
    1 point
  5. تمت الافادة من قبل الاخ جورج مممشكورر اخي ساعدني في كل شئ وماقصر معي
    1 point
  6. function pdEnter() local pdMarker = createMarker(-2596.625, 579.358, 15.626, 'cylinder', 2.0, 255, 0, 0, 150) -- set coordinates to be in front of the Police Departement setElementInterior(source, 5, 322.72, 306.43, 999.15 end addEventHandler( "onMarkerHit", pdMarker, pdEnter ) Don't forget the thanks reaction if it helped
    1 point
  7. تمام بوضحها لك بس ياريت خاص
    1 point
  8. I meant reaction but that’s ok ^^
    1 point
  9. Actually I still get the "no pending request" thing, it says bad argument at getElementData, element expected, got nil @IIYAMA
    1 point
  10. @N3xT Working <acl name="Default"> <right name="general.http" access="false"></right> <!-- add here --> <right name="resource.api-test.http" access="true"></right> <!-- ------- --> <right name="general.ModifyOtherObjects" access="false"></right> <right name="command.start" access="false"></right> https://files.fm/f/rtbmngd3 And if that file cache problem comes up: https://wiki.multitheftauto.com/wiki/FileRead https://wiki.multitheftauto.com/wiki/HttpWrite
    1 point
  11. Sorry, I will make sure to do so in the future!
    1 point
  12. Ah oke, still the same issue. I thought @MrTasty his input solved your issue. Coming back on that one (as I said before).
    1 point
  13. I'm working on a multigamemode, so I'm trying to cache the map files in the server If the map is already cached/exist I'll use fetchRemote to read the map and build the objects, markers, etc.. but I don't know how to access the map file, Ex: fetchRemote ( "http://serverip/multigamemode/yama.map" )
    1 point
  14. خاف ربك عيد ميلاد!! مانعرف الا عيد الفطر والأضحى.
    1 point
  15. السلام عليكم حبيت اسأل اليوم كيف اقدر اجيب الاحداثيات المظبوطة ل createWater لان ولا مرة ظبط معي
    1 point
  16. -- اعدادات المياة . height = 40 -- ارتفاع المياه SizeVal = 2998 -- منسوب المياه او حجم المياه بالمنطقة الي بتحط احداثياتها -- southWest_X = -SizeVal southWest_Y = -SizeVal southEast_X = SizeVal southEast_Y = -SizeVal northWest_X = -SizeVal northWest_Y = SizeVal northEast_X = SizeVal northEast_Y = SizeVal -- OnClientResourceStart الفنكشن الي يصنع المياه . function thaResourceStarting( ) water = createWater ( southWest_X, southWest_Y, height, southEast_X, southEast_Y, height, northWest_X, northWest_Y, height, northEast_X, northEast_Y, height ) -- الاحداثيات الموجوده للمكان setWaterLevel ( height ) -- ارتفاع المياه الموجود end addEventHandler("onClientResourceStart", resourceRoot, thaResourceStarting) -- مثال رقم2 function thaResourceStarting( ) water = createWater ( 1866 "southWest_X" , -1444 "southWest_Y",10 "southWest_Z", 1968 "southEast_X", -1442 "southEast_Y", 10 "southEast_Z", 1866 "northWest_X", -1372 "northWest_Y", 10 "northWest_Z", 1968 "northEast_X", -1370 "northEast_Y", 10 "northEast_Z" ) setWaterLevel ( water, 20 ) -- ارتفاع منسوب المياة end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), thaResourceStarting) بس عشان لاتخطأ واسهل لك مثال رقم 2 الاشياء الي بالاقواس بعد الارقام هذه للشرح فقط لا اكثر يعني لاتضيفها وانت تبرمج بس حط الاحداثيات بالظبط وخلاص وهذا كود حق الاخ ريان طالب عليه تعديل وسويته له , اعتقد بتفهم من الكود هذا اكثر x1, y1 = 3059, 1063 x2, y2 = 3016, 1063 x3, y3 = 3016, 1092 x4, y4 = 3059, 1092 height = 40 -- ارتفاع المياه function thaResourceStarting( ) water = createWater ( x1,y1,height,x2,y2,height,x3,y3,height,x4,y4,height ) createBlipAttachedTo ( water, 52 ) setWaterLevel ( height ) if water then print("ssssssssssssssssssssssssssss") else print("s") end end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), thaResourceStarting) وإتمنى اكون افدتك .
    1 point
  17. Evento onClientGUIClick; triggerServerEvent setPlayerTeam onPlayerWasted getPlayerTeam spawnPlayer
    1 point
  18. تقدر تستعمل مود سرقة البنك .
    1 point
  19. Could be a memory problem. Try the steps here: https://forum.multitheftauto.com/topic/78081-32-bit-windows-crashing/
    1 point
  20. ههههههههههههههههه عجبتني الفكره و حلوه كفو واصل يا مبدع
    1 point
  21. السلام عليكم ورحمة الله وبركاته كيفكم ياشباب , ان شاء الله بخير طبعا اليوم اول سكربت لي في الفورم والمساهمات , واليوتيوب كمان ض1 المهم السكربت عبارة عن رسالة تأتي من الجنب الايمن من الشاشة الى الجنب الايسر السكربت سهل ومايحتاج شي , بس عشان بس بداية القناة كدا وكدا جبت شي سهل بس بعد كدا , بسوي كل التبغوه من موادت الفيديو الخاص بالسكربت اتمنى لكم مشاهدة ممتعة وجميلة رابط السكربت الخاص بالفيديو :- https://up.top4top.net/downloadf-8895nb9f1-zip.html الحقوق لجميع السيرفرات العربية لان السكربت شامل . وان شاء الله مارح اقصر معكم في شي * لا تنسوا دعمي :- لايك , اشتراك , كومنت الجميل , واهم شي النشر لتستفيد انت وغيرك . ( في امان الله ورعايته )
    1 point
  22. ناس حقودة اخي لا تعرف تبرمج ولا تعرف تحكي مع ناس في موضويع الله يهديه
    1 point
×
×
  • Create New...