Quited
Members-
Posts
1,423 -
Joined
-
Last visited
Everything posted by Quited
-
This function is useful for laggers when player blood The Function Checks Are player blood ? if true (Player blood) , player will Damaged if false (player not blood) , player will not damaged
-
طلب مود مهم لسيرفرات الحرب المود دايما افكر فيه بسيرفرات الحرب اللي هو مثلا انا صوبت على واحد وطلقت عليه ونزل منه دم بس ماجاه دمج يعني مانقص >< هذا اللي يقهرني المود اللي ابيه يكون يتحقق من البيد هل نزل منه الدمج او لا اذا نزل منه الدم ينقص اللاعب واذا مانزل منه الدم ماينقص مع ان السيرفر بنقه قليل والخادم بدون لاق والزوار بنقاتهم من 100 الى 190 ضرووري والله
-
Will if i can help you can see this new pastebin ; http://pastebin.com/eKmFYzVB[/url] * Note : on the arabic gta sa forum in the "MTA" Section we have much problems like my problem what you think is that? a bug from mta ? +1 Kick SD#13 , + Kick SD#16 Like this im38.gulfup.com/PXtIA.png we have much problems for kick SD 13 , SD 16 in arabic forum/b] Can you find Solution ؟
-
delete Intel Graphics from control panel > remove programs , and Delete MTA SA from c:/Program Files/MTA San Andreas 1.3 and download Intel Graphics windows 7 32 bit : http://downloadmirror.intel.com/22165/a ... 151719.exe windows 7 64 bit : http://downloadmirror.intel.com/22375/a ... 152812.exe
-
? click right on taskbar , then click taskmanager And I did not ask you to screenshot MtaSettings I am ask you to screenshot your TaskManager and tab procces Screen Shot using Steps how to screenshot :
-
-
open taskmanager then run MTA , and join any server if you got kicked , please go to taskmanager and go to tab "proccess" and screenshot and upload screenshot here
-
Cleo mods maybe cheat or hack , i should mta make custome cleo and run in mta and everybody can upload cleo mod (but must moderators to spectate mods)
-
This resource when is auto-stared when the server is starting, then he needs restart to work, why? Post need restart msg
-
ي شباب الي له خبره في برمجة الي له خبره يدخل هنا
Quited replied to SFA7~2013's topic in Arabic / العربية
سبام ؟ كلمهم بي ام خاص طيب ؟ بيسوون لك حظر -
مافرقت ض1 اف 8 delaccount اسم اللاعب يمسح الحساب اف 8 addaccount nick password يضيف الحساب وذي النقطة يروح لقروب default ويسوي command.addaccount + function.addaccount يحولها true بالعربي مودك ماله داعي
-
مشكورين مشكورين خلاص انحلت كتبت بأف 8 debugscript 3 وطلعلي ذا ض1 Acces denied addBan انا مفهي العب بالاسل كثير هههههههههههههههههههههههههههههههههههههههههههههههههههه
-
مصيبة بسيرفري مااقدر ابند سيريال بالعربي مااقدر ابند سيريال بس اقدر ابند اي بي مع ان الصلاحيات من الاسل كاملة + الادمن بقروب ادمن + استخدمت اوامر banserial ماتنفع ايش الحل مع ان المشكلة جت فجأة وحملت اسل اصلي + مود الادمنية الاصلي ومانفع فيه حل ؟
-
libsqlite3.so.0: cannot open shared object file
Quited replied to i3xammple's topic in Arabic / العربية
اعطي المجلد كله تصريح 777 (اذونات 777) -
Thx TAPL , i Vote to you be moderator Scripting Forum Please close topic
-
No ! i want my code not show id = and hash = In modify mod name i want just show mod name Like tactics gamemode
-
? you don't understand i want remove id = and hash = such GameMode Tactics : Tactics just show mod name Tactics not show id = and hash = Note : i don't want put mod name to chatbox i want remove id = and hash = See pictrue in first topic
-
I have resource about gta3.img I want remove selected Picture : http://img08.arabsh.com/uploads/image/2 ... 61f606.png Code : function handleOnPlayerModInfo ( filename, modList ) theName = getPlayerName(source) theName = theName:gsub("#%x%x%x%x%x%x","") outputChatBox( theName .. " " .. filename, root, 255, 0, 0, false ) for idx,mod in ipairs(modList) do local line = tostring(idx) .. ")" for k,v in pairs(mod) do line = line .. " " .. tostring(k) .. "=" .. tostring(v) end triggerClientEvent(root, "addInfo", root, line, theName) end end addEventHandler ( "onPlayerModInfo", getRootElement(), handleOnPlayerModInfo ) addEventHandler ( "onPlayerConnect", getRootElement(), handleOnPlayerModInfo ) And client : GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Grid = {} GUIEditor_Window[1] = guiCreateWindow(202,125,624,564,"اظهار الملفات المعدله ب gta3.img",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,"نسخ المعلومات",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(413,519,202,36,"اغلاق الوحة",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("-","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("تم نسخ المعلومات", 255, 255, 0, false) else outputChatBox("الرجاء تحديد المراد نسخه", 255, 0, 0, false) end end end )
-
http://www.gta-arabs.com/gt/showthread.php?t=48845
-
ماني قايل لكم تابل بس اللي يعرفها ههههههههه انا افكر مسوي مشاركة نفس هذا الموضوع وقال تابل تسجل في موقع http://www.000webhost.com وتسوي موقع وتحط الاف تي بي وتحط موداتك وتحط الاف تي بي في http://www.myserver.tld/directory/here
-
فيه طريقة بس لتابل تابل اللي يعرفها بس ض1 يب فيه كود لكن صعب جدا لازم تسوي حساب على webhost وحاله
-
شكريا تابل مع اني محمله من الكومنتي
