Jump to content

ممكن مساعدة


Recommended Posts

؟؟؟ GUIeditorطيب انا بعدل الفري روم افتح الفري روم من الاف1 وأشغل الـ

واشتغل على تعديل اسماء النوافذ freeroam لا عدل على حسب ما تبغى وبعدين انسخ الكلام من المربع وروح ملف الـ

Link to comment

X

الفري روم برمجته غير بالمره ذذ,

gui.lua يعني هو حاط اختصارات بـ ملف

classInfo = { 
    wnd = {className = 'Window', padding = {25, 10, 10, 10}, isContainer = true}, 
    tbp = {className = 'TabPanel'}, 
    tab = {className = 'Tab', padding = 10, isContainer = true}, 
    lbl = {className = 'Label', height = 20}, 
    btn = {className = 'Button', height = 20, padding = {0, 4}}, 
    chk = {className = 'CheckBox', height = 20, padding = {0, 6}}, 
    rad = {className = 'RadioButton', height = 20, padding = {0, 10}}, 
    txt = {className = 'Edit', width=100, height = 24}, 
    lst = {className = 'GridList', width = 250, height = 400}, 
    img = {className = 'StaticImage'} 
} 

يبي لك خبره GUIEditor ما بيفيدك ذذ

Link to comment

اذا تبي تلون لبل ,

guiLabelSetColor(getControl(wndMain, "X"), 255,0,0) 

X = الكلام حق اللبل

يعني كذا,

{"lbl"; id = "NONAME", text = "X", width = 120},  

اما الزر ,

guiSetProperty(getControl(wndMain, "Kill"), "NormalTextColour", "FF00CCCC") 

Kill = اسم الزر,

يعني كذا,

{"btn"; id = "Kill", onclick = killLocalPlayer, width = 100},  
Link to comment

{"lbl"; id = "Name", text = "lbl name", width = 120}, 

120 = غير فيه ذذ

^ هذا الارتفاع ذذ

واذا تبي تعدله يمين ولا يسار ,

{"lbl"; id = "Name", text = "lbl name", width = 120,x = 50}, 

50 = عدل فيه كل ما يزيد يروح يمين ذذ

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