Jump to content

Leaderboard

Popular Content

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

  1. السسسسسسسسسسسلام عليكم سويت مموضوععء خاص لححصريات وناسسههة وبنزل فيهه كل شي حصري نركبه نبدا باول مود حصري العضوية الذهبية حصريا نظام البكجات حصصصصصصريا اصنعع بيتكك بنفسسسك ! شرحح المود لوحة التحكم الحصريهةء 2016 النسسخهةء الرمضضضضضانية لوحة التسجيل البداية الخيمة الرمضانية الشعار مود تحميل المواتر لوحة التحكم بالصوت حصصريا لوحة السسبورت ملاحظة : مسح الشات والميوت للادمن فقط 2017 النسسخهةء الرمضضضضضانية البداية الخيمة الرمضانية ملاحظة : عاجل خاص بالخيمة الرمضانية الدائري التفتيش الغروب الشعار الخاص بـ شهر رمضان النسسخهةء الرمضضضضضانية 2018 تغغير شكل لوحة التسجيل البداية الخيمة نظام المزايا الشعار الخاص بـ شهر رمضان الفضيل ورمضان كريم وكل عام وانتم بخير (المهمات الحصرية) Run-Mission || War-Mission ( الشرح اضغط ( هنا ) || الشرح اضغط ( هنا Forza-Mission || Derby-Mission ( الشرح اضغط ( هنا ) || الشرح اضغط ( هنا T9adm-Mission || Fallout-Mission ( الشرح اضغط ( هنا ) || الشرح اضغط ( هنا Saw-Mission ( الشرح اضغط ( هنا By:NssoR ( قناة السيرفر الرسمية ( شروحات - خشات - افلام - حصريات السيرفر WnAsH-TiMe ( مسسسابقات السيرفر ) مسسابقة الصناديق || مسسابقة الكنز ( الشرح اضغط ( هنا ) || الشرح اضغط ( هنا مسسابقة الشيفرة || مسسابقة المليون ( الشرح اضغط ( هنا ) || الشرح اضغط ( هنا مسابقة البحث ( الشرح اضغط ( هنا mtasa://178.32.127.216:22003 : ايبي السيرفر . .
    1 point
  2. Automatic compile your whole resource. Do what you want with it, but keep the formal credits. Don't forget that compiling isn't just for protection, it was also meant for optimization! Version for universal resource compiler: (NEW) resourceCompiler/meta.xml <meta> <info author="IIYAMA" type="script" name="Resource compiler" version="1.3.0" /> <script src="scripts/compiler_s.lua" /> <export function="compileResource" type="server"/> <aclrequest> <right name="function.fetchRemote" access="true" /> <right name="general.ModifyOtherObjects" access="true" /> </aclrequest> </meta> resourceCompiler/scripts/compiler_s.lua ------------------ -- by IIYAMA -- function compileResource (player, resourceName) if hasObjectPermissionTo ( player, "function.shutdown", false ) and getResourceFromName ( resourceName ) then if not hasObjectPermissionTo ( getThisResource (), "function.fetchRemote", false ) then outputChatBox(" ", player) outputChatBox("Require fetchRemote to compiling this resource!", player, 255, 0, 0) outputChatBox(" ", player) else local meta = xmlLoadFile(":" .. resourceName .. "/meta.xml") if meta then local folderName = "compiled/".. resourceName --.. "_compiled" local newMeta = xmlCopyFile(meta, folderName .. "/meta.xml") if newMeta then local metaNotes = xmlNodeGetChildren(meta) for i=1, #metaNotes do local metaNote = metaNotes[i] local scriptName = xmlNodeGetAttribute(metaNote, "src") if not scriptName or not string.match(scriptName, "compiler.lua") then if xmlNodeGetName(metaNote) == "script" then if scriptName and scriptName ~= "" then local FROM = ":" .. resourceName .. "/" .. scriptName local TO = folderName .. "/" .. scriptName .. "c" local scriptFile = fileOpen(FROM) fetchRemote( "https://luac.multitheftauto.com/?compile=1&debug=0&obfuscate=2", function(data) local newscriptFile = fileCreate ( TO ) if newscriptFile then fileWrite(newscriptFile, data) fileFlush(newscriptFile) fileClose(newscriptFile) end end, fileRead(scriptFile, fileGetSize ( scriptFile )) , true )--fileLoad(FROM) --https://luac.multitheftauto.com/api/ fileClose(scriptFile) end else local fileName = xmlNodeGetAttribute(metaNote, "src") if fileName then fileCopy (":" .. resourceName .. "/" .. fileName, folderName .. "/" .. fileName, true ) end end end end local newMetaNotes = xmlNodeGetChildren(newMeta) for i=1, #newMetaNotes do local newMetaNote = newMetaNotes[i] if xmlNodeGetName(newMetaNote) == "script" then local scriptName = xmlNodeGetAttribute(newMetaNote, "src") if not string.match(scriptName, "compiler.lua") then if scriptName and scriptName ~= "" then xmlNodeSetAttribute ( newMetaNote, "src", scriptName .. "c" ) end else xmlDestroyNode(newMetaNote) end end end xmlSaveFile(newMeta) xmlUnloadFile(newMeta) end xmlUnloadFile(meta) outputChatBox("Compiling done!", player, 0, 200, 0) end end end return true end addCommandHandler("compile", function (player, commandName, resourceName ) compileResource (player, resourceName) end) Installation: Put everything inside the folder resourceCompiler. (see file path for file name and sub folders) Use the commando: /refresh Give the resource the required rights(login as admin before you use this commando): /aclrequest allow resourceCompiler all This commando will give the resource all the rights that are defined in the meta.xml. (those are required to make the resource work) Rights: Usage: /compile [resourceName] There is an export function you can use. Now you are ready to go! Don't forget to leave a like! EXCLUDED (but can be included) Do you want to compile resources it in your admin panel as well? That would be nice right? (This source code is only on request because I do not want to be responsible for releasing a version of admin panel. My credits isn't on it as well) Like this post + send me a PM to get a look at the adminpanel adjustments! A PM with just: 'yes I want this!' is enough! Installation: Usage: Version for compiling inside the same resource: (OLD, but still useful)
    1 point
  3. بسم الله الرحمن الرحيم وأفضل الصلاه والسلام على خير المرسلين محمد وعلى آله وصحبه اجمعين فيه " مرض " يعاني منه الكثير هنا فالموقع وبالتحديد فالقسم العربي انا للأمانه مو فاهم المرض منتشر هنا بس ع مستوى ام تي أي ولا بشكل عام بين العرب لكن خل ادخل فالموضوع كثير هنا وظيفتهم الأولى هي انهم يراقبون أي شخص يساعد شخص ثاني ويغلطونه حتى لو كانت مساعدته صحيحه انا عن نفسي اشوف ذا مرض انك تراقب ادق شي الشخص يسويه عشان تقول للناس شوفو تراه مايعرف شي وشوفو تراه غلطان انا اشوف هالمرض ذا منتشر بشكل كبير وبشكل حاد فذي الفترات خلاف الفترات السابقه ان كنت تبي تصير أفضل من غيرك طور من ذاتك لكن أسلوب أنك تغلط غيرك عشان شوفوني انا الأفضل هذا أسلوب غلط تماماً فيه نوعيه ثانيه لا يعني يبي يغلط غيره عشان يكون هو الشخص الكامل والباقي كلهم يخطأون او مايحب النجاح لغيره خصوصاً ان كان شخص مايعرفه انا تطرقت لهالموضوع لأني لاحظته فأول مشاركات لي هنا فالقسم العربي بخلاف القسم الأنجليزي ان كانت نيتك توضح غلط شخص مشارك فموضوع ف حاول توضحها بعلم وادب وعلى الطرف الثاني تقبل هالتوضيح برحابة صدر لكن هنا ماشوف انه فيه تقبل للأمانه واشوف انه الي يحاولون يصححون "غالبأً" يقول عن مشاركتك غلط وهو مايعرف وش الغلط أساسا بس خلاص انت غلط يعني غلط طيب ليش غلط ؟ بس انت غلط !ا أسلوب الحسد هذا ماراح يأدي الى نتيجه ولا الى تطور بينا احنا ك مجتمع عربي كل شخص من المفترض منه انه يراقب أسلوبه وتفكيره لأن أحياناً وهذي طبيعتنا ك بشر نتعامل ونسوي أشياء ونتحسف عليها لكن بقدر الأمكان سيطر على تصرفاتك وتفكيرك وحاول انك تقود المجتمع العربي إلى افضل واجهه مساعداتك ومشاركاتك خل نيتك فيها الإفاده والتطوير مو زيادة مشاركات او شوفوني تراني افضل من غيري وأخيراً ذا الموضوع مو موجه لفرد معين من الأفراد الأخوه الموجودين هنا والمغزى من الموضوع التطوير والرقي الى مستويات أفضل ك مجتمع عربي وأتمنى ماحد يفهم الموضوع بشكل غلط وأي شي مو واضح فالموضوع علمني عنه افسره او اوضحه لك واشكر كل شخص عطى الموضوع هذا من وقته متمنياً لكم جميعاً التوفيق والنجاح .
    1 point
  4. اسف ما بقدر ارسل لحد شئ من دول عشان معمولين لناس مخصوص اسف
    1 point
  5. Please download and run MTADiag and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you
    1 point
  6. مممم . اشكرك على نشر سيرفرنا . ولكن - السيرفر فاكينه تجربه لسا م خلصنا الانواع الاخرى خلصنا الشوتر والديربي والريس لكن لسا م ركبناهم يعني لو نشرت الحين مابيفرق لان ماركبنا الا نوع واحد . مابيجذب الزوار هالشي لو ركبنا الانواع الاخرى سيتم الاعلان عنه مع ارفاق الصور واشكرك مره اخرى #
    1 point
  7. For ramming you can edit those: https://wiki.multitheftauto.com/wiki/SetVehicleHandling https://wiki.multitheftauto.com/wiki/SetModelHandling For other damage can you can also cancel the event: https://wiki.multitheftauto.com/wiki/OnClientVehicleDamage (add the health loss to the vehicle it's health, to get the original health) And change HP: https://wiki.multitheftauto.com/wiki/SetElementHealth
    1 point
  8. @Abdul KariM ㅀ إيش هذي ؟ ما عمري شفتها ؟
    1 point
  9. Попробуй вот так: local screenW,screenH = guiGetScreenSize() local px,py = 1680,1050 local x,y = (screenW/px), (screenH/py) dxDrawText ( "km/h",x*956,y*567,x*0,y*0,tocolor(255,255,255,255),fontScale*2,font1,"left","center",false,false,false) ------------------------------- И центрировать по У(top) не обязательно.
    1 point
  10. sX*0.9, именно из-за этого всё и пошло поехало. Ибо ширина экранов разная. dxGetTextWidth позволяет получить ширину текста, может пригодиться. Или тот же же "km/h" центровать по левой стороне, а спидометр по правой.
    1 point
  11. ع ايشيء خليته سيرفر سايد ؟ https://screenshots.firefox.com/Lk62R7GIHJqPdZYr/wiki.multitheftauto.com
    1 point
  12. --Server Side setRadarAreaFlashing ( AreaName, true )
    1 point
  13. ماتقدر تخليهم لاعبين ينحسبون على لاعبين السيرفر بس تقدر تخليهم لاعبين وهميين داخل اللعب بس برمجتهم تحتاج ذكاء لازم يكون عندك خبرة وتعرف تستخدم الاكواد صح
    1 point
  14. ah.. the 7th argument of dgsCreateButton is parent.. row color: dgsGridListSetItemColor show your code, grid list works fine in my code
    1 point
  15. @Master_MTA وش وضع توقيعك '-'
    1 point
  16. I solved this problem with a 8x8 circle image. Added image to the every node position in RT and looks better. What I mean? dxSetRenderTarget(gpsRouteImage) dxSetBlendMode("modulate_add") for i = 2, #gpsLines do if gpsLines[i - 1] then local x0 = gpsLines[i][1] - routeStartPosX + 8 local y0 = gpsLines[i][2] - routeStartPosY + 8 local x1 = gpsLines[i - 1][1] - routeStartPosX + 8 local y1 = gpsLines[i - 1][2] - routeStartPosY + 8 dxDrawImage(x0 - 4, y0 - 4, 8, 8, "dot.png") dxDrawLine(x0, y0, x1, y1, tocolor(255, 255, 255), 9) end end dxSetBlendMode("blend") dxSetRenderTarget()
    1 point
  17. تعال نسوي لك فيس سكان ننسخ وجهك
    1 point
  18. ديستور = هيمو + هيمو ذا زي اخوي بالظبط
    1 point
  19. القسم الخطأ @!#NssoR_) ثانيا استخدم فنكشن setRadarAreaFlashing
    1 point
  20. 1 point
  21. يغلق بما ان الموضوع خرج عن محتواه وتم إعطاء بعض الاعضاء تحذير لإثارتهم للمشاكل
    1 point
  22. First you put it false and second you dont check if true to can el the damage
    0 points
×
×
  • Create New...