Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 26/07/21 in all areas

  1. Model encrypter BETA Protect your models easily. https://mtaclub.eu/pcrypt When it's done, don't forget to read HOW_TO_USE.txt! Please let me know if you find a bug!
    2 points
  2. السلام عليكم ورحمة الله تعالى وبركاته كيف الحال جميعا أتمنى أنكم على أفضل حال .. اليوم جبنالكم نظام جديد ويساعد الأدمن بشكل كبير في الفعاليات وإلخ .. فكرته أنه مسابقات عديدة (والي هي ثلاث الصراحة لأن أفكاري تلاشت) في نظام واحد لمن لديه أفكار جميلة وجديدة فاليشاركها أسفل الموضوع : ) . وبإذن الله سأطبقها فالإصدار القادم . فالندع الصور تتكلم : أولاً: صورة اللوحة الرئيسية ثانياً : لوحة أول من يكتب . طبعاً جميعنا يعرف فكرة أول من يكتب لكن لما لا يعرفها هي كلمة أو جملة يضعها الأدمن وأول واحد من المتواجدين يكتبها له مكافأة مالية .. ثالثا: لوحة الأسئلة لوحة الأسئلة .. هي فعالية تقوم بكتابة السؤال والجواب وعلى اللاعب أن يخمن الجواب وفي المبلغ العشوائي تقوم بـ كتابة مبلغ مثلاً من 500 إلى 1000 على سبيل المثال وسيقوم السكربت بإختيار عشوائي بين الرقمين رابعاً وأخيراً : لوحة توزيع الفلوس لوحة توزيع الفلوس الغنية عن التعريف حبيت أحطها عشان ما عندي فكرة أخرى لـ فتح اللوحة قم بكتابة في اف8 : OpenM بعض المعلومات الأخرى : * الكلنت مشفر لحفظ الحقوق .. * بإمكانك تغيير الرتبة والكلمة من السيرفر .. * بإمكانك وضع إقتراح أو إضافة لـ النظام * شاكر لكم متابعة الموضوع والسلام خير الختام .. # Update - تحديث تم إصلاح بعض المشاكل في المود لـ تحميل آخر إصدار إضغط : تحميل سكربت المسابقات
    2 points
  3. Hi. - Models are loaded to the memory, just like the secret key. If someone can dump out the key from the memory, he can do it with models as well. Currently this key is inside an encrypted, non-cached script. - Model loading is a performance heavy operation by default, encryption just makes it worse. (everything has a price) I try to make the loader as optimized as possible, but loading a large file is problematic, doesn't matter is it encrypted or not. By the way this method doesn't increase the file size.
    2 points
  4. Hi! Thats working properly! Thank you so much!
    1 point
  5. Welcome! local connection = exports.dm_mysql:getConnection() function onJoin() local serial = getPlayerSerial(source) local ipadress = getPlayerIP(source) local serialcheck = dbQuery(connection, "SELECT banned FROM accounts WHERE serial = ?", serial) local result = dbPoll(serialcheck, -1) if result and #result == 1 then -- found an account local banned = tonumber(result[1]["banned"]) == 1 -- A Boolean from database is 0 (false) or 1 (true), this will be true if the value 1, false otherwise if banned then outputChatBox("Banned", source) else outputChatBox("Not banned", source) end end end addEventHandler("onPlayerJoin", root, onJoin)
    1 point
  6. شكراً لك وعلى مرورك الطيب يالغالي نورت ..
    1 point
  7. 1 point
×
×
  • Create New...