Sfa7 Posted March 27, 2014 Share Posted March 27, 2014 سلام عليكم شباب انا ماني عارف كيف احرك ازرار الفري روم صعب مره كيف اغير احداثيات الازرار بل فري روم ؟؟ Link to comment
Ka[B]cHa Posted March 27, 2014 Share Posted March 27, 2014 مب تقدر تغير احدثياتها بس تقدر تغير موقعها مثلا 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
Sfa7 Posted March 27, 2014 Author Share Posted March 27, 2014 وين تحط احداثيات المكان الجديد؟ Link to comment
Ka[B]cHa Posted March 27, 2014 Share Posted March 27, 2014 فري روم مافيه احدثيات ذذ يغير الاحدثيات {'br'}, Link to comment
Sfa7 Posted March 27, 2014 Author Share Posted March 27, 2014 طيب ورني مثال علي زر مثلا كان في الوسط وانت حركته وخليته فوق شوي يعني غيرت مكانه Link to comment
Ka[B]cHa Posted March 27, 2014 Share Posted March 27, 2014 تقدر تغير مثل ذذ 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
Sfa7 Posted March 27, 2014 Author Share Posted March 27, 2014 الحين قدامي تقريبا 4 ازرار مادري انت اي واحد حركة ووش سويت ياليت تحطلي كلمة او اي شي عشان اعرف وش غيرت بل كود Link to comment
Ka[B]cHa Posted March 27, 2014 Share Posted March 27, 2014 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
Sfa7 Posted March 27, 2014 Author Share Posted March 27, 2014 معليش ياخوي بس هي بل اساس 120 كيف عدلت عليها وخليتها 120 ؟ موفاهم للحين الي مسوي الفري روم نوب مسويه بطريقه معقده جدا Link to comment
Ka[B]cHa Posted March 29, 2014 Share Posted March 29, 2014 الحين مو فارقه 200 ولا 120 في الفري روم تغير السطر بس و بتتغير معك Link to comment
فاّرس Posted March 29, 2014 Share Posted March 29, 2014 {"lbl"; id = "Name", text = "lbl name", width = 120}, 120 = غير فيه ذذ ^ هذا الارتفاع ذذ واذا تبي تعدله يمين ولا يسار , {"lbl"; id = "Name", text = "lbl name", width = 120,x = 50}, 50 = عدل فيه كل ما يزيد يروح يمين ذذ Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now