Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/07/19 in all areas

  1. سلام عليكم , رجعت بمود جديد , كنت مركبه في سيرفر أخر لكن بنشرهـ .. ماب البنك من تصميمي الشخصي طبعاً , بتفوت البنك من علامة فلوس حمراء بالخريطة , يوجد خطوط حمراء و يمكن تهكير الخطوط الحمراء للوصول إلى البنك وسرقته , عند لمس الخطوط الحمراء ستقتل مباشرة , و يوجد وقت لبقاء الخطوط الحمراء , سيظهر لك الوقت أسفل الشاشة , و يوجد توب لأكثر الأشخاص الذين سرقو البنك و يوجد توب لأكثر الشرطة الذين قتلوا السارقين ! يوجد 3 أماكن مختلفة لتوصيل الحقيبة , حيث يمكنك توصيل الحقيبة على علامة الإستفاهم الموجودة في الخرطية ( ؟ )ء وفي حال تم توصيل الحقيبة سيتم خصم نصف المبلغ المسروق من الشرطة لعدم دفاعهم عن البنك ويتوفر نظام الشماغ : بحيث إذا اشتريت شماغ , ورحت وصلت الحقيبة راح تنشال النجوم الي عليك .. ويوجد مخرجين للبنك , أيضاً يتم إيصال تنبيه للشرطة في حال قام الشخص بسرقة خزنة أو بتهكير الخطوط الحمراء المود لنظام حرب العصابات فقط , ويمكن تعديله , علماً بأن المود مشفر , و أي تعديل بدك إياه راسلني خاص .. يحتوي على نظام تنبيهات من داخل المود , وبتركم مع الصور : التحميل من هنا ( البنك )ء التحميل من هنا ( ماب البنك )ء وشكراً لكم
    2 points
  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. السلام عليكم ورحمة الله وبركاته تعديل من لوحة ادمنية اضغط على settings اكتب o هتطلع اسمAdminMsg مثلا AdminMsg [name] [text] ومنها انت تقدر تغير اي اسم ِ وفي هذه البرنامج قمت ببعض التعديلات مثل إضافة إظهارأو إخفاء كلمة السر وتذكرني و اختيار اللغة عربي او انجليزي وهنا في خانة send عند text تقدر تكتب اي نص ولو طويل جدا يمكنك ان تراه باكمله Options وهنا في هذه الصورة عند تحـريك المربع اللي باللون الازرق بأي اتجاه تريده وتكبير وتصغر المربع وكذلك تكبير وتصغير الخط للتحميل من هــــنــــا وشكرا ارجوا ان ينال رضاكم
    1 point
  4. Desligue todos os resources exceto esse e o painel admin e tente novamente.
    1 point
  5. Mas o fromJSON já não vai retornar convertido aquela tabela original do toJSON? Já faz um tempo que não mexo com essa função, não lembro se ela retorna com índice em string.
    1 point
  6. You can use: triggerClientEvent, which will execute your client-side function, for certain player. https://wiki.multitheftauto.com/wiki/TriggerClientEvent
    1 point
  7. سلام عليكم ورحمة الله آخخبااركم ان شاء الله طيبين ------------------------------------- في هذا الموضوع عندي مود التوجيه الاصدار الثاني ~~` لمعرفة كل شي عن المود في هذا الرابط / الفيديو وبالتـــوفييقء ~~  |~ الإهداءات ~| @!#DesTroyeR_,) @Kareem Amer @MrKAREEM @Mr.Falcon @DABL @KillerX @NX_CI @[AcM] - Major . @MR_Mahmoud @Ahmed Ly @MR.Mosa @N3xT @Abu-Solo @SuperX @#BrosS @iMr.WiFi..! @Mr.CnTroL @Abdul KariM @Hakan @!#NssoR_) @Simple. @Abdo Nour و جميع أعضاء المنتدى
    1 point
  8. يمكن بسبب النت مو ظاهر تسلم شكرا لك
    1 point
  9. بالتوفيق
    1 point
  10. السلام عليكم ورحمة الله وبركاته , كيف الحال ؟ نظام جديد طبعاً إكتشفه بنفسك . يمكن لأي لاعب إنشاء مسابقة و يوجد لوحة تحكم خاصة بنظام المسابقة . الكونسول لا يتطبق عليه أي من الشروط في المود . x( "تحكم_أسرع_كاتب" )x و لفتح لوحة التحكم بالمسابقة ( "F9" ) لفتح اللوحة من نترككم مع الصور : رابط التحميل من هنا والسلام عليكم ورحمة الله وبركاته طرحته في الموضوع السابق AttentionSystem تنبيه : المود مربوط مع
    1 point
  11. انتم وايكو اكبر حرامية بلام تي اي # جراند العرب سيبقى للابد جابو ايكو عشان يساعدهم اما غدروه ! عيب عليك ي ايكوو
    1 point
  12. هو اكيد حلو بس الفيديو مب ظاهر عندي مدري ليش ض بس شغلك كله حلو إستمر ي كفو ء
    1 point
  13. The map editor already has this feature. https://wiki.multitheftauto.com/wiki/ProcessLineOfSight Getting the ground/floor position. https://wiki.multitheftauto.com/wiki/GetElementBoundingBox Getting the object size. The map editor already has this feature. https://wiki.multitheftauto.com/wiki/ProcessLineOfSight Getting the ground/floor position. https://wiki.multitheftauto.com/wiki/GetElementBoundingBox Getting the object size.
    1 point
  14. Utilize o botão <> para postar códigos.
    1 point
  15. 1: https://wiki.multitheftauto.com/wiki/SetPlayerNametagShowing 2: I don't uderstand.
    1 point
  16. ينقل للقسم الأنسب, حسب مافهمت انه فيه سكربت مسبب ضغط عالي على السيرفر مما يؤدي الى توقف عمل السيرفر
    1 point
  17. 1 - عندك قسم كامل لتعلم البرمجة 2 - عندك الويكي العربي فيه كل اساسيات اللغه 3 - عندك قسم البرمجة لطرح المشاكل اللي تواجهك شايف نفسك عندك افكار حلوة اتعلم البرمجة وطبق افكارك بكيفك يعني كل ما واحد عربي يفتح سيرفر انا اجري عليه ابرمجهولوا وكمان لازم افكار جديدة يا حليلك يا حليلك
    1 point
  18. كايــــرو هوســـت لخدمات الويب موقعنا ............................................. ارخص العروض واقوي المواصفات ضمان قوة العمل - الحماية - استرجاع المال خلال 7 ايام نعمل منذ عام 2015 لنا خبرات تزيد عن 4 سنين في هذا المجال نوفر جميع الخدمات بتحكم كامل وحماية وضمان استرجاع المال لضمان حقوق العميل لدينا دعم فني متواجد يوميا 7 ساعات علي مدار المحادثة المباشرة من خلال موقعنا - و علي مدار اليوم من خلال نظام التذاكر وصفحة الفيس بوك متابعة دائما معك لمساعدتك في خدماتك الخاصة في حال وجود مشاكل او احتياجك لمساعدة في ادارة خدماتك ارخص الاسعار لدينا سيرفرات الالعاب - وسيرفرات لينكس المخصصة للالعاب ............................................ سيرفرات الالعاب المتوفرة لدينا : MTA - SAMP - CS 1.6 - CS SOURCE - LEFT4DEAD - LEFT4DEAD 2 - RUST جميع العروض في موقعنا ارخص الاسعار واقوي المواصفات - اسعار تبداء من 0.99 دولار - 7 جنيه مصري طرق الدفع : كروت شحن فودافون - اتصالات - فودافون كاش - تحويل عبر بنك الاهلي - كروت شحن اسياسيل من العراق رصيد زين من السعودية - رصيد اتصالات من الامارات - ويب موني - سكريل - وان كارد ............................... ايضا سيرفرات لينكس للالعاب لدينا اسعار تبداء من 4 دولار - 70 جنيه مصري تحكم كامل - تفعيل مباشر - حماية كاملة - ضمان استرجاع المال - تثبيت لوحة اوبن جيم بنل مجانا في حالة الطلب اقل رام لدينا : 2 جيجا - واكبر عرض لدينا يحتوي علي رام 32 جيجا ويمكنك طلب المزيد اذا اردت ذالك جميع العروض في موقعنا .................................... Linux kvm ايضا متوفر سيرفرات لينكس عروض اخري اقوي في المواصفات ويمكنك ايضا استخدامها في الالعاب او غيرها من الخدمات اسعار تبداء من 7 دولار - 125 جنيه مصري رام يبداء من 2 - واكبر عرض لدينا يحتوي علي رام 32 جيجا ويمكنك طلب المزيد تحكم كامل - تفعيل مباشر - حماية كاملة - ضمان استرجاع المال - تثبيت لوحة اوبن جيم بنل مجانا في حالة الطلب جميع العروض في موقعنا .................................... VPS WINDOWS ايضا متوفر سيرفرات ويندوز 3 عروض متوفرة حتي الان اقل رام 2 - واكبر رام لدينا الان 8 ويمكنك طلب المزيد اذا اردت جميع العروض في موقعنا .................................... سيرفرات التخزين هي سيرفرات بنظام لينكس - الغرض منها التخزين عليها وعمل باك اب يومي وغير ذالك او عمل موقع عليها يحتوي علي ملفات كبيرة الحجم مثل موقع الالعاب وغير ذالك .. اقل عرض لدينا مساحته : 250 جيجا واكبر عرض مساحته تصل الي : 4 تيرا ويمكنك طلب المزيد اذا اردت .................................... جميع الخدمات لدينا يتم تفعيلها بشكل مباشر في حسابك علي موقعنا تحكم كامل في خدماتك وضمان استرجاع المال في خلال 7 ايام كايرو هوست لخدمات الويب تم تاسيسها عام 2015 هدفنا توفير جميع الخدمات الممكنة بارخص الاسعار للوطن العربي واقوي المواصفات نتمني التوفيق للجميع وجميعنا عرب في النهاية .................................. موقعنا صفحتنا علي فيس بوك البريد الالكتروني الرسمي : [email protected] واتس اب : +201147395865 ..................................
    1 point
  19. وعليكم السلام .. من افضل السيرفرات العربية ( من وجهة نظرى ) بس اقتراح بسيط لا تعتبر اللي هقولوا تحطيم .. حاولوا تسوا افكار ما احد سواها اشياء جديدة .. وبالتوفيق لكم ..
    1 point
  20. هاي الوظيفة بترجعلك المتغيرات الي حطتهم على شكل جدول على حسب الكود بس له اكثر من استخدام ما اظن يفيدك هذا لمكاتب الدي اكس بستخدم كثير على حسب علمي
    1 point
  21. 1 point
  22. Welcome to the topic of West Side:RPG. West Side:RPG has been created in the early stages of RPG servers in 2012. The server got closed due scripts not made by the current owners and so they got striked. It led to them closing West Side:RPG. Now, almost 6 years later, we decided to revive West Side:RPG again. There are multiple reasons why we revived West Side:RPG, the main reason for bringing it back is because the fun that we used to have back in the days. Nowadays, people are fighting over scripts, over groups and over basically power. Back in the days, everyone was having fun, there were no fights and no one complaining about people creating other servers. Times went by and people were randomly ddosing servers and people because of 'creating other servers with stolen scripts' but they all had one task: Bringing the fun back. So here it is. I (Mediate) with alot of knowledge about MTA and having experience being an MTA clan member, decided to bring it back with three others. - Thelaser - Equis - McLazy West Side:RPG creates it's own scripts, thanks to Thelaser and Equis for scripting and putting alot of time into it. This topic will give you an overview about what we've done so far and what we're based on. ________________________________________________________ Dynasty 8 Housing This housing system is based on the GTA 5 housing. It works like a regular housing system in RPG servers. You request an icon on the forum > you wait patiently for an admin to sort it out > buy your house and look what you can do. This is the house and garage system. You are able to atleast store 2 vehicles in your garage (depends if you have a low-end house, medium-end house or a high-end house). There are also multiple interiors. Dynasty 8 Agents will be choosing the best suitable interior for the house in question. We currently have 15 interiors available for houses and 3 for garages. When you bought your property, you are able to control it with this panel. - "Remove from Sale" (If your house is on sale, you can just remove it from being sold.) - "Lock House" (Locks your house so people cannot enter your house.) - "Lock Garage" (Locks your garage so people cannot steal your cars or unwillingly enter your garage.) - "Set House Price" (If you want to sell your house, you can enter a custom amount of money.) - "Set House Owner" (If you want to give away your house, you can enter the username of another player.) - "Change House Info" (This can change your house information.) The housing system is really complicated but you will get used to it once you get some knowledge about it. ________________________________________________________ Maze Bank Banking System Just like the housing system, it is based on GTA 5. We've got two seperated panels for the banking system. One for the ATM and one for the panel inside the bank. This is the ATM panel: This is the bank panel (when you enter a bank interior in LV, LS or SF.) At the ATM panel, you can fill in a custom amount of money that you either want to deposit or withdraw. ATM's can be found all around the map, this makes it easier to get your hands onto your money or to get your hands off your money. The bank panel is alot more complicated. You cannot withdraw money from the bank, only deposit IN your bank account. Choose between custom amounts untill you deposited the amount you wanted to deposit. ________________________________________________________ Server is still under development! This is it for now, I'll keep on updating this topic to keep the community updated about the stuff happening right now. Feel free to join our discord and forum: https://discord.gg/T8KH3Cq www.westsiderpg.com Best regards, Mediate West Side:RPG Team
    1 point
  23. مثل تسوي اطراف اللوحة منحدره مو حاده ( تسوي للوحة اطار متصل مع نطاق العنوان ) وهكذا وانك تفعال امكانية وضع اكثر من شكل للأزرار ومنها يكون شكله دائري + زر اغلاق اللوحة من ضمن اللوحة ( مع امكانية ازالته(زر الاغلاق) بمتغير ضمن دالة انشاء اللوحة ) ويكون عند العنوان أعلى اللوحة ( Mac لو تسوي نضام اللوحة مثل نظام لوحات اجهزة ال ) بكون في اقبال على المكتبة بشكل كبير جداً (Animation ) وتسوي للنظام حركات عند النقر وهذي بتكون ميزه بالمكتبة ( مع امكانية تعطيل الانميشن ) وفي اكثر لو تبي
    1 point
  24. Ever wake up in the middle of the night, with a chasing you, then eventually running you over? Well fear no more - it is now possible to create your very own custom blips with the most artistic of imagination! Just call exports.customblips:createCustomBlip with any .png, and watch the magic as this resource does all the dirty work for you. And exclusively for 6months* enjoy the ability to convert any GUI element into a blip - all for free! To sample our free trial, go to our Download page: https://community.multitheftauto.com/index.php?p= ... ils&id=960 For details on how to bring your imagination to life, see our special Change your life: Custom blips e-book which comes free when you order by credit card! https://wiki.multitheftauto.com/wiki/Res ... ustomblips * Until 6 months before the end of time
    1 point
  25. Create a login system, faced with this problem: I need to for the player who came to run the resource with authorization. But I don't know how to do it, because my resource runs for everyone. Please help, or if you know how to make it easier - please describe.
    0 points
×
×
  • Create New...