Jump to content

تغير الخط


Alix2015

Recommended Posts

Posted

السلام عليكم ورحمه الله وببركاته

شباب الان جبت خط جديد بدي اضيفه كيف ؟

بس تكست دي اكس

ياريت تقولو الطريقه هل يوجد كود ولا بس احطه في الميتا وخلاً ص ؟

Posted
السلام عليكم ورحمه الله وببركاته

شباب الان جبت خط جديد بدي اضيفه كيف ؟

بس تكست دي اكس

ياريت تقولو الطريقه هل يوجد كود ولا بس احطه في الميتا وخلاً ص ؟

dxCreateFont 

Discord: LoOs#1111

_____________________________

76561198299431254.png

Posted
ممكن توضح اكثر انا ما فهمت ال

Example حق الويكي

وش الي مافهمته ، فنكشن واضح وباين :2gunfire:

Discord: LoOs#1111

_____________________________

76561198299431254.png

Posted

هذا المثال بالويكي

جبته لك قلت يمكن انت ماتشوف لما تخش الويكي :lol:

والي تبيه واضح وضوح الشمس :|

  
local myFont = nil 
  
-- Display text using dxDrawText 
addEventHandler( "onClientRender", root, 
    function() 
        if myFont then 
            dxDrawText( "dxDrawText", 100, 350, 300, 350, tocolor(255,255,0), 1, myFont ) 
        end 
    end 
) 
  
-- Use 'toggle' command to switch custom font on and off 
addCommandHandler( "toggle", 
    function() 
        if not myFont then 
            myFont = dxCreateFont( "segoeui.ttf", 20 )  -- Create custom font 
        else         
            destroyElement( myFont )                    -- Destroy custom font 
            myFont = nil 
        end 
    end 
) 
  
p_234mkkd1.gif
Posted

guieditor انت الحين يوم تسوي لوحة بسكربت

وتسوي بوتون وتكتب فيه ويوم تحط له خط

السالفة سهلة

بعد ماتسوي الي تبيه

حط الخط في الملف حق السكربت وعرفه بالميتا

ورح اكوادك وغير اسم الخط وخلاص

بالتوفيق

[ Skype : kreee89 - Discord : Abdul_KariM#1326 / طلبات البرمجة

https://www.paypal.me/AbdulKariMx / اذا حاب تدعمني

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...