WASSIm. Posted December 22, 2012 Share Posted December 22, 2012 dxdraw مساعدة أنا لا أعرف كيف إضافة هذا في help i don't know how add this in dxdraw plis help me guiGetScreenSize guiGetSize guiSetPosition addEventHandler("onClientRender", root, function() dxDrawRectangle(0, 874, 1599, 26, tocolor(0, 0, 0, 160), true) dxDrawLine(0, 873, 1599, 873, tocolor(0, 0, 0, 255), 2, true) dxDrawText(" Page Facebook: [url=https://www.facebook.com/MTASA.TN]https://www.facebook.com/MTASA.TN[/url]", 0, 874, 1599, 899, tocolor(127, 127, 127, 255), 1, "bankgothic", "left", "center", false, false, true, false, false) end ) Link to comment
Techial Posted December 22, 2012 Share Posted December 22, 2012 Instead of using guiSetPosition, you just draw it another place. i = 0 for i < 874 do i = i + 1 dxDrawRectangle(0, i, 1599, 26, tocolor(0, 0, 0, 160), true) end Link to comment
iPrestege Posted December 22, 2012 Share Posted December 22, 2012 Why do you speak Arabic?If you speak Arabic Put your topic in the Arab section . 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