Quited
Members-
Posts
1,423 -
Joined
-
Last visited
Everything posted by Quited
-
Wireless driver And Ethernet driver not support my computer However , i will download and install other drivers.
-
+1
-
يقدر يجيب الرمز من مجلد MTA San Andreas/MTA في لوق السيرفرات اللي دخلها
-
طيب لو فيه getServerIP
-
[Problem] Some servers do not showing in the MTA i tried Setting > Advanced > browser speed > slow > ok Then nothing happens MTADiag Freezing If I run it Dxdiag : http://pastebin.com/ZuUQFtLk SpeedTest :
-
ههههههههههههههههههههههههههههههههههههههههههههههههه تتكلم من جدك انت ؟ خخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخ فيه حل من حق اي شخص يسوي شوب او قيم مود يلغم المود + يكون التلغيمه قويه تكون aclrequest وتكون فنكشنات function.redirectPlayer ... الخ يعني لو ماعطاها الصلاحيات كاملة مايشتغل المود او القيم مود + راح اكلم فريق اللعبة يضيف وظائف الميتا meta functions + meta events مثالين للوظائف metaChangeLine metaDeleteLine مثالين للاحداث onMetaLineDelete onMetaLineChange
-
This cheat not opened maybe in procces Thx It work fine
-
يعطيك الف عافية تمت الافادة #
-
اوك شكرا الكلنت سايد بعد التعديل -- # Client Side GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Grid = {} GUIEditor_Window[1] = guiCreateWindow(202,125,624,564,"Show gta3.img Files",false) guiSetAlpha(GUIEditor_Window[1],1) guiWindowSetSizable(GUIEditor_Window[1],false) GUIEditor_Grid[1] = guiCreateGridList(9,20,606,493,false,GUIEditor_Window[1]) guiGridListSetSelectionMode(GUIEditor_Grid[1],2) c1 = guiGridListAddColumn(GUIEditor_Grid[1],"Name",0.2) c = guiGridListAddColumn(GUIEditor_Grid[1],"the Info",0.9) GUIEditor_Button[1] = guiCreateButton(18,526,237,29,"Copy",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(413,519,202,36,"close Window",false,GUIEditor_Window[1]) guiSetVisible(GUIEditor_Window[1], false) showWindow = function() if (guiGetVisible(GUIEditor_Window[1]) == false) then guiSetVisible(GUIEditor_Window[1], true) showCursor( true ) else guiSetVisible(GUIEditor_Window[1], false) showCursor( false ) end end bindKey("F6","down",showWindow) addEvent("addInfo", true) addEventHandler("addInfo", root, function( line, theName ) local row = guiGridListAddRow( GUIEditor_Grid[1] ) guiGridListSetItemText ( GUIEditor_Grid[1], row, c1, theName, false, false ) guiGridListSetItemText ( GUIEditor_Grid[1], row, c, line, false, false ) end ) addEventHandler("onClientGUIClick", root, function() if (source == GUIEditor_Button[2]) then guiSetVisible(GUIEditor_Window[1], false) showCursor( false ) elseif (source == GUIEditor_Button[1]) then theCopy = guiGridListGetItemText ( GUIEditor_Grid[1], guiGridListGetSelectedItem ( GUIEditor_Grid[1] ), c ) cop = setClipboard( theCopy ) if cop == true then outputChatBox("Information has been copied", 255, 255, 0, false) else outputChatBox("Please select that you want to copy ", 255, 0, 0, false) end end end end ) صح ولا خطا ؟
-
فيه اخطاء ثانية ^^ debugscript 3 ? + فيه اخطاء ثانية
-
Client Side : -- # Client Side GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Grid = {} GUIEditor_Window[1] = guiCreateWindow(202,125,624,564,"Show gta3.img Files",false) guiSetAlpha(GUIEditor_Window[1],1) guiWindowSetSizable(GUIEditor_Window[1],false) GUIEditor_Grid[1] = guiCreateGridList(9,20,606,493,false,GUIEditor_Window[1]) guiGridListSetSelectionMode(GUIEditor_Grid[1],2) c1 = guiGridListAddColumn(GUIEditor_Grid[1],"Name",0.2) c = guiGridListAddColumn(GUIEditor_Grid[1],"the Info",0.9) GUIEditor_Button[1] = guiCreateButton(18,526,237,29,"Copy",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(413,519,202,36,"close Window",false,GUIEditor_Window[1]) guiSetVisible(GUIEditor_Window[1], false) showWindow = function() if (guiGetVisible(GUIEditor_Window[1]) == false) then guiSetVisible(GUIEditor_Window[1], true) showCursor( true ) else guiSetVisible(GUIEditor_Window[1], false) showCursor( false ) end end bindKey("F6","down",showWindow) addEvent("addInfo", true) addEventHandler("addInfo", root, function( line, theName ) local row = guiGridListAddRow( GUIEditor_Grid[1] ) guiGridListSetItemText ( GUIEditor_Grid[1], row, c1, theName, false, false ) guiGridListSetItemText ( GUIEditor_Grid[1], row, c, line, false, false ) end ) addEventHandler("onClientGUIClick", root, function() if (source == GUIEditor_Button[2]) then guiSetVisible(GUIEditor_Window[1], false) showCursor( false ) elseif (source == GUIEditor_Button[1]) then theCopy = guiGridListGetItemText ( GUIEditor_Grid[1], guiGridListGetSelectedItem ( GUIEditor_Grid[1] ), c ) cop = setClipboard( theCopy ) if cop == true then outputChatBox("Information has been copied ", 255, 255, 0, false) else outputChatBox("Please select that you want to copy ", 255, 0, 0, false) end end end ) Server Side : -- # Server Side function handleOnPlayerModInfo(filename, modList) local theName = getPlayerName(source):gsub("#%x%x%x%x%x%x","") for idx, mod in ipairs(modList) do local line = tostring(idx)..") "..tostring(mod.name) triggerClientEvent(root, "addInfo", root, line, theName) end end addEventHandler("onPlayerModInfo", root, handleOnPlayerModInfo) addEventHandler ( "onPlayerConnect", getRootElement(), handleOnPlayerModInfo ) الكود لـ : KING-ABADY من تعديل : TAPL فيه اخطاء ابيكم تصلحونها
-
+ يحطها بمود ويركبه في السيرفر
-
MTA SA 1.3.3 AC Problem (When i Update to 1.3.3) if i join any server Kicked me If I entered the server again Kicked me with another message Note : I don't Use Any cheats or hacks ! MTADiag Can't run missing dll : My gta_sa.exe : http://www.solidfiles.com/d/367660f5a2/
-
اقولك المشكلة صارت لي قبل وسويت اعادة تثبيت ومانفع الا بالبرنامج واذا مانفع بالبرنامج يحذف مفاتيح الرجستري لـ MTA San Andreas: All
-
لا يحتاج ؛ مرة صار لي كذا وسويت اعادة تثبيت وماظبط الا بذا البرنامج
-
كيف ماظبط ؟ شغلتها كلها هي برنامجين شغلها كلها ! وبعدين حمل MTA
-
حمل هذا البرنامج : http://www.solidfiles.com/d/aeb8eec3d7/ تلقا برنامجين وشغلها كمسئول وانتظره لين ماينتهي واذا طلب رستارت سوي رستارت وحمل MTA من هنا http://www.mtasa.com
-
If i play Sniper Rifle with glitch fastFire , FastMove the Ped Walking forward automatically when zoom , which make Other players easily to kill me
-
Problem Show when (if i Play FastFire , Fastmove glitch)
-
+1 Here : https://community.multitheftauto.com/index.php?p=resources&s=details&id=7339 يسوي حماية للحسابات حتى لو صاحب الحساب مو موجوود
-
يقدر يمنعها من الاسل ACL Default القروب الافتراضي ضيف عليه امر command.register وخليه false ورستارت للسيرفر ممكن الطريقه بالتفاصيل ؟ ولو تكون صور لكم مني جزيل الشكر اطرح الاسل حقك انا راح امنع اوامر login + register عشان مايسجل اللاعب او يسوي تسجيل دخول بالكونسول ومايحمي الحساب --------- تقدر تسوي register بفنكشن addAccount + تقدر تسوي login بفنكشن logIn وتسويها بلوحة قريد لست او اي شيء
-
يقدر يمنعها من الاسل ACL Default القروب الافتراضي ضيف عليه امر command.register وخليه false ورستارت للسيرفر
-
this is only soultion
