fsdfdsf Posted January 29, 2015 Share Posted January 29, 2015 كيف ممكن اعمل rectangle مثل button? local x,y = guiGetScreenSize() function panel() showChat( false ) showCursor( true ) dxDrawRectangle ( x/4, y/3.8, x/4, y/2, tocolor ( 255, 0, 0, 100 ) ) dxDrawRectangle ( x/1.92, y/3.8, x/4, y/2, tocolor ( 0, 255, 0, 100 ) ) end addEventHandler ( "onClientRender", getRootElement(), panel) Link to comment
#DRAGON!FIRE Posted January 29, 2015 Share Posted January 29, 2015 ما فهمت ماذا تقصد ! بالنسبة لـ : showChat( false ) showCursor( true ) خلهم خارج فنكشن الرندر او باي مكان يناسبكـ لكن لا تحطهم بالرندر . 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