Jump to content

Master_MTA

Members
  • Posts

    3,389
  • Joined

  • Last visited

  • Days Won

    55

Everything posted by Master_MTA

  1. obababababa الف مبروك يا مزه بالنسبه لصاحب الموضوع المشكله من لوحة الادمن تقريبا غيرها
  2. سيء اهون من انه ينقال عليه تقليد مشكور على الراي لو عندك تعليقات على التصميم ظيفها اتمنى من الكل لا ينتقد ويسكت لو عندكم تحسينات له قولولي
  3. cool tell me about it xd am really interested to fix it any thing else the size of children elements this bug i can fix it with the new version but tell me about other bugs there is a bug that am trying to fix it write it this one is when you restart the resource that used exports function with my dxlib i need to destroy elements that resource contain it do u have any idea?
  4. لا تضيع الموضوع الحين ما صار في تقليد كنت اقصد بها من وجهة نظرك الزبده اللي فات مات انا مب طفل الحين ما عندك اي اعتراضات على هالتصميم؟ اقك راسي ولا في شي ثاني شايفه اني مقلده
  5. thx dude but i don't know which line you talk about +_+ the border line? yeah hhhhh thx bro is there any suggestion to upgrade my dxlib to be more relative with user?
  6. update :updateM.M (command in f8) pls add more events onClientDxCursorEnter&Leave enjoy
  7. اتوقع الديزاين مافييه اي تقليد حاليا مالك حق تتكلم ولا انا غلطان @H25
  8. hello their watch video and here is it download link :https://github.com/Master-MTA/M.M if u like it : https://paypal.me/MasterMTA if there is any bugs tell me pls special thx for @thisdp in this lib i used his update system enjoy
  9. حبيبي الله يسعدك الاصدار الجدديد updateM.M او حمل اخر اصدار من github download link||رابط التحميل :https://github.com/Master-MTA/M.M if u like it || اذا عجبك شغلي: https://paypal.me/MasterMTA @KillerX كنت منتظره انت ها ذذ
  10. i wasn't know that thx for info
  11. yup i think so and better to make more than 2 hash if u want more hash=better security
  12. اتوقع نسخة gta عندك خربت او ناقصها ملفات حاول تسطبها من جديد
  13. and better to use double hash not only one like this hash('sha',tostring(hash('md5',pass))) you got it?
  14. it's not about enough or not it's about how do you will pass the variable from client side to the server side if you want to be more safe just encrypt it in booth side client,server that will be better
  15. you should allow to connect from outside to ur database by setting connection allow for root user as %
  16. Update:(there was bug with dxgettextwidth it doesn't count the space after word warp any way solved) source code: function getTextNumbersOfLines(text,borderwidth,scale,font) local scale=scale or 1 local font=font or 'default' if dxGetTextWidth(text,scale,font)>borderwidth then---if it's in new line then local mytext='' local numoflines=1 for c in string.gmatch(text,"%w+") do mytext=mytext..' '..c local currentwidth=dxGetTextWidth(mytext,scale,font) if currentwidth>borderwidth then numoflines=numoflines+1 mytext=c end end return numoflines end return 1---else end Note:No need any more for borderheight argument
  17. السلام عليكم ورحمة الله وبركاته كيف الحال شباب باذن الله تكونو بخير اليوم جبتلكم فنكشن مفيد وفريد من نوعه وظيفة الفنكشن انه يجيبلك عدد الصفوف حقة التكست لو استخدمت ارقمنت wordbreak معه فهذا الفنكشن يجيبلك عدد السطور حقة التكست ذا السورس كود function getTextNumbersOfLines(text,borderwidth,scale,font) local scale=scale or 1 local font=font or 'default' if dxGetTextWidth(text,scale,font)>borderwidth then---if it's in new line then local mytext='' local numoflines=1 for c in string.gmatch(text,"%w+") do mytext=mytext..' '..c local currentwidth=dxGetTextWidth(mytext,scale,font) if currentwidth>borderwidth then numoflines=numoflines+1 mytext=c end end return numoflines end return 1---else end الساينتكس getTextNumbersOfLines(string text,float borderheight,float borderwidth,float scale,string/fontelement font) الارقمنتات: text: التكست اللي تبي تجيب عدد السطور حقته borderheight: ارتفاع المربع يعني كيف اقولك افرض التكست انت حاط احداثياته كذا startx=200,starty=200,endx= 300,endy=400 فال borderheight=endy-starty=200 borderwidth: عنا عرض المربع نفس اللي فوقه لكن endx-startx=100 scale: حجم الخط font : هذا ممكن يكون فونت المنت اللي انشاته بفنكشنات الدي اكس او يكوون هذا النص: "default": Tahoma "default-bold": Tahoma Bold "clear": Verdana "arial": Arial "sans": Microsoft Sans Serif "pricedown": Pricedown (GTA's theme text) "bankgothic": Bank Gothic Medium "diploma": Diploma Regular "beckett": Beckett Regular كيفية الاستخدام مثال: addEventHandler('onClientRender',root,function() dxDrawText ( 'hello world this is just test text to check word warp calculate function ', 200,200, 300, 400, tocolor(255,255,255,255),1, "default", "left", "top", true,true, false) end) addCommandHandler('testheight',function() print(getTextNumbersOfLines('hello world this is just test text to check word warp calculate function ',200,100,1,'default')) print(dxGetFontHeight(1,'default')) end) وش المميز بخصوص الفنكشن هذا المميز بخصوصه انكم تعرفون اننا نقدر نسوي اليه للورد بريك خاصه بنا ونستغني عن ارقمنت الورد بريك لكن مع هذا الفنكشن يمديك انك تستخدم الارقمنت بدون قلق بحيث انه يتناسب مع فنكشنات اللعبه وما يحتاج اي تعب منك بالتوفيق اتمنى تستمتعو
×
×
  • Create New...