Ahmed_Negm Posted July 27, 2016 Share Posted July 27, 2016 يجماعا ياريت حل للمشكلة المشكلة اني لما احط الخط واعمل كل شيء يشتغل تمام وبعد مدة تلت او اربع دقائق الفونت يخرب ويقول لي بال دي بق خطأ في عمل الفونت ياريت حل لو سمحتم Link to comment
!#NssoR_) Posted July 27, 2016 Share Posted July 27, 2016 كيف تبيني اساعدك بدون اكوادك ؟ Link to comment
Ahmed_Negm Posted July 27, 2016 Author Share Posted July 27, 2016 انا واخد الفنكشن بكل حاجا جهزة من الويكي وفيه المشكلة Link to comment
xBeSoOo Posted July 27, 2016 Share Posted July 27, 2016 طيب ورنا الكود الي فيه الخطاء عشان نقدر نساعدك يمكن انت غلطان في شي Link to comment
Ahmed_Negm Posted July 27, 2016 Author Share Posted July 27, 2016 اوكيه ثواني احطه تاني واذا طلعت ليا المشكلة حطرحه بالخطأ في الدي بق Link to comment
Ahmed_Negm Posted July 27, 2016 Author Share Posted July 27, 2016 تمام المشكلة ظهرت ثثاني الكوود addEventHandler ( "onClientRender", root, function () local edits = guiGetText (System1) local edits2 = guiGetText (System2) local Name = guiGetText (Name) local R = guiGetText (RS) local G = guiGetText (GS) local B = guiGetText (BS) local R2 = guiGetText (RS2) local G2 = guiGetText (GS2) local B2 = guiGetText (BS2) local font = dxCreateFont( "font1.ttf", 20 ) dxDrawText("Admin : ", 25, 172, 69, 188, tocolor(0, 255, 218, 255), 1, "default-bold", "left", "top", false, false, false, true, false) dxDrawText(edits, 75, 172, 479, 188, tocolor(R, G, B, 255), 1, "default-bold", "left", "top", false, false, false, true, false) dxDrawText("Message [ "..Name.." ] : "..edits2, 23, 270, 617, 265, tocolor(R2, G2, B2, 255), 1.2, font, "left", "top", false, false, false, true, false) end ) ويقول لي بالدي بق خطأ في صنع الفونت باد ارجيمنت dxDrawText للعلم ان مكنش في مشاكل خالص بالمود قبل ما احط في فنكشن صنع الخط Link to comment
#Soking Posted July 27, 2016 Share Posted July 27, 2016 انت حاط صنع الخط داخل الداندر Link to comment
Mhmd.z Posted July 27, 2016 Share Posted July 27, 2016 انا واخد الفنكشن بكل حاجا جهزة من الويكي وفيه المشكلة أكيد من الويكي ؟ Link to comment
xBeSoOo Posted July 27, 2016 Share Posted July 27, 2016 جرب كذا local font = dxCreateFont( "font1.ttf", 20 ) addEventHandler ( "onClientRender", root, function () local edits = guiGetText (System1) local edits2 = guiGetText (System2) local Name = guiGetText (Name) local R = guiGetText (RS) local G = guiGetText (GS) local B = guiGetText (BS) local R2 = guiGetText (RS2) local G2 = guiGetText (GS2) local B2 = guiGetText (BS2) dxDrawText("Admin : ", 25, 172, 69, 188, tocolor(0, 255, 218, 255), 1, "default-bold", "left", "top", false, false, false, true, false) dxDrawText(edits, 75, 172, 479, 188, tocolor(R, G, B, 255), 1, "default-bold", "left", "top", false, false, false, true, false) dxDrawText("Message [ "..Name.." ] : "..edits2, 23, 270, 617, 265, tocolor(R2, G2, B2, 255), 1.2, font, "left", "top", false, false, false, true, false) end ) انا واخد الفنكشن بكل حاجا جهزة من الويكي وفيه المشكلة أكيد من الويكي ؟ تقريبا يقصد الفنشكن ما يقصد الكود كامل Link to comment
Ahmed_Negm Posted July 27, 2016 Author Share Posted July 27, 2016 اسففففففففففففففف المشكلة طلعت منيييي فعلآ مكنتش اعرف ان انشاء الخط لازم يبقي برا 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