Jump to content

Quited

Members
  • Posts

    1,423
  • Joined

  • Last visited

Everything posted by Quited

  1. والله اعرف :@ لكن ماالاقيه بقروب الادمن والسوبر موديتور والموديتور الاقي الكود هذا بس في قروب Default (لو فيه كود او مود يشيل الفنكشن هذا يكون افضل)
  2. كيف الغي الفنكشن function.redirectPlayer + طلب ثاني انا ابي الغيه من السيرفر كله ومن كل قروبات الاسل بس مالقيت هذا function.redirectPlayer بقروب الادمن انا ابي الغيه من السيرفر كله والاسل كله لو فيه مود ولا كود يكون افضل + الطلب الثاني مود اذا حطيت السيريال يعطي الاسم الاصلي
  3. but if i disable AC#11 this allow more trainers godmode , aimbot (i want allow just sa cam hack)
  4. Quited

    acoount data

    /chgpass "account or nick" + "New Pass Must have the All rights Admin
  5. Huh If you Unban In any server (MTA show Notice GUI and short sound to join after unban serial or ip)
  6. Read All Topic : https://forum.multitheftauto.com/viewtop ... 84e38ea103
  7. http://www.gta-arabs.com/gt/showthread.php?t=49671 شوف هذا الموضوع بقراند العرب وان شاء الله ينفعك
  8. فيه حل www.fileinfo.com ادخل الموقع هذا اكتب اسم الامتداد او الصيغه اللي مو عارف كيف تفتحها بعد ماتكتبها يعطيك البرنامج يمين windows
  9. sorry Towncivilian More Issue FPS , Make Update Drives automatic from mtadiag and auto Fx quialty to low and all setting to low that's possible and Easier than that occur updates yourself Can you find a Good solution for all problems FPS ? non drivers example : This is Player in mta sa and gta:sa has FPS problem Topic Post : viewtopic.php?f=15&t=51832 MTA SA = 15 -20 | GTA:SA = 50 i think lag 45% from mta sa not gta :sa Just a suggestion
  10. Quited

    Low Fps Plz help me

    Downlaod All drivers in Internet Explorer Broswer NOT Google Chrome
  11. رح كلم واحد من فريق ام تي ا mta team وقله بالانجليزي كيف تغيرها الاول ccw : memberlist.php?mode=viewprofile&u=37787 الثاني : Solidsnake : memberlist.php?mode=viewprofile&u=41876 الاول من فريق ام تي اي الثاني مشرف كلمهم خاص PM عشان تغير Download progress حسابات من فريق ام تي اي في المنتدى
  12. 3D MAX , TXD workshop , الزد مولدر , 3D MAX Download : http://isohunt.com/torrent_details/7740 ... ab=summary Txd Workshop : http://www.thegtaplace.com/downloads/f7 ... rkshop-40b الزد مولدر : http://files.gtagaming.com/www/files/up ... r2.1.1.rar
  13. اكتب البرنامج زي كذا 3d MAX 10.rar بقوقل او 3D MAX 10 rip (rip يعني مضغوط حجمه صغير)
  14. فيه طريقة تعرف البرنامج اللي يشغل الصيغة c4d http://www.fileinfo.com/extension/c4d c4d هذا يشغل صيغة http://www.fileinfo.com/extension/dff dff هذا يشغل صيغة http://www.fileinfo.com/extension/col col هذا يشغل صيغة http://www.fileinfo.com/extension/txd txd هذا يشغل صيغة وبالنسبة للتحويل بين الصيغ اكتبها بقوقل مثلا convert txd to col
  15. طريقة منع الويل هاك wallhack بالسيرفرات mta sa (مهم جدا لاصحاب السيرفرات) الشرح
  16. يعني الكود صح ؟ بس قروب الادمن شآبكـ مع الكونسل , ؟ فيه حل ؟ لو منعته عن قروب الادمن برضه ينمنع للكونسول ابي الكونسول بس يفتحها
  17. معليش الموضوع قديم لكن برفعه !سويت الطريقة لكن بعد ماسويتها مااشتغل مود الادمن خرب
  18. Quited

    Acl events ^^

    If you Can , make it Now ! ,
  19. Quited

    Acl events ^^

    Hahahaha , if this events enable you make you mod give permisstion 1.5 (added acl edit and set right)
  20. server.luaمشكور بس اقدر اركبه بمود , يعني اسوي مود مع ميتا و ينفع ؟
  21. مشكور معليش سامحني ذا الكود حقك &_& الكود ذا لما واحد يصكني باند ينفك واللي صكني ينصك باند ؟ edit الكود بعد الاضافة ض1 --[[********************************** * * Multi Theft Auto - Admin Panel * * admin_server.lua * * Original File by lil_Toady * **************************************]] _root = getRootElement() _types = { "player", "team", "vehicle", "resource", "bans", "server", "admin" } _settings = nil aPlayers = {} aLogMessages = {} aInteriors = {} aStats = {} aReports = {} aWeathers = {} aNickChangeTime = {} function notifyPlayerLoggedIn(player) outputChatBox ( "Press 'p' to open your admin panel", player ) local unread = 0 for _, msg in ipairs ( aReports ) do unread = unread + ( msg.read and 0 or 1 ) end if unread > 0 then outputChatBox( unread .. " unread Admin message" .. ( unread==1 and "" or "s" ), player, 255, 0, 0 ) end end addEventHandler ( "onResourceStart", _root, function ( resource ) if ( resource ~= getThisResource() ) then for id, player in ipairs(getElementsByType("player")) do if ( hasObjectPermissionTo ( player, "general.tab_resources" ) ) then triggerClientEvent ( player, "aClientResourceStart", _root, getResourceName ( resource ) ) end end return end _settings = xmlLoadFile ( "conf\\settings.xml" ) if ( not _settings ) then _settings = xmlCreateFile ( "conf\\settings.xml", "main" ) xmlSaveFile ( _settings ) end aSetupACL() aSetupCommands() for id, player in ipairs ( getElementsByType ( "player" ) ) do aPlayerInitialize ( player ) if ( hasObjectPermissionTo ( player, "general.adminpanel" ) ) then notifyPlayerLoggedIn(player) end end local node = xmlLoadFile ( "conf\\interiors.xml" ) if ( node ) then local interiors = 0 while ( xmlFindChild ( node, "interior", interiors ) ) do local interior = xmlFindChild ( node, "interior", interiors ) interiors = interiors + 1 aInteriors[interiors] = {} aInteriors[interiors]["world"] = tonumber ( xmlNodeGetAttribute ( interior, "world" ) ) aInteriors[interiors]["id"] = xmlNodeGetAttribute ( interior, "id" ) aInteriors[interiors]["x"] = xmlNodeGetAttribute ( interior, "posX" ) aInteriors[interiors]["y"] = xmlNodeGetAttribute ( interior, "posY" ) aInteriors[interiors]["z"] = xmlNodeGetAttribute ( interior, "posZ" ) aInteriors[interiors]["r"] = xmlNodeGetAttribute ( interior, "rot" ) end xmlUnloadFile ( node ) end local node = xmlLoadFile ( "conf\\stats.xml" ) if ( node ) then local stats = 0 while ( xmlFindChild ( node, "stat", stats ) ) do local stat = xmlFindChild ( node, "stat", stats ) local id = tonumber ( xmlNodeGetAttribute ( stat, "id" ) ) local name = xmlNodeGetAttribute ( stat, "name" ) aStats[id] = name stats = stats + 1 end xmlUnloadFile ( node ) end local node = xmlLoadFile ( "conf\\weathers.xml" ) if ( node ) then local weathers = 0 while ( xmlFindChild ( node, "weather", weathers ) ~= false ) do local weather = xmlFindChild ( node, "weather", weathers ) local id = tonumber ( xmlNodeGetAttribute ( weather, "id" ) ) local name = xmlNodeGetAttribute ( weather, "name" ) aWeathers[id] = name weathers = weathers + 1 end xmlUnloadFile ( node ) end local node = xmlLoadFile ( "conf\\reports.xml" ) if ( node ) then local messages = 0 while ( xmlFindChild ( node, "message", messages ) ) do subnode = xmlFindChild ( node, "message", messages ) local author = xmlFindChild ( subnode, "author", 0 ) local subject = xmlFindChild ( subnode, "subject", 0 ) local category = xmlFindChild ( subnode, "category", 0 ) local text = xmlFindChild ( subnode, "text", 0 ) local time = xmlFindChild ( subnode, "time", 0 ) local read = ( xmlFindChild ( subnode, "read", 0 ) ~= false ) local id = #aReports + 1 aReports[id] = {} if ( author ) then aReports[id].author = xmlNodeGetValue ( author ) else aReports[id].author = "" end if ( category ) then aReports[id].category = xmlNodeGetValue ( category ) else aReports[id].category = "" end if ( subject ) then aReports[id].subject = xmlNodeGetValue ( subject ) else aReports[id].subject = "" end if ( text ) then aReports[id].text = xmlNodeGetValue ( text ) else aReports[id].text = "" end if ( time ) then aReports[id].time = xmlNodeGetValue ( time ) else aReports[id].time = "" end aReports[id].read = read messages = messages + 1 end -- Remove duplicates local a = 1 while a <= #aReports do local b = a + 1 while b <= #aReports do if table.cmp( aReports[a], aReports[b] ) then table.remove( aReports, b ) b = b - 1 end b = b + 1 end a = a + 1 end -- Upgrade time from '4/9 5:9' to '2009-09-04 05:09' for id, rep in ipairs ( aReports ) do if string.find( rep.time, "/" ) then local monthday, month, hour, minute = string.match( rep.time, "^(.-)/(.-) (.-).-)$" ) rep.time = string.format( '%04d-%02d-%02d %02d:%02d', 2009, month + 1, monthday, hour, minute ) end end -- Sort messages by time table.sort(aReports, function(a,b) return(a.time < b.time) end) -- Limit number of messages while #aReports > g_Prefs.maxmsgs do table.remove( aReports, 1 ) end xmlUnloadFile ( node ) end local node = xmlLoadFile ( "conf\\messages.xml" ) if ( node ) then for id, type in ipairs ( _types ) do local subnode = xmlFindChild ( node, type, 0 ) if ( subnode ) then aLogMessages[type] = {} local groups = 0 while ( xmlFindChild ( subnode, "group", groups ) ) do local group = xmlFindChild ( subnode, "group", groups ) local action = xmlNodeGetAttribute ( group, "action" ) local r = tonumber ( xmlNodeGetAttribute ( group, "r" ) ) local g = tonumber ( xmlNodeGetAttribute ( group, "g" ) ) local b = tonumber ( xmlNodeGetAttribute ( group, "b" ) ) aLogMessages[type][action] = {} aLogMessages[type][action]["r"] = r or 0 aLogMessages[type][action]["g"] = g or 255 aLogMessages[type][action]["b"] = b or 0 if ( xmlFindChild ( group, "all", 0 ) ) then aLogMessages[type][action]["all"] = xmlNodeGetValue ( xmlFindChild ( group, "all", 0 ) ) end if ( xmlFindChild ( group, "admin", 0 ) ) then aLogMessages[type][action]["admin"] = xmlNodeGetValue ( xmlFindChild ( group, "admin", 0 ) ) end if ( xmlFindChild ( group, "player", 0 ) ) then aLogMessages[type][action]["player"] = xmlNodeGetValue ( xmlFindChild ( group, "player", 0 ) ) end if ( xmlFindChild ( group, "log", 0 ) ) then aLogMessages[type][action]["log"] = xmlNodeGetValue ( xmlFindChild ( group, "log", 0 ) ) end groups = groups + 1 end end end xmlUnloadFile ( node ) end end ) addEventHandler ( "onResourceStop", _root, function ( resource ) -- Incase the resource being stopped has been deleted local stillExists = false for i, res in ipairs(getResources()) do if res == resource then stillExists = true break end end if not stillExists then return end if ( resource ~= getThisResource() ) then for id, player in ipairs(getElementsByType("player")) do if ( hasObjectPermissionTo ( player, "general.tab_resources" ) ) then triggerClientEvent ( player, "aClientResourceStop", _root, getResourceName ( resource ) ) end end else local node = xmlLoadFile ( "conf\\reports.xml" ) if ( node ) then while ( xmlFindChild ( node, "message", 0 ) ~= false ) do local subnode = xmlFindChild ( node, "message", 0 ) xmlDestroyNode ( subnode ) end else node = xmlCreateFile ( "conf\\reports.xml", "messages" ) end for id, message in ipairs ( aReports ) do local subnode = xmlCreateChild ( node, "message" ) for key, value in pairs ( message ) do if ( value ) then xmlNodeSetValue ( xmlCreateChild ( subnode, key ), tostring ( value ) ) end end end xmlSaveFile ( node ) xmlUnloadFile ( node ) end aclSave () end ) function aGetSetting ( setting ) local result = xmlFindChild ( _settings, tostring ( setting ), 0 ) if ( result ) then result = xmlNodeGetValue ( result ) if ( result == "true" ) then return true elseif ( result == "false" ) then return false else return result end end return false end function aSetSetting ( setting, value ) local node = xmlFindChild ( _settings, tostring ( setting ), 0 ) if ( not node ) then node = xmlCreateChild ( _settings, tostring ( setting ) ) end xmlNodeSetValue ( node, tostring ( value ) ) xmlSaveFile ( _settings ) end function aRemoveSetting ( setting ) local node = xmlFindChild ( _settings, tostring ( setting ), 0 ) if ( node ) then xmlDestroyNode ( node ) end xmlSaveFile ( _settings ) end function iif ( cond, arg1, arg2 ) if ( cond ) then return arg1 end
  22. ي شباب انا شفت كود نحطه في مود الادمن يفك الباند تلقائي وهذا الكود local serials = { ["سريالكك"] = true, } function autounban() for i,p in ipairs(getElementsByType("player")) do local Ser = getPlayerSerial(p) if serials[Ser] then thisIP = getPlayerIP(p) end end for index, ban in pairs(getBans()) do local serial = getBanSerial(ban) local ip = getBanIP(ban) if serials[serial] or ip == thisIP then local bannedPlayer = getPlayerFromName(getBanAdmin(ban)) removeBan(ban,root) banPlayer (bannedPlayer,false,false,true,root) end end end setTimer(autounban,5000,0) بس ابي احط سيريالين مو سيريال واحد مثلا local serials = { ["سريالكك"] = true, وكمان هنا سيريال ثاني مين يقدر يظبط لي الكود كامل الكود يضاف في admin/server/admin_server لكن معرف اركبه فيه احد يركبه لي ويحط 2 سيريالين ؟
  23. Quited

    Simple Problem FPS

    mtadiag : http://pastebin.com/kDKaiqUu
×
×
  • Create New...