Jump to content

Sora

Members
  • Posts

    698
  • Joined

  • Last visited

Everything posted by Sora

  1. اخوي جرب تشغل البرنامج بخصائص ادمن Run as adminstrator تشغيل كـ مسؤول واذا ماضبط اضغط على Details وانسخ الكلام الي فيه وحطه بردك
  2. اخذت خآدم من سعد صرآحه خطير مآفيه لاق ولاتقطيع والتحميل سريع ^^
  3. يب ابدا , Start لوحة التحكم , Control Panel البرامج , Programs تفعيل او تعطيل ميزات windows , Turn Windows features on or off تفعل ميزه Microsoft .NET Framework 3.5.1
  4. وش نظام تشغيلك؟ اذا كان وندوز 7 مايحتاج تثبت هذا البرنامج اذا كان فيستا او اكس بي لازم تثبته عشآن يشتغل برنامج التشفير
  5. ؟؟؟؟ يعني صح هههههههههههههههههههههههههههههههههههههههههههههههههههه
  6. Sora

    طلب

    استخدم setPedAnimation واختر الـ Animation من هنا https://wiki.multitheftauto.com/wiki/Animations
  7. Sora

    طلب

    https://wiki.multitheftauto.com/wiki/Animations
  8. مايحتاج سوي لك حساب جديد واعطيه خواص كونسل او ادمن واكتب في اف8 chgpass الباسورد حسآبك مثال chgpass talal 123456
  9. Before compile function areyoukiddingme() local this = "Lua Compiler" local compile = "way to protect your script from noobs" local path = "the path of lua file which been picked" if this == true then compile (path) end end After compile LuaQ $ € areyoukiddingme A@ پ€ ہ@ € €ہ € ـ@ € Lua Compiler & way to protect your script from noobs ' the path of lua file which been picked
  10. سي بق تابل من رفع تابل بنفسه https://community.multitheftauto.com/ind ... ls&id=5317
  11. hello guys i've created this tool yesterday i wanted to release it here but i was afraid that it's will not become useful or will be rejected .. # Updated 21/3/2013 fixed some bugs now maybe hard to be decompield. screenshot : works perfectly with windows 7 , even if it was 32 or 64 bit .Net Framework 3.5 required for Windows Vista - Windows XP (Click to download ) How it works : just pick a file then click on compile , you'll get a new compiled file over with .luac extension Download : http://adf.ly/LKOue
  12. createBlip ( 1402.9000244141 , 730.79998779297 , 10 , 63 ) nickM = createMarker(1402, 730, 10, "cylinder", 2, 0, 255, 0, 160) function markerHit (hitPlayer, matchingDimension) x, y, z = getElementPosition(hitPlayer) nickC = createVehicle ( 411, x , y , z ) warpPedIntoVehicle(hitPlayer, nickC) end addEventHandler ("onMarkerHit", nickM, markerHit)
  13. ي لبى خششكم منورين الموضوع بالنسبه لاخوي بحرين البرنامج الي استعملته هو Microsoft Visual Basic 9
  14. بسم الله الرحمن الرحيم السلام عليكم ورحمة الله وبركاته برنآمج لتشفير سكربتات lua الآن ربما يكون من الصعب فك تشفير الملف المشفر .. وتم اصلاح بعض المشاكل في الاصدار السابق يعمل على وندوز 7 وجميع انظمة Windows سواء 64 بت او 32 بت .Net Framework 3.5 يحتاج لانظمة Windows Vista - Windows XP (اضغط للتحميل) طريقة التشفير : تختار الملف وتضغط Compile وتنتظر ثواني وينشىء ملف مشفر بتنسيق .luac التحميل : http://adf.ly/LKOue
  15. ابي افهم بالله وش دخل setTeamName ?!?!?!
  16. addCommandHanlder("join", function (player,command,team) if team then setPlayerTeam(player,getTeamFromName(team)) else outputChatBox("* يرجى كتابة اسم الفريق الذي تريد الانضمام له.",255,0,0,true) end end ) اكتب join اسم التيم في اف8
  17. طريقه حلوه وعندي اضافه او تعديل عن طريق رمز يوضع في اسم السيرفر if string.find(getServerName(),"Ŝ") then return end -- تقدر تغير الرمز بأي رمز ثاني من ال charmap triggerClientEvent("stolenScript",root) -- هاذي الطريقه اكثر امان لان الي بسرق السكربت ماراح يعرف يجيب الرمز من الملف المشفر .. end
  18. yes i found this and i tested get but it does not work well i'll test set
  19. hello , is it possible to change map settings ( which is in meta.xml file ) using the script for example when any map starts the script change the setting respawn from "timelimit" to "none" before using the script name="#respawn" value='[ "timelimit" ]'>> after using the script name="#respawn" value='[ "none" ]'>>
  20. لازم تعدل الاعدادات من نفس الماب ماتقدر تخلي المابات كلها بدون رسبوان من اعدادات الريس لازم تعدل اعدادات الماب من ملف meta.xml تعدل هاذي (timelimit) <setting name="#respawn" value='[ "timelimit" ]'></setting> إلى هاذي (none) <setting name="#respawn" value='[ "none" ]'></setting>
  21. https://wiki.multitheftauto.com/wiki/OnClientClick https://wiki.multitheftauto.com/wiki/GuiCreateWindow https://wiki.multitheftauto.com/wiki/GuiCreateGridList https://wiki.multitheftauto.com/wiki/XmlLoadFile https://wiki.multitheftauto.com/wiki/Gui ... tAddColumn
×
×
  • Create New...