Jump to content

فري روم


Sfa7

Recommended Posts

مب تقدر تغير احدثياتها بس تقدر تغير موقعها

مثلا

wndMain = { 
    'wnd', 
    text = '                           ', 
    x = 10, 
    y = 60, 
    width = 270, 
    controls = { 
        {'lbl',id = "w2", text='Freeroam By : Ka[b]cHa'}, 
        {'btn', id='انتحار', onclick=killLocalPlayer, width=120}, 
        {'btn', id='شخصية', window=wndSkin, width=120}, 
        {'br'}, 
        {'btn', id='حركات', window=wndAnim, width=120}, 
        {'btn', id='الأدوات', window=wndWeapon, width=120}, 
        {'br'}, 
        {'btn', id='الملابس', window=wndClothes, width=120}, 
        {'btn', id='playergrav', text='جاذبية', window=wndGravity, width=120}, 
        {'br'}, 
        {'btn', id='إنتقال', window=wndWarp, width=120}, 
        {'btn', id='الحالة', window=wndStats, width=120}, 
        {'btn', id='حفظ احداثيات', window=wndBookmarks, width=250}, 
        {'lbl', text='                    '}, 
        {'btn', id='setpos', text='خريطة', window=wndSetPos, width=40}, 
        {'btn', id='setinterior', text='أماكن', window=wndSetInterior, width=40}, 
        {'chk', id='حقيبة نفاثة', onclick=toggleJetPack}, 
--      {'chk', id='freezetime', text='freeze', onclick=toggleFreezeTime}, 
        {'chk', id='falloff', text='السقوط من الدراجة', onclick=toggleFallOffBike}, 
        {'chk', id='lightson', text='تشغيل النور', onclick=forceLightsOn}, 
        {'chk', id='lightsoff', text='إطفاء النور', onclick=forceLightsOff}, 
        {'lbl',id = "16", text='==========================================='}, 
        {'btn', id='سيارات', window=wndCreateVehicle, width=250}, 
        {'btn', id='الهاك', window=wndcheats, width=250}, 
        {'btn', id='إصلآح', onclick=repairVehicle, width=80}, 
        {'btn', id='إنقلآب', onclick=flipVehicle, width=80}, 
        {'btn', id='ألوان', onclick=openColorPicker, width=80}, 
        {'btn', id='تَعديلآت', window=wndUpgrades, width=80}, 
        {'lbl',id = "16", text='==========================================='}, 
        {'btn', id='تعليمات السيرفر', window=wndHnon, width=120}, 
        {'btn', id='قوانين السيرفر', window=wndHnons, width=120}, 
        {'btn', id='إدارة السـيـرفر', window=wndMgrm, width=250}, 
        {'lbl', text='       ▃▅▆二【 سيرفر كنق الطاره 】二▆▅▃            '}, 
    }, 
    oncreate = mainWndShow, 
    onclose = mainWndClose 
} 

نأخذ زر

     
نقدر نغير المكان بعمل  
        {'br'}, 
-- 
    {'btn', id='شخصية', window=wndSkin, width=120}, 
        {'br'}, 
        {'btn', id='حركات', window=wndAnim, width=120}, 

و بكذا تتغير

Link to comment

تقدر تغير مثل ذذ

