Jump to content

Qus4Y

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by Qus4Y

  1. السلام عليكم تم ب اذن الله افتتاح سيرفر محترفين الديث ماتش شرح بسيط عن السيرفر فريقين اول من يوصل ال 50 قتل يفوز بالراوند بعض الصور للسيرفر الشوب الخاص بالسيرفر لوحة الترقيات مود اللفل لوحة القوانين لوحة تصويت المابات توب 30 بالسيرفر تعالو واكتشفوا الباقي اهلا وسهلا بكم في اي وقت ايبي السيرفر mtasa://151.80.47.20:5555
  2. طلب مساعدة عندي مشكلة بالسكربت انه ما يرقي انا ضفت تيبل عشان تنحذف الرتبة الي معاه وتجي الجديدة لما يشتريها والادمن المخالف ما يقدر يرقي نفسه وما يظبت معي للعلم كان يشتغل بدون التيبل الي تحذف وتضيف رتبة جديدة الكود groupsToRemove = { 'Moderator1', 'Moderator2' }; addEvent("onBuyRank",true) addEventHandler("onBuyRank",root,function ( Rank,Level ) if ( isGuestAccount(getPlayerAccount(source)) ) then return outputChatBox("* Please Register To Buy Rank",source,255,0,0,true) end if ( isObjectInACLGroup("user." .. getAccountName(getPlayerAccount(source)), aclGetGroup("Admin.ex")) ) then return end if ( tonumber( gettok(getElementData(source,"Level"), 2, string.byte(' ')) ) >= tonumber(Level) ) then aclGroupAddObject (aclGetGroup( tostring(Rank)),"user."..getAccountName(getPlayerAccount(source))) for i, _ in ipairs( groupsToRemove ) do if ( isObjectInACLGroup( 'user.'..getAccountName( getPlayerAccount( source ) ), aclGetGroup( groupsToRemove[i] ) ) and groupsToRemove[i] ~= tostring( Rank ) ) then aclGroupRemoveObject( aclGetGroup( tostring( Rank ) ), 'user.'..getAccountName( getPlayerAccount( source ) ) ) end end outputChatBox("* You Has Been Buy ".. Rank .." !",source,255,255,0,true) else outputChatBox("* You Has Been Buy ".. Level .." !",source,255,255,0,true) end end)
  3. اللاعبين المصرين ما يقدرون يفوتون ولما يفوت لاعب على طول time out
  4. الماب الثاني لي اترككم مع الفيديو التحميل هنا
  5. مرحبا شباب انا سويت كود يخفي الرادار والدم والدرع وكذا الكود اشتغل بس فيه مشكلة لما اعمل ريكنكت يرجع كلشي وكانه ما فيه سكربت ايش الحل local components = { "weapon", "ammo", "health", "clock", "money", "breath", "armour", "wanted" ,"radar"} addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), function () for _, component in ipairs( components ) do setPlayerHudComponentVisible( component, false ) end end) addEventHandler ( "onPlayerJoin", root, function hideall() setPlayerHudComponentVisible("radar", false) setPlayerHudComponentVisible ( "ammo", false ) setPlayerHudComponentVisible ( "area_name", false ) setPlayerHudComponentVisible ( "amour", false ) setPlayerHudComponentVisible ( "breath", false ) setPlayerHudComponentVisible ( "clock", false ) setPlayerHudComponentVisible ( "health", false ) setPlayerHudComponentVisible ( "money", false ) setPlayerHudComponentVisible ( "radar", false ) setPlayerHudComponentVisible ( "vehicle_name", false ) setPlayerHudComponentVisible ( "radio", false ) setPlayerHudComponentVisible ( "weapon", false )) end )
  6. شباب انا جديد بالبرمجة يريت بس تفهموني ايش اسوي
  7. كيف اسوي زر dx يريت شرح كويس لاني جديد
  8. شكرا لكل من ساعد للوصل الى الحل اشكركم جميعا حلك الي اشتغل معاي مشكور وشكرا للباقين على المساعدة
  9. الظاهر محد فاهم علي ابي لما اضغط نكت يجي يعني انا فقط ابي تروح الازرار الي ب اول قائمة ويجي ازار مكانها guiSetVisible ( GUIEditor.button[5] , false ) guiSetVisible ( GUIEditor.button[6] , false ) guiSetVisible ( GUIEditor.button[7] , false ) guiSetVisible ( GUIEditor.button[8] , false ) guiSetVisible ( GUIEditor.button[9] , false ) guiSetVisible ( GUIEditor.button[10] , false )
  10. ممكن تعدل لي الكود لاني جديد وذا انا معدله يعني مب لي
  11. ممكن مساعدة انا حابب اخلي زر النكست لما اضغط عليه يجيب لي قائمة ثانية function MensajeBienvenida() outputChatBox("#ffffffPress F1 to open the window", 255, 255, 255, true) end addEventHandler("onClientResourceStart", resourceRoot, MensajeBienvenida) GUIEditor = { button = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.button[1] = guiCreateButton(1175, 148, 112, 37, "Skin 1", false) GUIEditor.button[2] = guiCreateButton(1175, 310, 112, 37, "Skin 2", false) GUIEditor.button[3] = guiCreateButton(1175, 472, 112, 37, "Skin 3", false) GUIEditor.button[4] = guiCreateButton(1175, 634, 112, 37, "Skin 4", false) GUIEditor.button[5] = guiCreateButton(1000, 470, 112, 37, "Skin 5", false) --GUIEditor.button[6] = guiCreateButton(1175, 470, 112, 37, "Skin 6", false) --GUIEditor.button[8] = guiCreateButton(1175, 470, 112, 37, "Special", false) --GUIEditor.button[9] = guiCreateButton(1175, 470, 112, 37, "Skin 7", false) GUIEditor.button[7] = guiCreateButton(1264, 718, 98, 40, "CLOSE", false) GUIEditor.button[10] = guiCreateButton(1129, 718, 98, 40, "Next", false) end ) local dxfont0_ForzaBlack = dxCreateFont("fonts/ForzaBlack.otf", 15) local sx,sy = guiGetScreenSize() local px,py = 1366,768 -- your resolution local x,y = (sx/px), (sy/py) function CosasDX() --=dxDrawRectangle(280, 138, 782, 487, tocolor(254, 254, 254, 255), false) dxDrawRectangle(x*1100, y*0, x*782, y*1200, tocolor(254, 254, 254, 255), false) dxDrawRectangle(x*1100, y*0, x*782, y*47, tocolor(19, 19, 19, 255), false) dxDrawImage(x*1165, y*60, x*133, y*87, "images/image.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawImage(x*1165, y*222, x*133, y*87, "images/image2.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawImage(x*1165, y*383, x*133, y*87, "images/image3.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawImage(x*1165, y*544, x*133, y*87, "images/image4.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) --dxDrawImage(318, 373, 129, 87, "images/image5.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) --dxDrawImage(524, 373, 129, 87, "images/image6.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) --dxDrawImage(732, 373, 129, 87, "images/frame1.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) --dxDrawImage(916, 373, 129, 87, "images/frame1.png", 0, 0, 0, tocolor(255, 255, 255, 255), false) dxDrawText("Infernus Skins", x*1190, y*0, x*1280, y*47, tocolor(123, 104, 238, 255), 1.00, dxfont0_ForzaBlack, "center", "center", false, false, false, false, false) end addEventHandler("onClientRender", root, CosasDX) addEventHandler ( 'onClientGUIClick', root, function ( ) if ( source == GUIEditor.button[7] ) then removeEventHandler ( "onClientRender", root, CosasDX ) guiSetVisible ( GUIEditor.button[1] , false ) guiSetVisible ( GUIEditor.button[2] , false ) guiSetVisible ( GUIEditor.button[3] , false ) guiSetVisible ( GUIEditor.button[4] , false ) guiSetVisible ( GUIEditor.button[7] , false ) guiSetVisible ( GUIEditor.button[10] , true ) showCursor(false) end end ) ----------Next start addEventHandler ( 'onClientGUIClick', root, function ( ) if ( source == GUIEditor.button[10] ) then removeEventHandler ( "onClientRender", root) guiSetVisible ( GUIEditor.button[1] , false ) guiSetVisible ( GUIEditor.button[2] , false ) guiSetVisible ( GUIEditor.button[3] , false ) guiSetVisible ( GUIEditor.button[4] , false ) guiSetVisible ( GUIEditor.button[7] , false ) else showEventHandler ( "onClientRender", root) guiSetVisible ( GUIEditor.button[10] ,true ) guiSetVisible ( GUIEditor.button[5] , true ) guiSetVisible ( GUIEditor.button[6] , true ) guiSetVisible ( GUIEditor.button[7] , false ) guiSetVisible ( GUIEditor.button[8] , true ) guiSetVisible ( GUIEditor.button[10] , true ) showCursor(true) end end ) --next end function estadofalso() estado = false if (estado == false) then removeEventHandler ( "onClientRender", root, CosasDX ) guiSetVisible ( GUIEditor.button[1] , false ) guiSetVisible ( GUIEditor.button[2] , false ) guiSetVisible ( GUIEditor.button[3] , false ) guiSetVisible ( GUIEditor.button[4] , false ) guiSetVisible ( GUIEditor.button[5] , false ) guiSetVisible ( GUIEditor.button[6] , false ) guiSetVisible ( GUIEditor.button[7] , false ) guiSetVisible ( GUIEditor.button[8] , false ) guiSetVisible ( GUIEditor.button[9] , false ) guiSetVisible ( GUIEditor.button[10] , false ) showCursor(false) end end addEventHandler("onClientResourceStart", resourceRoot, estadofalso) function open() addEventHandler ( "onClientRender", root, CosasDX ) guiSetVisible ( GUIEditor.button[1] , true ) guiSetVisible ( GUIEditor.button[2] , true ) guiSetVisible ( GUIEditor.button[3] , true ) guiSetVisible ( GUIEditor.button[4] , true ) guiSetVisible ( GUIEditor.button[5] , true ) guiSetVisible ( GUIEditor.button[6] , true ) guiSetVisible ( GUIEditor.button[7] , true ) guiSetVisible ( GUIEditor.button[8] , true ) guiSetVisible ( GUIEditor.button[9] , false ) guiSetVisible ( GUIEditor.button[10] , true ) showCursor(true) end bindKey("F1", "both", open)
  12. يب حصري وهي دليل https://ffs-gaming.com/threads/75311-Qus4Y-ft-Se-X-aN-Normal-Day
  13. الماب الاول لي للتحميل من هنا
  14. تفضل function makeAdminTeam () adminteam = createTeam ( "Admins", 145, 39, 33 ) end addEventHandler("onResourceStart", resourceRoot, makeAdminTeam) function addIntoTeam() if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("Admin")) then setPlayerTeam(source, adminteam) end end addEventHandler("onPlayerLogin",getRootElement(),addIntoTeam)
×
×
  • Create New...