-
Posts
476 -
Joined
-
Last visited
-
Days Won
1
Everything posted by iiv03
-
لا شوف الصوره الي قصدي اتوقع لازم له تيبل ؟
-
يقولي خطأ هنا كودك توضيح : آلي أبغاه انه النص في الزر اول يضهر لما تجيك لوحة اذا ضغطت علي الزر ثاني يختفي النص في الاول ويجيك ثاني اتمني انك فهمتني
-
اب اببب up
-
لول, ظظ بجد مساعده
-
سويت توبيك ثاني علي هاذا موضوع بس يتحدث علي النص و الزر يبغى النص لما تدوس زر ثاني هنا كيف اسوي اذا مثلن ضغطت علي الزر يضهر النص يبقى ولو ضغطت علي زر جنبه يتغير النص يعني مايختفي ولو رجعت ضغطت علي الزر الاول مايخختفي يعني يبقى ضاهر النص مساعده local sx, sy = guiGetScreenSize() sx, sy = ( sx / 1280 ), ( sy / 720 ) local showText = false function render() dxDrawRectangle( 0,0,1280*sx,720*sy, tocolors(255,255,255,255) false) dxDrawText("_________U_________D________S__________", 183*sx, 228*sy, 761*sx, 282*sy, tocolor(255, 255, 255, showText and 255 or 0), 2.00, "default", "left", "top", false, false, true, false, false) end addEventHandler("onClientRender", root, render) addEventHandler ( "onClientClick", root, function ( button, state ) if ( button == "left" and state == "down" ) then if ( isMouseInPosition ( 184, 49, 75, 28 ) ) then outputDebugString("test") showText = not showText end end end )
-
حاولت اطلع نص في ديبوق سترينق ماطلع شيئ addEventHandler ( "onClientClick", root, function () if ( button == "left" and state == "down" ) then if isMouseInPosition(43, 566, 61, 64) then outputDebugString("test") end end end ) حليته المشكله طلعت من function (button, state, absoluteX, absoluteY, clickedElement)
-
دست علي زر ماصار شيئ النص مافي حاولت اطلع نص في ديبوق سترينق ماطلع شيئ addEventHandler ( "onClientClick", root, function () if ( button == "left" and state == "down" ) then if isMouseInPosition(43, 566, 61, 64) then outputDebugString("test") end end end ) شسالفه؟
-
معليك حبيبي اذا سويت بدون انيمشن كيف اسويه؟ يعني الوان بس
-
local sx, sy = guiGetScreenSize() sx, sy = ( sx / 1280 ), ( sy / 720 ) local showText = false function paneldx() local playername = getPlayerName(getLocalPlayer()) local w2 = dxGetTextWidth(playername,4.00,fonts["normal"][2],false) dxDrawImage(0,0, 1280*sy, 720*sx, ":guieditor/images/rank.png", 0, 0, 0, tocolor(200, 200,200, 255), false) dxDrawLine(129*sx, 95*sy, 1280*sx, 95*sy, tocolor(255, 255, 255, 80), 1, false) dxDrawLine(129*sx, 96*sy, 129*sx, 720*sy, tocolor(255, 255, 255, 80), 1, false) dxDrawText("News", 146*sx, 27*sy, 301*sx, 95*sy, tocolor(255, 255, 255, 255), 2.40, "defaul-bold", "center", "center", false, false, true, false, false) dxDrawText("TEST", 372, 244, 938, 329, tocolor(255, 255, 255, showText and 255 or 0), 1.00, "default", "left", "top", false, false, false, false, false) dxDrawText("Soon", 301*sx, 27*sy, 456*sx, 95*sy, tocolor(255, 255, 255, 255), 2.40, "defaul-bold", "center", "center", false, false, true, false, false) dxDrawText("Soon", 456*sx, 27*sy, 611*sx, 95*sy, tocolor(255, 255, 255, 255), 2.40, "defaul-bold", "center", "center", false, false, true, false, false) _dxDrawRectangleRounded(928*sx, 19*sy, 335*sx, 58*sy, tocolor(0, 0, 0, 190), false) _dxDrawRectangle(928*sx, 19*sy, 335*sx, 58*sy, tocolor(0, 0, 0, 190), false) dxDrawText(playername, s*0.7850,y*-0.8700,s,y, tocolor(255, 255, 255, 255), 1.50, "default-bold", "left", "center", false, false, false, true, false) dxDrawImage(931*sx, 22*sy, 58*sx, 51*sy, ":guieditor/images/default-avatar.png", 0, 0, 0, tocolor(255, 255, 255, 255), true) end addEventHandler ( "onClientClick", root, function ( button, state ) if ( button == "left" and state == "down" ) then if ( isMouseInPosition ( 159, 95, 128, 5 ) ) then end end end ) setTimer ( function() if removeEventHandler("onClientRender", root,render) then addEventHandler("onClientRender", root, tworender) else removeEventHandler("onClientRender", root, tworender) addEventHandler("onClientRender", root, paneldx) end end,1000,0) end expected near ' dxDrawText("TEST", 372, 244, 938, 329, tocolor(255, 255, 255, showText and 255 or 0), 1.00, "default", "left", "top", false, false, false, false, false) حاولت ادور حل مالقيت ابب ...
-
unexpected symbol near' local showText = false
-
مشكله هنا ابغى حل الي ابغاه انه اذا ضغطت علي الزر يجي النص المشكله هنا كل ماضغط علي الزر يجي النص و يختفي ليه؟ if isMouseInPosition (187*sx, 50*sy, 74*sx, 27*sy) then dxDrawRectangle(159*sx, 95*sy, 128*sx, 1*sy, tocolor(255, 255, 255, 255), false) if getKeyState("mouse1") and not stateKey then dxDrawText("TEST", 372*sx, 244*sy, 938*sx, 329*sy, tocolor(255, 255, 255, 255), 1.00, "default", "left", "top", false, false, false, false, false) end else dxDrawRectangle(159*sx, 95*sy, 128*sx, 1*sy, tocolor(255, 255, 255, 80), false) end
-
شكرا ي غآلي في طريق عشان افهم النتروبلات بتوين ؟
-
مشكور خوي @#\_oskar_/# ضبطت بس لو اسوي له نهايه لازم استخدم كيل تايمر صحيح؟ setTimer(function() dxDrawRectangle (x_,y_-25*sx,w_,h_, tocolor ( 0, 0, 0, 200 ) ) dxDrawRectangle (x_,y_,w_,h, tocolor ( 255,255,255, 255 ) ) dxDrawText("Welcome To BATTLEFIELD" or 'oskar',x_,y_-51,w_+x_,h_+y_, tocolor(r,g,r), 1.00, font, "center", "center", false, false, false, true, false) end, 1000, 0) ؟؟؟ ار يو درينك
-
السلام عليكم مبرمجين كنت حاب اشوف كيف اعمل انيموشن مثل ضاهر عندكم في جيفت https://imgur.com/a/vZiwKnU ابغى فانكشات اب اببب
-
hey guys, i have some problem so first i did make panel example and i wanna to doing if press button open panel DX i know functions stateKey = false function window() if isMouseInPosition(94, 663, 161, 37) then _dxDrawRectangleRounded(94, 663, 161, 37, tocolor(0, 73, 183, 100), false) dxDrawText("BUY MAP", 94, 663, 255, 700, tocolor(255, 255, 255, 100), 1.20, "default-bold", "center", "center", false, false, false, false, false) if ( clickedElement ) then _dxDrawRectangleRounded(260, 81, 761, 470, tocolor(18, 18, 18, 255), false) end else _dxDrawRectangleRounded(94, 663, 161, 37, tocolor(0, 73, 183, 255), false) dxDrawText("BUY MAP", 94, 663, 255, 700, tocolor(255, 255, 255, 255), 1.20, "default-bold", "center", "center", false, false, false, false, false) if getKeyState("mouse1") then stateKey = true else stateKey = false end end end
-
hey guys i want understand also what i use function to set song with players i mean have panel and button i wanna if player press button buy a song for everyone can listen! (playSound?) (onClientSoundStream)? srry bad english?
-
Hey ? I have question about edit gamemode race thes i mean how i can do that? and my edit like very stupid? in final got message winner players like Winner: NamePlayer but i want to do 3 message win like Example:? ---------------------------------------------------------------------------------------------- 1st:? Nickname 2nd: Nickname 3rd: Nickname ---------------------------------------------------------------------------------------------- and i test code like these i know code have mistake but how i add 2nd and 3rd? Code: function winnerMessenger ( text, playerName) win.text = text win.name = playerName win.name2 = playerName win.name3 = playerName removeEventHandler("onClientRender",root,winMsg) addEventHandler("onClientRender",root,winMsg) race.mapInfo.infos = {} end addEvent("winnerMessage",true) addEventHandler("winnerMessage",getRootElement(),winnerMessenger) function winMsg() win.pro2 = win.pro2 + 0.005 race.alpha = interpolateBetween(race.alpha,0,0,0,0,0,win.pro2,"Linear") win.pro = win.pro + 0.01 x1, x2, win.alpha = interpolateBetween(-s,s,win.alpha,0,0,255,win.pro,"Linear") local alpha = win.alpha/255 fadeCamera( false, 4, 0, 0, 0) if not getElementData(localPlayer,"login") then return end dxDrawText(win.name, 564*sx, 341*sy, 717*sx, 380*sy, tocolor(255, 255, 255, 255), 1.00, "default-bold", "center", "top", false, false, false, true) dxDrawText(win.name2, 352*sx, 292*sy, 505*sx, 331*sy, tocolor(255, 255, 255, 255), 1.00, "default-bold", "center", "top", false, false, false, true) dxDrawText(win.name3, 773*sx, 292*sy, 926*sx, 331*sy, tocolor(255, 255, 255, 255), 1.00, "default-bold", "center", "top", false, false, false, true) end function remWin () win.text = "" win.name = "" win.name2 = "" win.name3 = "" removeEventHandler("onClientRender",root,winMsg) win.pro = 0 win.pro2 = 0 win.alpha = 0 end
-
wanna set this function to country but not work i can see only my country and friend can see country but i can't see country my friend i try with the code but not work for i, j in ipairs(getElementsByType("country")) do dxDrawText(country(j), 281*sx, 282*sy + yOffset, 432*sx, 512*sy, tocolor(255, 255, 255, alpha), 1.10, "default-bold", "left", "top", true, true, false, true, true) yOffset = yOffset + 20 end
-
عندي مشكله انه الاسم + اسم دوله مايضهر عند الناس الي قصدي انه خويي مايضهر في التاب ممكن حل؟ صوره حقتي: الصوره حقت خويي up upppp حل
-
fade out ?زبط بس لما تشيل صبعك علي التاب مايجي