Jump to content

Search the Community

Showing results for tags 'مساعدة'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Multi Theft Auto: San Andreas 1.x
    • Support for MTA:SA 1.x
    • User Guides
    • Open Source Contributors
    • Suggestions
    • Ban appeals
  • General MTA
    • News
    • Media
    • Site/Forum/Discord/Mantis/Wiki related
    • MTA Chat
    • Other languages
  • MTA Community
    • Scripting
    • Maps
    • Resources
    • Other Creations & GTA modding
    • Competitive gameplay
    • Servers
  • Other
    • General
    • Multi Theft Auto 0.5r2
    • Third party GTA mods
  • Archive
    • Archived Items
    • Trash

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Gang


Location


Occupation


Interests

  1. السلام عليكم انا عندي مجسم كرسيدا من تصميم علاوي معقدهم و صيغت المجسم z3d وكيف احوله لي قراند سان اندرياس ردو سريع
  2. السلام عليكم انا كنت بعمل كود ل GUI وكل ما ادوس علي الزر مايشتغل GUIEditor = { button = {}, window = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(370, 357, 405, 175, "Mobile Operation Center", false) guiSetVisible(GUIEditor.window[1], false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF004F06") GUIEditor.label[1] = guiCreateLabel(22, 23, 364, 25, "_______________Welcome in The M.O.C GUI_________________________", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 0, 0, 0) GUIEditor.label[2] = guiCreateLabel(22, 54, 190, 18, "M.O.C is used by the Military team only.", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[2], 17, 153, 3) GUIEditor.label[3] = guiCreateLabel(22, 87, 218, 19, "M.O.C is used in the hard missions only.", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[3], 17, 153, 3) GUIEditor.label[4] = guiCreateLabel(22, 122, 218, 19, "This GUI is just a test.", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[4], 17, 153, 3) GUIEditor.button[1] = guiCreateButton(262, 121, 129, 44, "ENTER", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") GUIEditor.button[2] = guiCreateButton(361, 24, 25, 34, "X", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFAAAAAA") end ) addEvent("click",true) addEventHandler("click",getRootElement(), function () guiSetVisible(GUIEditor.window[1], true) end) addEventHandler ('onClientGUIClick',GUIEditor.button[1], function ( ) guiSetVisible ( GUIEditor.window[1],false ) showCursor ( false ) triggerServerEvent ("wtfis",localPlayer) end ) addEventHandler ('onClientGUIClick',GUIEditor.button[2], function ( ) guiSetVisible ( GUIEditor.window[1],false ) end ) حياكم الله كل عام وانتم بخير اخواني
  3. ▂ ▃ ▄ ▅ ▆ ▇ ▉ ▊ ▋اٌلِـسُلِـاٌمِـ عٍلِـيٌـكُمِـ وِرُحٍمِـةُ اٌلِـلِـهٌ وِبّـرُكُاٌتْهٌ ▋▊ ▉ ▇ ▆ ▅ ▄ ▃ ▂ شباب ابي مساعدة عندي كود اسم العرب ابي اسويه لوحة حاولت بس مع الأسف ماصار هي الكوداتوابيه في فلوس يعني مايقدر يسوي اسمه عربي الا في الفلوس المطلوبة اتمنا تساعدوني هاد ملف الكلنت GUIEditor = { label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() local screenW, screenH = guiGetScreenSize() wind = guiCreateWindow((screenW - 377) / 2, (screenH - 306) / 2, 377, 306, "اسم العربي ", false) guiWindowSetSizable(wind, false) guiSetProperty(wind, "CaptionColour", "FFFF0000") guiSetVisible(wind,false) edit = guiCreateEdit(28, 69, 324, 32, "", false, wind) give = guiCreateButton(109, 139, 148, 47, "تطبيق اسم العربي", false, wind) guiSetProperty(give, "NormalTextColour", "FFAAAAAA") GUIEditor.label[1] = guiCreateLabel(3, 194, 374, 15, "_______________________________________________________________________________________________________", false, wind) guiSetProperty(GUIEditor.label[1], "NormalTextColour", "FFAAAAAA") ex = guiCreateButton(106, 244, 151, 45, "اغلاق", false, wind) guiSetProperty(ex, "NormalTextColour", "FFAAAAAA") end ) bindKey("F7", "down" , function () guiSetVisible ( wind , not guiGetVisible ( wind ) ) showCursor ( not isCursorShowing ( ) ) end ) addEventHandler ( "onClientGUIClick" , root , function ( ) --نجرب if ( source == give ) then local Num = guiGetText ( edit ) if ( Num ~= "" ) and ( tonumber ( Num ) ) then triggerServerEvent ( "GiveMoney" , localPlayer , Num ) end end end ) addEventHandler ( "onClientGUIClick", resourceRoot, function ( ) if ( source == ex ) then guiSetVisible(wind,false) showCursor(false) end end) هاد ملف السيرفر addEvent ( "GiveMoney" , true ) addEventHandler ( "GiveMoney" , root , function ( number ) setPlayerNametagText ( source,number ) outputChatBox ( "#FF0000اسمك الأن #00FF00عربي", getRootElement(), 255, 255, 255, true ) end )
  4. السلام عليكم و رحمة الله وبركاته اليوم انا ابي مود محل الاسحلة يعني ششكل محل الاسلحة الجديد مثل جراند العرب ماب حق محل الاسلحة مثل جراند ارجو مساعدة ..
  5. السلام عليكم و رحمة الله وبركااته انا ابي مساعدة و هي كيف اضيف تيم ستاف في القيم + ابي مافي حد يخش له الى الادمنية بس كيف ؟ اذا كان معاكم قيم مود في مركب فيه مود ستاف اعطيه لي ارجو الرد و المساعدة ..
  6. السلام عليكم شو مشكلة هذا الكود ---- سيرفر addEventHandler('onPlayerJoin', root, function(plr) if getElementType ( plr ) == "player" then redirectPlayer (plr, "46.105.250.205",tonumber(25006)) end end ) @iPrestege
  7. شباب انا سويت مود بدي اجلب كل الحسابات الي معاهم الرتبه المعينة سويت الكود ولكن فيه مشكلة انو يجيب اسماء الاعبين false الكود for i,object in pairs(aclGroupListObjects(aclGetGroup("House")))do table.insert(aPlayers1, getAccountName ( getPlayerAccount ( object ) ))
  8. شباب انا سويت مود واستعلمت داتا ابي اظهر الي معاهم الدتا في جريت لست فجربت اسويه الخطاء هو انو يضهر اسمي بس ويكرر هاذي الاكواد اتمنى المساعدة Server addEvent("Refresh",true) addEventHandler("Refresh",root, function () for _, player in ipairs( getElementsByType('player' ) ) do local playeraccount1 = getPlayerAccount (player) if getAccountData (playeraccount1, "mybb") then local name = getPlayerName( player ) triggerClientEvent( player, 'sss', player, name ) end end end ) client addEvent("sss",true) addEventHandler ("sss",root, function (name) local row = guiGridListAddRow ( grid1 ) guiGridListSetItemText (grid1,row,1,tostring ( name ),false,false) end)
  9. السلام عليكم ورحمة الله وبركاته اخواني اليوم حبيت اسئلكم كيف طريقة اني احفظ كتابة في ليبل اذا خرج او دخل الاعب وشكراا
  10. بسم الله الرحمن الرحيم السلام عليكم ورحمة الله وبركاته كيف حالكم انشاء الله بخير طبعآ نفس العاجل الي عطيتوني هو ابغى اضافاة تعديلات عليه ومعليش للي تعبتهم وللي بتبعبهم المهم انا ابغى إضافات عالعاجل وتكون : كالتالي يتلون العاجل ( كلمه ادمن للون اخضر , والكلام للون اصفر , واسم اللاعب للون ازرق ).1 2. اكتب كلمه باف8 تشيل العاجل 3. اكتب كلمه باف8 تغلق العاجل ومحد يقدر يكتب الا ارجع اكتبها وتكون هذي عيريالات منفرده 4. المود يكون عالسيريالات 5. في كلمات احطها بالمود ممنوع تنذكر بالعاجل الي يسأل ليه م تسويها انت لأني م عندي القدرات الكافيه ولو عندي كنت سويت المهم كلنت local x,y = guiGetScreenSize(); addEvent ( "3MEED", true ) addEventHandler ( "3MEED", getRootElement(),function(message) txt = message; playSoundFrontEnd ( 49 ) end) addEventHandler("onClientRender", getRootElement( ),function( ) if ( txt ) then dxDrawText ( "#FF0000Admin :", x*(9.0/800), y*(145.0/600), x*(55.0/800), y*(182.0/600), tocolor ( 255, 255, 0, 255 ), 1.1, "default-bold", "left", "top", false, false, false ,true) dxDrawText (txt, x*(38.0/800), y*(147.0/600), x*(799.0/800), y*(224.0/600), tocolor ( 255, 255, 255, 255 ), 1.0, "default-bold", "left", "top", false, false, false ,true) end if ( getElementData(resourceRoot,"PlrAdmin") ) then dxDrawText("#ffffff "..getElementData(resourceRoot,"PlrAdmin"),x*(9.0/800),y*(160.0/600),x*(799.0/800),y*(224.0/600),tocolor(255,255,255,255),1.0,"default-bold","left","top",false,false,false,true) end end) bindKey ( "i", "down", "chatbox", "AM" ) addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) triggerServerEvent ( "SetMessage", localPlayer ) end ) سيرفر Groups = { -- القروبات المسموح لها بالكتابة "Console", } -------------------- لا داعي لتعديل الأكواد تحت هذا السطر ------------------- function check ( thePlayer, commandName, ... ) local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) local veve = { ... } local message = table.concat ( veve, " " ) for i, v in ipairs ( Groups ) do if isObjectInACLGroup ( "user."..accName, aclGetGroup ( v ) ) then setElementData ( resourceRoot, "MessageAdmin", message); setElementData(resourceRoot,"PlrAdmin",getPlayerName(thePlayer)); SaveMessage ( ) triggerClientEvent ( "3MEED", getRootElement( ), getElementData ( resourceRoot, "MessageAdmin" ) ) end end end addCommandHandler( "AM", check ) addEventHandler ( "onResourceStart", resourceRoot, function ( ) executeSQLQuery("CREATE TABLE IF NOT EXISTS SaveMessagee (Message, Server)") end ) addEvent ( "SetMessage", true ) addEventHandler ( "SetMessage", root, function ( ) getMessage ( ) end ) SaveMessage = function ( ) local msg = executeSQLQuery ( "SELECT * FROM SaveMessagee WHERE Server = '" .. getServerName ( ) .."'" ) if ( #msg ~= 0 ) then return executeSQLQuery("UPDATE SaveMessagee SET Message=? WHERE Server=? ", tostring ( getElementData ( resourceRoot, "MessageAdmin" ) ), getServerName ( ) ) else return executeSQLQuery("INSERT INTO SaveMessagee (Message,Server) VALUES(?,?)", tostring ( getElementData ( resourceRoot, "MessageAdmin" ) ), getServerName ( ) ) end end getMessage = function ( ) local msg = executeSQLQuery ( "SELECT * FROM SaveMessagee" ) if ( #msg ~= 0 ) then setElementData ( resourceRoot, "MessageAdmin", msg[1]["Message"] ) return setTimer ( triggerClientEvent, 1000, 1, "3MEED", getRootElement( ), getElementData ( resourceRoot, "MessageAdmin" ) ) else return setTimer ( triggerClientEvent, 1000, 1, "3MEED", getRootElement( ), " " ) end end اذا احتاج سيرفر او كلنت للتغير عادي بس المهم شكل العاجل يكون نفسه ملاحظة : يمكن أتاخر بالرد اعذرني وبرد عالكل
  11. بدي اعرف كيف امسح اوبجكت من العالم العادي انا اعرف امسح مباني وكذا لكن في اشياء مثل الاسورة و اشياء ماقدر امسحها لو في حد عارف ازاي امسحها اتمني يقولي
  12. السلآم عليكم ورحمة الله وبركاته بسألكم رحم الله والديكم شلون اللغي خاصية فتح الميوت للبعض الرتب .. أتمنى الإفادة.
  13. بسم اله الرحمن الرحيم السلام عليكم ورحمة الله وبركاته بكل اختصار تذكرون العاجل الي حطيته اليوم ؟؟ بحطه لكم من جديد : وابغى إضافات كالتالي 1. يكون العاجل على اسم الحساب او السيريال 2. يتلون العاجل عند الارسال ( كلمه ادمن تتلون اخضر , والكلام يتلون اصفر , ثم يرجع ) 3. اكتب كلمه باف8 تشيل العاجل 4. اكتب كلمه باف8 وتغلق العاجل ( يعني محد يقدر يكتب الين اكتب نفس الكلمه مره ثانيه ) بطرح لكم الأكواد للي يسأل ليه م تسويها انت لأن م عندي القدرات علشن اسويها ولا سويتها كلنت local x,y = guiGetScreenSize(); addEvent ( "3MEED", true ) addEventHandler ( "3MEED", getRootElement(),function(message) txt = message; playSoundFrontEnd ( 49 ) end) addEventHandler("onClientRender", getRootElement( ),function( ) if ( txt ) then dxDrawText ( "#FF0000Admin :", x*(9.0/800), y*(145.0/600), x*(55.0/800), y*(182.0/600), tocolor ( 255, 255, 0, 255 ), 1.1, "default-bold", "left", "top", false, false, false ,true) dxDrawText (txt, x*(38.0/800), y*(147.0/600), x*(799.0/800), y*(224.0/600), tocolor ( 255, 255, 255, 255 ), 1.0, "default-bold", "left", "top", false, false, false ,true) end if ( getElementData(resourceRoot,"PlrAdmin") ) then dxDrawText("#ffffff "..getElementData(resourceRoot,"PlrAdmin"),x*(9.0/800),y*(160.0/600),x*(799.0/800),y*(224.0/600),tocolor(255,255,255,255),1.0,"default-bold","left","top",false,false,false,true) end end) bindKey ( "i", "down", "chatbox", "AM" ) addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) triggerServerEvent ( "SetMessage", localPlayer ) end ) سيرفر Groups = { -- القروبات المسموح لها بالكتابة "Console", } -------------------- لا داعي لتعديل الأكواد تحت هذا السطر ------------------- function check ( thePlayer, commandName, ... ) local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) local veve = { ... } local message = table.concat ( veve, " " ) for i, v in ipairs ( Groups ) do if isObjectInACLGroup ( "user."..accName, aclGetGroup ( v ) ) then setElementData ( resourceRoot, "MessageAdmin", message); setElementData(resourceRoot,"PlrAdmin",getPlayerName(thePlayer)); SaveMessage ( ) triggerClientEvent ( "3MEED", getRootElement( ), getElementData ( resourceRoot, "MessageAdmin" ) ) end end end addCommandHandler( "AM", check ) addEventHandler ( "onResourceStart", resourceRoot, function ( ) executeSQLQuery("CREATE TABLE IF NOT EXISTS SaveMessagee (Message, Server)") end ) addEvent ( "SetMessage", true ) addEventHandler ( "SetMessage", root, function ( ) getMessage ( ) end ) SaveMessage = function ( ) local msg = executeSQLQuery ( "SELECT * FROM SaveMessagee WHERE Server = '" .. getServerName ( ) .."'" ) if ( #msg ~= 0 ) then return executeSQLQuery("UPDATE SaveMessagee SET Message=? WHERE Server=? ", tostring ( getElementData ( resourceRoot, "MessageAdmin" ) ), getServerName ( ) ) else return executeSQLQuery("INSERT INTO SaveMessagee (Message,Server) VALUES(?,?)", tostring ( getElementData ( resourceRoot, "MessageAdmin" ) ), getServerName ( ) ) end end getMessage = function ( ) local msg = executeSQLQuery ( "SELECT * FROM SaveMessagee" ) if ( #msg ~= 0 ) then setElementData ( resourceRoot, "MessageAdmin", msg[1]["Message"] ) return setTimer ( triggerClientEvent, 1000, 1, "3MEED", getRootElement( ), getElementData ( resourceRoot, "MessageAdmin" ) ) else return setTimer ( triggerClientEvent, 1000, 1, "3MEED", getRootElement( ), " " ) end end اذا احتاج السيرفر تغير م امنع والكلنت اذا احتاج م امنع لكن ابغى نفس الشكل ملاحظة : يمكن أتأخر في الرد اعذرني وبرد على كل واحد
  14. السلام عليكم انا عندي كود تسجيل الدخول التلقائي الكود : function addAutoLogin() local xmlFile = xmlLoadFile(xmlFileName) if xmlFile then local status = xmlNodeGetAttribute(xmlFile,"autologin") if status == "false" then xmlNodeSetAttribute(xmlFile,"autologin","true") outputChatBox("* Info : Auto Login Has Been #20ff00 Enable",255,255,255,true) setTimer(outputChatBox,1000,1,"* Info : Say /disauto To Disable Auto-login",255,0,0,true) xmlSaveFile(xmlFile) xmlUnloadFile(xmlFile) else outputChatBox("* Info : Auto Login Has Been #20ff00 Enable!",255,255,255,true) xmlUnloadFile(xmlFile) end end end addCommandHandler("enauto", addAutoLogin) الحين الكود لما اكتب باف 8 enauto يشتغل التسجيل التلقائي لكن انا مابي من كوماند ابي اسوي شيك بوكس بلوحة تسجيل الدخول اذا حددها يشتغل تسجيل الدخول التلقائي الي مافهم ويبي توضيح يكتب هنا
  15. السلام عليكم ورحمة الله وبركاته كيفكم؟ الكود الاولاني تبع شراء تمام الكود الثاني : ليش ماتظهر اللوحة؟ --- server --- Marker2 = createMarker (-720.82202, 963.37451, 12.13281, "cylinder", 1.5, 255, 255, 0, 170 ) addEventHandler( "onMarkerHit",Marker2 function ( hitElement) local playerTeam = getPlayerTeam ( source ) local theTeam = getTeamFromName ( playerTeam ) if ( theTeam ) then local players = getPlayersInTeam ( theTeam ) if getElementType ( hitElement ) == players then triggerClientEvent(hitElement,"marker2",hitElement) end end end ) --- كلنت --- wind2 = guiCreateWindow(164, 407, 400, 150, "gui", false) guiSetVisible(wind2,false) -- gui team addEvent( "marker2", true ) addEventHandler ( "marker2", getRootElement(),function () guiSetVisible(wind2,true) showCursor(true) end)
  16. السلام عليكم شباب ابي اسئل كيف اسوي في القيم مود اول ما يدخل الاعب تيجي صورة وتتحرك وثم تيجي الوحة
×
×
  • Create New...