mr.Extreme Posted October 17, 2013 Share Posted October 17, 2013 اسلام عليكم انا بدي واحد يعلمني كيف بدي اسوي guiGetScreenSize() مع هذا الكود dxDrawText("Health:", 665, 34, 699, 44, tocolor(0, 0, 0, 255), 0.50, "bankgothic", "left", "top", false, false, false, false, false) يعني ما بدي يتغير مكان ولا حجمة بدي شرح بتفاصيل و ممل وشكرا Link to comment
فاّرس Posted October 21, 2013 Share Posted October 21, 2013 Blaawee في طريقه شفتها للأخ local sc = {guiGetScreenSize()} addEventHandler('onClientRender',root,function() dxDrawText('Health:', sc[ 1 ] / 2 - dxGetTextWidth( 'Health:', 1, 'bankgothic' ) / 2, sc[ 2 ] / 2 + 128, sc[ 1 ], sc[ 2 ], tocolor(0, 0, 0, 255), 0.50, 'bankgothic', 'left', 'top', false, false, false, false, false) end ) ^ جرب ممكن تضبط Link to comment
mr.Extreme Posted October 22, 2013 Author Share Posted October 22, 2013 Blaawee في طريقه شفتها للأخ local sc = {guiGetScreenSize()} addEventHandler('onClientRender',root,function() dxDrawText('Health:', sc[ 1 ] / 2 - dxGetTextWidth( 'Health:', 1, 'bankgothic' ) / 2, sc[ 2 ] / 2 + 128, sc[ 1 ], sc[ 2 ], tocolor(0, 0, 0, 255), 0.50, 'bankgothic', 'left', 'top', false, false, false, false, false) end ) ^ جرب ممكن تضبط تعتك صعب بس خلص تعلمت من ويكي لقيت اسهل من هذا guiGetScreenSize() Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now