wndMain = { 
    'wnd', 
    text = '                           ', 
    x = 10, 
    y = 60, 
    width = 270, 
    controls = { 
        {'lbl',id = "w2", text='Freeroam By : Ka[b]cHa'}, 
        {'btn', id='انتحار', onclick=killLocalPlayer, width=120}, 
        {'btn', id='تعليمات السيرفر', window=wndHnon, width=120}, 
        {'btn', id='قوانين السيرفر', window=wndHnons, width=120}, 
        {'btn', id='إدارة السـيـرفر', window=wndMgrm, width=250}, 
        {'btn', id='شخصية', window=wndSkin, width=120}, 
        {'br'}, 
        {'btn', id='حركات', window=wndAnim, width=120}, 
        {'btn', id='الأدوات', window=wndWeapon, width=120}, 
        {'br'}, 
        {'btn', id='الملابس', window=wndClothes, width=120}, 
        {'btn', id='playergrav', text='جاذبية', window=wndGravity, width=120}, 
        {'br'}, 
        {'btn', id='إنتقال', window=wndWarp, width=120}, 
        {'btn', id='الحالة', window=wndStats, width=120}, 
        {'btn', id='حفظ احداثيات', window=wndBookmarks, width=250}, 
        {'lbl', text='                    '}, 
        {'btn', id='setpos', text='خريطة', window=wndSetPos, width=40}, 
        {'btn', id='setinterior', text='أماكن', window=wndSetInterior, width=40}, 
        {'chk', id='حقيبة نفاثة', onclick=toggleJetPack}, 
        {'chk', id='falloff', text='السقوط من الدراجة', onclick=toggleFallOffBike}, 
        {'chk', id='lightson', text='تشغيل النور', onclick=forceLightsOn}, 
        {'chk', id='lightsoff', text='إطفاء النور', onclick=forceLightsOff}, 
        {'lbl',id = "16", text='==========================================='}, 
        {'btn', id='سيارات', window=wndCreateVehicle, width=250}, 
        {'btn', id='الهاك', window=wndcheats, width=250}, 
        {'btn', id='إصلآح', onclick=repairVehicle, width=80}, 
        {'btn', id='إنقلآب', onclick=flipVehicle, width=80}, 
        {'btn', id='ألوان', onclick=openColorPicker, width=80}, 
        {'btn', id='تَعديلآت', window=wndUpgrades, width=80}, 
        {'lbl',id = "16", text='==========================================='}, 
        {'lbl', text='       ▃▅▆二【 سيرفر كنق الطاره 】二▆▅▃            '}, 
    }, 
    oncreate = mainWndShow, 
    onclose = mainWndClose 
} 

Link to comment
wndMain = { 
    'wnd', 
    text = '                           ', 
    x = 10, 
    y = 60, 
    width = 270, 
    controls = { 
        {'lbl',id = "w2", text='Freeroam By : Ka[b]cHa'}, 
        {'btn', id='انتحار', onclick=killLocalPlayer, width=120}, 
        {'btn', id='تعليمات السيرفر', window=wndHnon, width=120},-- ذون نقلتهم من تحت الى فوق و بالتالي يتغير مكانهم 
        {'btn', id='قوانين السيرفر', window=wndHnons, width=120},-- ذون نقلتهم من تحت الى فوق و بالتالي يتغير مكانهم 
        {'btn', id='إدارة السـيـرفر', window=wndMgrm, width=250},-- ذون نقلتهم من تحت الى فوق و بالتالي يتغير مكانهم 
        {'btn', id='شخصية', window=wndSkin, width=120}, 
        {'br'}, 
        {'btn', id='حركات', window=wndAnim, width=120}, 
        {'btn', id='الأدوات', window=wndWeapon, width=120}, 
        {'br'}, 
        {'btn', id='الملابس', window=wndClothes, width=120}, 
        {'btn', id='playergrav', text='جاذبية', window=wndGravity, width=120}, 
        {'br'}, 
        {'btn', id='إنتقال', window=wndWarp, width=120}, 
        {'btn', id='الحالة', window=wndStats, width=120}, 
        {'btn', id='حفظ احداثيات', window=wndBookmarks, width=250}, 
        {'lbl', text='                    '}, 
        {'btn', id='setpos', text='خريطة', window=wndSetPos, width=40}, 
        {'btn', id='setinterior', text='أماكن', window=wndSetInterior, width=40}, 
        {'chk', id='حقيبة نفاثة', onclick=toggleJetPack}, 
        {'chk', id='falloff', text='السقوط من الدراجة', onclick=toggleFallOffBike}, 
        {'chk', id='lightson', text='تشغيل النور', onclick=forceLightsOn}, 
        {'chk', id='lightsoff', text='إطفاء النور', onclick=forceLightsOff}, 
        {'lbl',id = "16", text='==========================================='}, 
        {'btn', id='سيارات', window=wndCreateVehicle, width=250}, 
        {'btn', id='الهاك', window=wndcheats, width=250}, 
        {'btn', id='إصلآح', onclick=repairVehicle, width=80}, 
        {'btn', id='إنقلآب', onclick=flipVehicle, width=80}, 
        {'btn', id='ألوان', onclick=openColorPicker, width=80}, 
        {'btn', id='تَعديلآت', window=wndUpgrades, width=80}, 
        {'lbl',id = "16", text='==========================================='}, 
        {'lbl', text='       ▃▅▆二【 سيرفر كنق الطاره 】二▆▅▃            '}, 
    }, 
    oncreate = mainWndShow, 
    onclose = mainWndClose 
} 

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