-
Posts
1,304 -
Joined
-
Last visited
-
Days Won
5
Everything posted by Ahmed Ly
-
hurtworld ????
-
عجبتني فكره وربي ابداع نبو شي جديد ثاني ? استممممررررررررررر
-
نايس حلو ?
-
Nicce job
-
ايه فهمتك
-
إستعراض حشود القوات العسكرية الليبية || لعبة قراند 5
Ahmed Ly replied to Ahmed Ly's topic in القسم العام
تسلم -
لا يقتل في اخوه ويقول الله اكبر هنا مشكله ناس مريضه الله يرحم كل شهداء الوطن العربي
-
هههههههههههههههههههههههههههههههههههههههههههه
-
شويه 550 دولار
-
إستعراض حشود القوات العسكرية الليبية || لعبة قراند 5
Ahmed Ly replied to Ahmed Ly's topic in القسم العام
معقوله مافيش حد عجبه الفيديو ?? -
Niiice job ان شاء الله نشوفوك من افضل مبرمجين
-
قناة ولد اعرفه و حبيت انشره هنا و ان شاء الله يعجبكم الفيديو : )
-
بس افضل تستخدام setElementHealth ع سيرفر و العفو
-
function Health( ) if source == BuyHealth then setElementHealth( localPlayer, 200 ) end end addEventHandler("onClientGUIClick", root, Health)
-
غير كلمة player الي localPlayer وغير اسم الزر بدون فصله
-
مشكور عادي مافيه شي في نهايه لعبه يعني مشكور و موفق ان شاء لله تسلم و شكرا لك
-
لو حد حب اضيف شي في مود ي ريت يقول
-
تسلم
-
https://forum.multitheftauto.com/topic/88478-مود-اختراق-الجدران/?tab=comments#comment-806452 ?
-
سلام عليكم يوم اقدام لكم مود عباره انها تقدر تشغل مودات عن طريق برنامج مميزات مو: 1- تقدر توقف لوق و تشغله عن طريق ملف اسمه config.ini لو كتبت true بيشتغل لوق لو false العكس 2-تقدر تشغل و توقف مودات من برنامج 3- تقدر تشوف لوق من ملف log.log function getinfos () local open2 = fileOpen("config.ini") texts = fileRead(open2,100) fileClose(open2) text = string.sub(""..texts.."", 7, 10) return text end function typeinlog (str) tr = getinfos () if tr == "true" then local open = fileOpen("log.log") fileRead(open,1500000) fileWrite(open,"["..os.date("%H:%M:%S").."]:"..str.."\n") fileFlush(open) fileClose(open) else outputServerLog("Note:log.log dont work you must set true in file config.ini") end end function getnames() names = "" local Table = getResources() for k, v in ipairs(Table) do if v then names = names .. " " .. getResourceName(v) .. " " else names = "false" end end return names end function start (res) local name = getResourceFromName(res) if name then startResource(name) outputChatBox("[Resource Manager] Has Been Start Resource "..getResourceName(name).."",root,0,255,0,true) typeinlog("Has Been Start Resource "..getResourceName(name).."") return "Has Been Start Resource "..getResourceName(name).."" else return "there is error" end end function stop (ress) local name = getResourceFromName(ress) if name then stopResource(name) outputChatBox("[Resource Manager] Has Been Stop Resource "..getResourceName(name).."",root,0,255,0,true) return "Has Been Stop Resource "..getResourceName(name).."" else return "there is error" end end C# 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; namespace Resource { public partial class Form1 : Form { public Form1() { InitializeComponent(); MTA server = new MTA("ip",port, "username", "passworld"); MTA_LuaArgs luaArgs = new MTA_LuaArgs(); string returned = server.CallFunction("resourcemmf", "getnames", luaArgs); foreach (string ppr in returned.ToString().Split(' ')) { if (ppr != "") listBox1.Items.Add(ppr); } } private void button1_Click(object sender, EventArgs e) { MTA server = new MTA("ip",port, "username", "passworld"); MTA_LuaArgs luaArgs = new MTA_LuaArgs("" + listBox1.Text + ""); string returned = server.CallFunction("resourcemmf", "start", luaArgs); MessageBox.Show("" + returned + ""); } private void button2_Click(object sender, EventArgs e) { MTA server = new MTA("ip",port, "username", "passworld"); MTA_LuaArgs luaArgs = new MTA_LuaArgs("" + listBox1.Text + ""); string returned = server.CallFunction("resourcemmf", "stop", luaArgs); MessageBox.Show("" + returned + ""); } } } رابط تحميل : https://up.top4top.net/downloadf-1165vrya31-zip.html صوره ل برنامج ان شاء الله عجبتكم الفكره : )
-
سكربت جميل لحماية السيرفرات استمر .?