|Mr|-Talal07-| Posted August 11, 2012 Share Posted August 11, 2012 السلام عليكم ورحمه الله و بركاته انا يا شباب عدلت فري روم لكن وش اكود الي اكتبها عشان اركب صوره وراء الفري روم في كل سيرفر موجوده انا عارف اني اكتب الكود في fr_client بس وش اكتب الرد يا شباب Link to comment
|Mr|-Talal07-| Posted August 11, 2012 Author Share Posted August 11, 2012 يب اذا تقدر Link to comment
Tete omar Posted August 12, 2012 Share Posted August 12, 2012 عايدي جداً تمسح النافذة حقت F1 وتحط بدالها الصورة الي تبيها بالحجم الي تبيه Link to comment
|Mr|-Talal07-| Posted August 12, 2012 Author Share Posted August 12, 2012 wndMain = { 'wnd', text = 'FR GUI', x = 10, y = 150, width = 280, controls = { {'lbl', text='Local player'}, {'br'}, {'btn', id='kill', onclick=killLocalPlayer}, {'btn', id='skin', window=wndSkin}, {'btn', id='anim', window=wndAnim}, {'btn', id='weapon', window=wndWeapon}, {'btn', id='clothes', window=wndClothes}, {'btn', id='playergrav', text='grav', window=wndGravity}, {'btn', id='warp', window=wndWarp}, {'btn', id='stats', window=wndStats}, {'btn', id='bookmarks', window=wndBookmarks}, {'br'}, {'chk', id='jetpack', onclick=toggleJetPack}, {'chk', id='falloff', text='fall off bike', onclick=toggleFallOffBike}, {'br'}, {'lbl', text='Pos:'}, {'lbl', id='xpos', text='x', width=45}, {'lbl', id='ypos', text='y', width=45}, {'lbl', id='zpos', text='z', width=45}, {'btn', id='setpos', text='map', window=wndSetPos}, {'btn', id='setinterior', text='int', window=wndSetInterior}, {'br'}, {'br'}, {'lbl', text='Vehicles'}, {'br'}, {'lbl', text='Current:'}, {'lbl', id='curvehicle'}, {'br'}, {'btn', id='createvehicle', window=wndCreateVehicle, text='create'}, {'btn', id='repair', onclick=repairVehicle}, {'btn', id='flip', onclick=flipVehicle}, {'btn', id='upgrades', window=wndUpgrades}, {'btn', id='color', onclick=openColorPicker}, {'btn', id='paintjob', window=wndPaintjob}, {'br'}, {'chk', id='lightson', text='Lights on', onclick=forceLightsOn}, {'chk', id='lightsoff', text='Lights off', onclick=forceLightsOff}, {'br'}, {'br'}, {'lbl', text='Environment'}, {'br'}, {'btn', id='time', window=wndTime}, {'chk', id='freezetime', text='freeze', onclick=toggleFreezeTime}, {'btn', id='weather', window=wndWeather}, {'btn', id='speed', window=wndGameSpeed} }, oncreate = mainWndShow, onclose = mainWndClose } الحين انا وش اعدل ابي اعرف وش اعدل على ذا اظن احتمال اعدل الكلمه الي هي 'wnd' صح ولا لا Link to comment
TAPL Posted August 12, 2012 Share Posted August 12, 2012 gui.lua أفتح الملف أبحث عن guiCreateWindow و أستبدلها بـ guiCreateStaticImage إلى أسم الصورة و مكانها wnd.text و غير 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