Jump to content

UAEpro

Retired Staff
  • Posts

    524
  • Joined

  • Last visited

Everything posted by UAEpro

  1. UAEpro

    Help

    for bind key bindKey ( player thePlayer, string key, string keyState, function handlerFunction, [ var arguments, ... ] ) bindKey(source,"u","down","chatbox","Local") where is the function chatbox
  2. اول شي vehicle ترمز الى شو ؟
  3. function createPlayerList () --عمل جدول اللاعبين local playerList = guiCreateGridList ( 0.80, 0.10, 0.15, 0.60, true ) --عمل عمود لاسماء اللاعبين local column = guiGridListAddColumn( playerList, "Player", 0.85 ) if ( column ) then --If the column has been created, fill it with players for id, player in ipairs(getElementsByType("player")) do --- البحث عن جميع اللاعبين local row = guiGridListAddRow ( playerList ) -- اضافة سطر جديد guiGridListSetItemText ( playerList, row, column, getPlayerName ( player ), false, false ) -- وضع اسم اللاعب بالسطر end end end المصدر https://wiki.multitheftauto.com/wiki/GuiCreateGridList
  4. my desktop https://skydrive.live.com/?cid=a410e943 ... E48AA0!122
  5. ummm .. no one know ? !
  6. 1st .. this is not the right section .. 2nd .. what's the running resource in your server ?
  7. محد من العرب يعرف ...
  8. ok ... for example i used loadstring() for a script is full of timers .. then i want to unload it .. how i can detect the timers created by the loadstring .. i hope you understand
  9. ❝ «≈≈» ✪‹Eɴᴛᴇʀ›✪ what about the position ? ✪‹Exɪᴛ›✪ «≈≈» ❝
  10. ❝ «≈≈» ✪‹Eɴᴛᴇʀ›✪ yes ... if you don't want this resource just delete it ,, so no one will start it .. ✪‹Exɪᴛ›✪ «≈≈» ❝
  11. ❝ «≈≈» ✪‹Eɴᴛᴇʀ›✪ Hello i made a script using this topic [TUT] Protect Client Script at the Highest Level and i know that loadstring() is used to read string (functions) etc but is there any way that i can unload this function ? without restarting the resource i tried to create another resource (temporary) then the script will write meta.xml and write the script file then .. rewrite the script file and meta.xml and restart resource .. but this is a long story .. is there any why ? ✪‹Exɪᴛ›✪ «≈≈» ❝
  12. ❝ «≈≈» ✪‹Eɴᴛᴇʀ›✪ مو من عادتي أفصح عن أفكاري للكل .. يمكن ما يكون هجولة .. لكن بس عشان اوضح الفكرة ^^ ✪‹Exɪᴛ›✪ «≈≈» ❝
  13. ❝ «≈≈» ✪‹Eɴᴛᴇʀ›✪ المودات تتحمل .. لكنها ما تتحمل امامك .. يعني السيارات والمودات كلها تتحمل في الخلفية .. بدون المربع المزعج .. هذي خلصت منها وشغالة بالنسبة لتحميل السيارات ✪‹Exɪᴛ›✪ «≈≈» ❝
  14. ❝ «≈≈» ✪‹Eɴᴛᴇʀ›✪ بسم الله الرحمن الرحيم .. قررت البدء بمشروع عمل سيرفر جديد ولكن .. مو مثل اي سيرفر عادي .. السيرفر بيكون مشترك بمودين رئيسيين .. مود هجولة + مود الريس بسيرفر واحد وطبعا .. يوم تدخل السيرفر .. ما يضهر لك مربع تحميل الملفات السخيف ولكن تتحمل سيارات الهجولة بالخلفية يعني يمديك تلعب على طول اول ما تدخل السيرفر وبالنسبة للريس كذلك نفس الشي .. المابات ما تتحمل .. والتبديل بين المابات يكون سريع جدا وبدون لاق .. خلصت جانب قليل من السيرفر .. وباقي لي الكثير .. ان شاء الله احاول اخلص كل شي بأسرع فرصة .. الاشياء اللي بالسيرفر 1- لوحة تسجيل دخول متميزة تستطيع حفظ العضويات اللتي دخلت منها للجهاز صورة للوحة http://sdrv.ms/NbM1P3 40% 2- مود ريس معدل .. سريع .. بدون تحميل مابات 70% 3- مود هجولة .. متعدد المابات .. مع استطاعة اللاعب اختيار الماب المفضل له .. 0% طبعا المشروع كبير .. وفيه وايد اشياء ما ذكرتها .. وما اعتقد بخلصة بسرعة لو اشتغل فيه بروحي .. للي يحس نفسه محترف بالبرمجة ويبي ينضم لنا يقولي هنا .. للتواصل رسائل فقط .. [email protected] ✪‹Exɪᴛ›✪ «≈≈» ❝
  15. ❝ «≈≈» ✪‹Eɴᴛᴇʀ›✪ .. بكل بساطة مافي فرق .. لكني افصل تكون بملف مضغوط خاصة لو كان الحجم كبير .. لانها بالنسبة لي تكون اسهل في الرفع ✪‹Exɪᴛ›✪ «≈≈» ❝
  16. ❝ «≈≈» ✪‹Eɴᴛᴇʀ›✪ you need to edit destructionderby.lua search in this forum you will find .. ✪‹Exɪᴛ›✪ «≈≈» ❝
  17. ❝ «≈≈» ✪‹Eɴᴛᴇʀ›✪ أول شي خل الملف Encode in ANSI بعدين اختار Convert to UTF without BOM ✪‹Exɪᴛ›✪ «≈≈» ❝
  18. is there any way to unload the client file without stopping the resource ?
  19. UAEpro

    Translators Needed

    Arabic From Left to Right .. and also .. for arab people .. check it please ..
  20. UAEpro

    Weird problem...

    guiCreateColorLabel .. did you tried normal label ?
  21. اوه صح خخخخ addEventHandler("onClientMarkerHit",getRootElement(),hit)
×
×
  • Create New...