Jump to content

!#NssoR_)

Retired Staff
  • Posts

    1,474
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by !#NssoR_)

  1. تمت إزالة الردود السابقه , يرجي منكم عدم إعطاء صاحب الموضوع اي فنكشنات تتعلق في مايريد , لأنه قام بإنشاء هذا الموضوع من اجل الحصول علي السكربت جاهز وليس الفنكشنات
  2. Just to benefit , you can do it by this method : for i,v in ipairs (getElementsByType("player")) do if v ~= localPlayer then guiGridListSetItemText(GUIEditor.gridlist[1], guiGridListAddRow(GUIEditor.gridlist[1]), 1, string.gsub(getPlayerName(v), "#%x%x%x%x%x%x", ""), false, true) end end No need to check by the name.
  3. warpPedIntoVehicle -- نقل اللاعب للسيارة setVehicleDamageProof -- يجعل السياره غير قابلة لأي ضرر onClientGUIClick -- الشئ الذي تم الضغط عليه ( سواء كان زر او شيك بوكس و الي اخره )
  4. وإبلاغه عن الثغره ccw يمكنك التواصل مع
  5. انا ماني فاهم كيف تحطون كود إنشاء التيم داخل حدث لمس الماركر local ROB = createTeam ( "Rob_Bank", 255,0,0 ) addEventHandler ( "onMarkerHit", f1 , function (element) if ( getElementType(element) == 'player' ) then if ( getPlayerTeam(element) ~= ROB ) then setPlayerTeam ( element , ROB ) else outputChatBox('You are already in the Team !',element,255,0,0,true) end end end)
  6. لقد تم دمج جميع المواضيع المتعلقة بنفس الموضوع ويرجي منك مراجعة الرسائل الخاصة @Tarek Salama
  7. setElementFrozen -- يجمد \ يفك التجميد setTimer
  8. You can post your new title here , and we'll change it ASAP.
  9. You should fix your topic title as required. - Topic titles shall have the form [LF/OFFERING] Brief description [Paid/Non-Paid]. @deihim007
  10. Note : The size of the marker should be greater than number 1. Progress_Window = {} Progress_Window = guiCreateWindow(0.25, 0.9, 0.55, 0.05, "Testing Progress", true) guiSetVisible(Progress_Window,false) guiWindowSetSizable(Progress_Window, false) guiSetProperty(Progress_Window, "CaptionColour", "FFFF0000") somebar = guiCreateProgressBar( 0.01, 0.4, 1, 1, true, Progress_Window ) function ProGUI(hitElement, matchingDimension) if isElement(hitElement) and getElementType(hitElement) == "player" and matchingDimension then local checkTeam = getTeamFromName("Job 1") if ( checkTeam and not ( setProgress or CompletedProgress ) ) then local playerTeam = getPlayerTeam(hitElement) if ( playerTeam == checkTeam ) then if isPedOnGround ( hitElement ) then guiSetVisible(Progress_Window,true) guiProgressBarSetProgress(somebar,0) guiSetProperty(Progress_Window, "CaptionColour", "FF00FF00") setProgress = setTimer(function(hitElement) local progress = guiProgressBarGetProgress(somebar) if ( progress >= 100 ) then setElementData (hitElement, "Iron.pres",(getElementData (hitElement, "Iron.pres")or 0 ) + 1) killTimer(setProgress) CompletedProgress = setTimer(function() guiSetVisible(Progress_Window, false) destroyElement(ProMark) killTimer(CompletedProgress) end, 10000, 1) elseif ( progress <= 100 ) then guiProgressBarSetProgress(somebar, progress+50) end end, 2000, 0,hitElement) else outputChatBox ("Something went wrong!") end end end end end function ProStart( ) ProMark = createMarker (-3293, 2216, 1517, "checkpoint", 2, 0, 200, 55, 255) addEventHandler("onClientMarkerHit", ProMark, ProGUI) end addEvent( "GoPro", true ) addEventHandler( "GoPro", root, ProStart ) GoProMark = createMarker (-497.0654296875, -196.90234375, 78.404663085938, "cylinder", 2, 0, 200, 55, 255) local GoProTeam = createTeam("Job 1", 20, 100, 150) function GoProTrigger ( hitElement, matchingDimension ) if isElement(hitElement) and getElementType(hitElement) == "player" and matchingDimension then if ( GoProTeam ) then if isPedOnGround ( hitElement ) then setPlayerTeam(hitElement, GoProTeam) triggerClientEvent ( "GoPro", hitElement ) triggerClientEvent ( "ShowIron", hitElement ) else outputChatBox("You must be on foot to change team!", hitElement, 255, 0, 0) end end end end addEventHandler("onMarkerHit", GoProMark, GoProTrigger) function SaveIron(quitType, reason, responsibleElement) if not (isGuestAccount (getPlayerAccount (source))) then local account = getPlayerAccount (source) if (account) then local MyIron = getElementData( source, "Iron.pres" ) if (MyIron) then setAccountData (account, "Iron.saved", MyIron) end end end end addEventHandler("onPlayerQuit", getRootElement(), SaveIron) function getIron(_,acc) -- i did that function to restore your iron when rejoin to server. local MyIron = getAccountData( acc, "Iron.saved" ) if (MyIron) then setElementData (source, "Iron.pres", MyIron) end end addEventHandler("onPlayerLogin", getRootElement(), getIron)
  11. Please review the requirements of the section. If you don't apply the requirements within 24 hours your topic will be removed.
  12. اخي العزيز , يرجي منك عدم وضع اكثر من موضوع يتعلق بنفس المحتوي , ولذلك لقد تم دمج مواضيعك مع بعضها ويرجي منك مراجعة قوانين القسم العربي لعدم التعرض لأي مخالفة وبالتوفيق
  13. !#NssoR_)

    Host ..

    You can talking with @TAPL via PM.
  14. https://wiki.multitheftauto.com/wiki/DxDrawImageOnElement
  15. تمت ازالة الردود السابقة! يرجي منكم عدم الرد علي من يزيد من مشاركاته ودعو القرار لنا !
  16. Please review the requirements of the section. Your topic title needs to be like that ( shall have the form [SERVER TYPE] Brief description/Name [LANGUAGE]. ) If you don't apply the requirements within 24 hours your topic will be removed.
  17. بما ان تم حل المشكلة المتعلقه بالموضوع يغلق. واذا كان لديك استفسار متعلق باحد الاكواد التي تم طرحها في موضوعك السابق يمكنك وضع استفسارك فيه
  18. يغلق بما ان المنتدي تقفل ، وفي حال تم إفتتاح المنتدي يرجي التواصل معي بالخاص.
  19. يمكنك تقديم إقتراحك لهم من خلال هذا القسم : https://forum.multitheftauto.com/forum/81-suggestions/
  20. اخي العزيز , يرجي منك إنشاء موضوع اخر للمشكلة الجديدة وبما إن تمت الافادة في مشكلتك التي أنشئت الموضوع من اجلها يغلق
  21. شغل جميل جدا الصراحة وكما قلت في ردك السابق يختصرلك الوقت بدلآ من ان تقوم بتشغيل السيرفر المحلي وما الي ذلك واتمني ان يكون البرنامج دقيق جدأ وليس كـ الاصدار السابق ملاحظة بسيطة لديك خطأ في اسم البرنامج :
  22. Everything works well with me !!
  23. Change line number 4 to <file src="Shader.fx" type="client"/> And try again.
  24. اخي العزيز , يرجي منك عدم تكرار مواضيعك حتي لو لم يتم الرد عليك .واتمني منك مراجعة قوانين المنتدي لعدم مخالفة اي قانون منها لقد تم دمج الموضوعين
  25. اخي العزيز , يرجي منك عدم تكرار مواضيعك حتي لو لم يتم الرد عليك .واتمني منك مراجعة قوانين المنتدي لعدم مخالفة اي قانون منها تابع في موضوعك السابق : يغلق
×
×
  • Create New...