Jump to content

بدي واحد يعلمني :)


Recommended Posts

اسلام عليكم

انا بدي واحد يعلمني كيف بدي اسوي

guiGetScreenSize() 

مع هذا الكود

dxDrawText("Health:", 665, 34, 699, 44, tocolor(0, 0, 0, 255), 0.50, "bankgothic", "left", "top", false, false, false, false, false) 

يعني ما بدي يتغير مكان ولا حجمة

بدي شرح بتفاصيل و ممل

وشكرا

Link to comment

Blaawee في طريقه شفتها للأخ

local sc = {guiGetScreenSize()} 
  
addEventHandler('onClientRender',root,function() 
    dxDrawText('Health:', sc[ 1 ] / 2 - dxGetTextWidth( 'Health:', 1, 'bankgothic' ) / 2, sc[ 2 ] / 2 + 128, sc[ 1 ], sc[ 2 ], tocolor(0, 0, 0, 255), 0.50, 'bankgothic', 'left', 'top', false, false, false, false, false) 
    end 
) 

^ جرب ممكن تضبط

Link to comment
Blaawee في طريقه شفتها للأخ

local sc = {guiGetScreenSize()} 
  
addEventHandler('onClientRender',root,function() 
    dxDrawText('Health:', sc[ 1 ] / 2 - dxGetTextWidth( 'Health:', 1, 'bankgothic' ) / 2, sc[ 2 ] / 2 + 128, sc[ 1 ], sc[ 2 ], tocolor(0, 0, 0, 255), 0.50, 'bankgothic', 'left', 'top', false, false, false, false, false) 
    end 
) 

^ جرب ممكن تضبط

تعتك صعب بس خلص تعلمت من ويكي لقيت اسهل من هذا

guiGetScreenSize()

Link to comment

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...