Jump to content

فري روم


Sfa7

Recommended Posts

Posted

سلام عليكم شباب انا ماني عارف كيف احرك ازرار الفري روم صعب مره كيف اغير احداثيات الازرار بل فري روم ؟؟

Posted

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

مثلا

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}, 

و بكذا تتغير

Posted

طيب ورني مثال علي زر مثلا كان في الوسط وانت حركته وخليته فوق شوي يعني غيرت مكانه :oops:

Posted

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

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 
} 

Posted

الحين قدامي تقريبا 4 ازرار مادري انت اي واحد حركة ووش سويت ياليت تحطلي كلمة او اي شي عشان اعرف وش غيرت بل كود

Posted
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 
} 

Posted

معليش ياخوي بس هي بل اساس 120 كيف عدلت عليها وخليتها 120 ؟ موفاهم للحين الي مسوي الفري روم نوب مسويه بطريقه معقده جدا

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

120 = غير فيه ذذ

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

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

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

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

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