Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 31/05/18 in all areas

  1. السلام عليكم ورحمة الله وبركاته أقدم لكم اليوم أخر مشاريعي وأفضلها بالنسبة لي وأصعبها, حيث استغرق مني هذا العمل الضخم 20 يوم و 1600 سطر وهو عبارة عن لوحة أدمنية خارجية تمكنك من التحكم بالسيرفر بدون تشغيل اللعبة والدخول للسيرفر, وبالنسبة لي سيكون مفيد جداً وأسرع C# - LUA : لغات البرمجة : مقطع توضيحي للبرنامج : ملاحظات أولاً : لا تغير اسم السكربت ولا ما راح يشتغل البرنامج ثانياً : السكربت يحتاج صلاحيات ادمن ثالثاً : للتعديل على القروبات أو الصلاحيات راجع ملف الميتا التحميل : اضغط هنا للتبليغ عن الأخطاء أو الاقتراحات أو المشاكل تفضل بالأسفل أو الرسائل الخاصة مع تحياتي لكم
    5 points
  2. Hello, today I'm honored to present you my latest, biggest and coolest project a program called mini admin which allows you to control your MTA directly just log in to your console account this project took from me 20 days, 1600 line of codes (LUA & C#). and have fun with the features, A tutorial video : Tips: 1. don't change the resource name. 2. give the resource admin permissions ( resource.miniadmin ). 3. If you want to edit the groups etc.. ( meta.xml ). 4. If you have a bug or an idea feel free to PM me. Download: http://www.mediafire.com/file/9x2k4dbzllejs0e/C%23.zip Have a nice day.
    2 points
  3. ماشاء الله عليك مشروع خورافي ماشاء الله عمل ابداعي - واصل <3
    1 point
  4. Because the variable will be assigned to only one marker. An easy solution is storing the markers in a table: local teleportMarkers = {} teleportMarkers[k] = { createMarker(inX, inY, inZ, "cylinder", 1, 0, 255, 0, 180), -- inside createMarker(outX, outY, outZ, "cylinder", 1, 255, 0, 0, 150) -- outside } addEventHandler( "onMarkerHit", teleportMarkers[k][1], function ( hitElement, matchingDimension ) setElementPosition(hitElement, outX, outY + 3, outZ) end) addEventHandler( "onMarkerHit", teleportMarkers[k][2], function ( hitElement, matchingDimension ) setElementPosition(hitElement, inX, inY, inZ) end) -- * everything except the table inside the loop * --
    1 point
  5. After inspecting the website, you wouldn't find the name of the song on it since it is loaded from a different page via javascript, more specifically, loaded from http://player.181fm.com/streamdata.php?h=listen.181fm.com&p=7080&i=181-power_128k.mp3. So you should try to fetchRemote that and (if necessary, decode JSON).
    1 point
  6. واط ثيس ! خورافي حببي
    1 point
  7. A função isElementAttachedToBone não existe e também não é uma função nativa do MTA.
    1 point
  8. Use a ferramenta <> do fórum para postar seu script.
    1 point
  9. nice interface with cool ui framework. great work dude
    1 point
  10. باكك اخيرا .. مبارك عليكم الشهر ادري انها متأخره لاكن شنسوي :] هل الجميع بخير ؟
    1 point
  11. 1 point
  12. صرآحه شي رهيب . اهنيك ونبي نشوف منك زي كذآ وأفضل بتوفيق
    1 point
  13. This is amazing work صراحة عمل مذهل وتصميم اذهل , واصل يا بطل @MR.GNA7_#
    1 point
  14. Tente: --Client setTimer(function() givePedWeapon(thePed, 9, 500, true) end, 1000, 1) ou --Client function Armar_ped() givePedWeapon(thePed, 9, 500, true) end addEventHandler ("onClientResourceStart", getResourceRootElement(getThisResource()), Armar_ped) Em thePed, substitua pelo nome que você deu ao criar o ped. Lembrando que GivePedWeapon é do lado client-side, caso esteja utilizando no lado server-side, utilize GiveWeapon.
    1 point
  15. i gave you a Client Side Code You changed it to Server Side
    1 point
  16. مشروع خرافي و جبار بالتوفيق
    1 point
  17. function getposition () local x, y, z = getElementPosition(localPlayer) outputChatBox("ur position is "..x..","..y..","..z.." LOL ",0,255,0) end addCommandHandler("pos", getposition)
    1 point
  18. ماشاء الله تبارك الله , هذي بداية المشاريع عاد كيف النهاية بالتوفيق لك .
    1 point
  19. Esse erro é porque o math.round ainda tá lá no script server, sendo que você tirou a função. Então edite a linha do insert: table.insert (killDeath, ratio) No client, edite a linha: guiGridListAddRow (scoreGrid, accounts[i], kills[i], deaths[i], ratio[i]) E coloque o math.round: guiGridListAddRow (scoreGrid, accounts[i], kills[i], deaths[i], math.round(tonumber(ratio[i]), 2))
    1 point
  20. Enable the alpha flag when loading the DFF.
    1 point
  21. احلف؟؟؟؟؟؟؟
    1 point
  22. من الممكن ان يكون كلامك صحيح بتقليد سيرفر اخر ولكن الافكار إذا رأيتها في سيرفر لا يعني انها ملك لهذا المنشأ هل إذا كان هنالك معرض سيارات بسيرفر وهناك سيرفر اخر فيه نفس معرض السيارات يعتبر تقليد ؟ نظام المحطه موجود بحرب العصابات وبالسيرفرات الواقعي هل السيرفر المذكور اعلاه يقلد السيرفر الذي تحدثت عنه ؟ 2013-03-08 20:17:48 : jaki728 - قام بإنشاء سكربت نظام سيارات في عام 2013 2008-08-31 19:06:53 : [UVA]Bart - قام بإنشاء سكربت محطه في عام 2008 . هل تستطيع قول بأن كل سيرفر صنع سكربت محطه بعد تاريخ ( 2008-08-31 ) يُقلده ؟ هذا يُعتبر جُهد شخصي وليس سرقة او تقليد . ولكن التقليد الصريح استخدام اسم سيرفر اخر - انتحال شخصية مُشرف سابق - تعليقك غير عقلاني .
    1 point
  23. ماعجبني غير الخلفية ؟ شلون حطيتها يلد
    0 points
×
×
  • Create New...