Jump to content

Leaderboard

Popular Content

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

  1. Send message to Discord from MTA:SA STEP I. Make a new webhook on your Discord server STEP II. Change the variable to your webhook URL. STEP III. Start the resource, and test it with the /dcmessage <string> command, or use it with another script using the following export: exports.webhook:sendDiscordMessage("string") Download the script here.
    1 point
  2. ?? ? ( اليوم احب اقدم لكم ) ? ? ( فري روم سيرفر مملكة الهجولة ) ? ? ( الفري روم مو مشفر لعيونكم ) ? (انا تركت حقوق هيرو وبومبا بعد ما تعبت) : رابط المود ?( التحميل )? الاهداءت @MR.Mosa @Kareem Amer @Mr.Falcon @TOUNSI | ا̍ڸــڛۣــ؏ــٰٱ̍دہ @*RayaN-Alharbi. والسلام عليكم ورحمه الله وبركاته
    1 point
  3. Também tem esse: https://permita.me/?q=mod+de+pegar+arma+mta+sa
    1 point
  4. olha como e facil http://lmgtfy.com/?q=mod+de+pegar+arma+mta+sa
    1 point
  5. Sim. Por isso que deixei 5 segundos no exemplo. Pois no seu código ele demora 5 segundos pra dar o dinheiro.
    1 point
  6. @#Horus Já avisei antes, e você já deveria saber disso. Por que você não cria o tópico que é relacionado a scripting no local correto? Crie aqui da próxima vez: https://forum.multitheftauto.com/forum/127-programação-em-lua/
    1 point
  7. Você pode criar uma função com o player como parâmetro e dentro dessa função você congela ele e seta um timer para descongelar. Exemplo maroto: function freezeMe (thePlayer) if isElement (thePlayer) then setElementFrozen (thePlayer, true) setTimer (setElementFrozen, 5000, 1, thePlayer, false) end end E coloque isso antes do setTimer e depois da mensagem de Recebendo Pagamento: freezeMe (hitElement)
    1 point
  8. أولاً لازم تعرف ان السكربت عبارة عن ( مساعد ) لك كمبرمج وهو يتيح لك تصميم الرسومات ولكن تذكر دائماً انك مستحيل تسوي مود عن طريق السكربت لأنه هو مصمم للواجهات و ليس للبرمجة اول شي لازم تسوي التصميم حقك في المود بعد ما تخلص وكل شي راح تدور مكان فارغ بالشاشة يعني ماسويت فيه شي و تضغط كلك يمين في المساحة الفارغة و تختار كلمة Output بعدها راح يعرض لك الكود انسخه كاملاً و حطه في برنامج تحرير النصوص اللي تستخدمه للبرمجه مثل نوت باد ++ أو اي برنامج اخر بعدين تبدأ في برمجة المود الخاص فيك
    1 point
  9. btw, be aware that you should have a hash check if used client-side, because ppl will simply add their own code inthere as well
    1 point
  10. Before we do anything, please confirm the crash still occurs on the latest server build. Update from https://nightly.multitheftauto.com/?multitheftauto_linux-1.5.6-rc-latest If you're willing to make the jump to x64, that would be even better: https://nightly.multitheftauto.com/?multitheftauto_linux_x64-1.5.6-rc-latest @Sarrum
    1 point
  11. @majqq You can't interact with weapons directly. You should do it in common software like Zmodeller (dff) - easy way OR you can make invisible texture, create and attach custom weapon object to yourself using bone_attach functions, replace texture using shaders to make them visible again and manage it - hard way
    1 point
  12. O log apontou modificações de texturas e arquivos de linguagem no seu GTA SA. Como imagens das telas de loading, background do pause menu, modificação das fontes do jogo. Reinstale seu GTA sem modificações. Nota da moderator: esta falha significa falta de memória de vídeo, leia em https://wiki.multitheftauto.com/wiki/Famous_crash_offsets_and_their_meaning Portanto, remova os mods do GTA, se você tiver algum (para que não haja texturas pesadas), atualize para uma placa de vídeo melhor ou jogue em servidores diferentes com mods / texturas mais otimizadas, para que a sua placa de vídeo atual possa lidar com isso sem falhar .
    1 point
  13. 1. Not really. It probably has multiple damage layers. 2. You can't cancel damage serverside, as that event triggers much too late. There is connection delay (ping). By the time you reset the health, the player might have been (insta) killed already. Possible solution for an overwrite: https://wiki.multitheftauto.com/wiki/OnClientExplosion cancelEvent() https://wiki.multitheftauto.com/wiki/CreateExplosion
    1 point
  14. My Friend's @MoDeR2014 @N3xT @Master_MTA مقدر انساك @سعد الغامدي @MrSAUD1 @Abdul KariM @Tapleto-Host @iPrestege @SuperX يامن يراقبني بصمت أحبك @iMr.WiFi..! The New @#DesTroeyR والي نسيته في دمي يجري
    1 point
  15. بسم الله الرحمن الرحيم سلام عليكم ورحمة الله وبركاتة يوم راح اشرح كيف تستخدام CSharp SDK أولا شي قبل لا ابدا يجب عليك تحميل هدا برنامج Microsoft Visual C# 2010 Express وتحمل SDK C# رابط تحميل SDK C# https://drive.google.com/file/d/0B4oc9Fbk4CkUelRrQWVqdmZ3ZDg/view?usp=sharing نبدا بشرح أولا يجب ان تصمم برنامج و بعدين ضيف ملفات MTA_SDK.cs و MTA_LuaArgs.cs ضيفه في برنامج Microsoft Visual C# 2010 Express وثاني شي مثل نسوي فكشن اسمه out و مود اسمه sampleResource فكشن function out (arg) outputChatBox(""..arg.."",root,255,0,0,true) return "done" end تروح ل الميتا وضيفه كذا <export function="out" http="true" /> -------- وبعدين نجي ل برنامج Microsoft Visual C# 2010 Express ونسوي كود using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; // ملاحظة مهمة جداً : using MTA_SDK; // لازم ضيف دا شي عشان تستخدام sdk c# // و ضروري ضيف ملفات sdk c# namespace eee { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button_Click(object sender, EventArgs e) // عندما تضغط علي الزر { MTA server = new MTA("localhost",22005, "Username", "passworld"); // localhost هنا ضيف الايبي سيرفر انا حطيت // ليش حطيت localhost // لانه بنجربه في سيرفر مجاني واذا مو سيرفر مجاني حط الايبي عادي // 22005 بورت port // username اسم حسابك ضروري يكون فيه رتبة كونسل // pasworld رمز MTA_LuaArgs luaArgs = new MTA_LuaArgs("Test"); // راح يطلع في شات Test var returned = server.CallFunction("sampleResource", "out", luaArgs); // sampleResource اسم مود // out اسم فكشن MessageBox.Show("" + returned + ""); /// و هنا حيطلع في MessageBox // done } } و هدا فيديو انا مصمم برنامج يصنع Marker
    1 point
  16. يولد قهرني يمين بالله ههههههههههههههههههههههههههه لك الله يخرب بيت بيتك
    0 points
  17. رجعت شفت الردود , كنت ناسي احط تقيمي . ما فيه شيء مميز
    0 points
×
×
  • Create New...