-
Posts
1,474 -
Joined
-
Last visited
-
Days Won
23
Everything posted by !#NssoR_)
-
تمت إزالة الردود السابقه , يرجي منكم عدم إعطاء صاحب الموضوع اي فنكشنات تتعلق في مايريد , لأنه قام بإنشاء هذا الموضوع من اجل الحصول علي السكربت جاهز وليس الفنكشنات
-
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.
-
وإبلاغه عن الثغره ccw يمكنك التواصل مع
-
انا ماني فاهم كيف تحطون كود إنشاء التيم داخل حدث لمس الماركر 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)
-
شركة سوكينج هوست تقدم لكم سيرفرات + خودام بأرخص الاسعار
!#NssoR_) replied to Tarek Salama's topic in الاستضافات
لقد تم دمج جميع المواضيع المتعلقة بنفس الموضوع ويرجي منك مراجعة الرسائل الخاصة @Tarek Salama -
setElementFrozen -- يجمد \ يفك التجميد setTimer
-
[LF] Developers/helpers for CnR-RPG [Non-Paid]
!#NssoR_) replied to Deihim007's topic in Looking for staff
You can post your new title here , and we'll change it ASAP. -
[LF] Developers/helpers for CnR-RPG [Non-Paid]
!#NssoR_) replied to Deihim007's topic in Looking for staff
You should fix your topic title as required. - Topic titles shall have the form [LF/OFFERING] Brief description [Paid/Non-Paid]. @deihim007 -
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)
-
[LF] I need a scripter for Roleplay mode [PAID]
!#NssoR_) replied to Protagonist31's topic in Looking for staff
Please review the requirements of the section. If you don't apply the requirements within 24 hours your topic will be removed. -
اخي العزيز , يرجي منك عدم وضع اكثر من موضوع يتعلق بنفس المحتوي , ولذلك لقد تم دمج مواضيعك مع بعضها ويرجي منك مراجعة قوانين القسم العربي لعدم التعرض لأي مخالفة وبالتوفيق
-
https://wiki.multitheftauto.com/wiki/DxDrawImageOnElement
-
تمت ازالة الردود السابقة! يرجي منكم عدم الرد علي من يزيد من مشاركاته ودعو القرار لنا !
-
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.
-
بما ان تم حل المشكلة المتعلقه بالموضوع يغلق. واذا كان لديك استفسار متعلق باحد الاكواد التي تم طرحها في موضوعك السابق يمكنك وضع استفسارك فيه
-
يغلق بما ان المنتدي تقفل ، وفي حال تم إفتتاح المنتدي يرجي التواصل معي بالخاص.
-
يمكنك تقديم إقتراحك لهم من خلال هذا القسم : https://forum.multitheftauto.com/forum/81-suggestions/
-
شغل جميل جدا الصراحة وكما قلت في ردك السابق يختصرلك الوقت بدلآ من ان تقوم بتشغيل السيرفر المحلي وما الي ذلك واتمني ان يكون البرنامج دقيق جدأ وليس كـ الاصدار السابق ملاحظة بسيطة لديك خطأ في اسم البرنامج :
-
Everything works well with me !!
-
Change line number 4 to <file src="Shader.fx" type="client"/> And try again.
-
اخي العزيز , يرجي منك عدم تكرار مواضيعك حتي لو لم يتم الرد عليك .واتمني منك مراجعة قوانين المنتدي لعدم مخالفة اي قانون منها لقد تم دمج الموضوعين
-
اخي العزيز , يرجي منك عدم تكرار مواضيعك حتي لو لم يتم الرد عليك .واتمني منك مراجعة قوانين المنتدي لعدم مخالفة اي قانون منها تابع في موضوعك السابق : يغلق