3NeD Posted June 8, 2013 Share Posted June 8, 2013 آلسلآم عليكم شبآب آنآ مسوي Edit and label and button بنافذه طبعا ابي اكتب يوزر اشوف كم مدة تواجده بالسيرفر او اونلاين تايم عندي هذآ كود آلنآفذه وآلزر وكذآ wnd = guiCreateWindow(274,162,435,261,"Online Time",false) Label = guiCreateLabel(240,91,144,27,"",false,wnd) Edit = guiCreateEdit(63,92,156,24,"",false,wnd) Button = guiCreateButton(164,132,112,46,"Show Online Time",false,wnd) guiSetVisible (wnd, true) function OpenWin() if guiGetVisible ( wnd ) then guiSetVisible ( wnd, true end ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( wnd, true ) showCursor(true) guiSetInputEnabled(true) end end bindKey("F10", "down", OpenWin) هنا زر اللوحة وعندي هآلكود وحآس آنه غلط function onPlayerQuit ( ) local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) and not isGuestAccount ( playeraccount ) then local sValue = getElementData( source,'Online Time' ) setAccountData ( playeraccount, "Online Time", tostring(sValue) ) end t[ source ] = nil end function onPlayerLogin (_, playeraccount ) if ( playeraccount ) then local time = getAccountData ( playeraccount, "Online Time" ) if ( time ) then setElementData ( source, "Online Time", time ) else setElementData ( source, "Online Time",0 ) setAccountData ( playeraccount, "Online Time",0 ) end end end addEventHandler ( "onPlayerQuit", root, onPlayerQuit ) addEventHandler ( "onPlayerLogin", root, onPlayerLogin ) Link to comment
R50_ Posted June 8, 2013 Share Posted June 8, 2013 (edited) ما اشوف النافذه تحتاج زر يا عنيد Edited June 8, 2013 by Guest Link to comment
3NeD Posted June 8, 2013 Author Share Posted June 8, 2013 جرب الاول حبيياستخدم هذه الاكواد addEventHandler 'onClientGUIClick' guiGetText triggerServerEvent getAccount logIn addAccount ما فهمت , معليش آخوي ممكن تحطها كـ كود كآمل وللمعلوميه آلليبل فقط يطلع فيه الوقت بدون اي اضافات الاسامي الليبل = Label الويندو = wnd البوتن = Button الادت = Edit Link to comment
R50_ Posted June 8, 2013 Share Posted June 8, 2013 مقدلد نيك عنادجرب الاول حبيي استخدم هذه الاكواد addEventHandler 'onClientGUIClick' guiGetText triggerServerEvent getAccount logIn addAccount الحين هو سألك عن كود ما سألك عن نكه وفيه فرق بين عناد وعنيد وانت مو عناد عشان تجي تتكلم تقول مقلد عناد ----------------- ما اشوف النافذه تحتاج كود يا عنيد ومن انت المتحدث الرسمي عنه ؟؟ يب انا المتحدث الرسمي Link to comment
فاّرس Posted June 9, 2013 Share Posted June 9, 2013 كودك ماله معنى... شوف هالموضوع يفيدك... viewtopic.php?f=160&t=60463&start=15 + 9 سطر, كلنت إند زايده, Link to comment
iPrestege Posted June 9, 2013 Share Posted June 9, 2013 تستخدم سكربت التايم اللي انتشر حق SolidSnake14 > Kenix > Yazuka ؟ Link to comment
3NeD Posted June 17, 2013 Author Share Posted June 17, 2013 يب ي برستيج + دام الكود غلط الاخير طيب ي عيآل آبي كود تكتب آسم يوز بآلفراغ يطلع وقت تواجده بالليبل Link to comment
iMr.3a[Z]eF Posted June 17, 2013 Share Posted June 17, 2013 ^^^^^^^^^^^ مـَ فهمتكك, وش اليوز؟ Link to comment
yazan Posted June 17, 2013 Share Posted June 17, 2013 يا اخوي كل ذا طلب صعب يقلك يبي لوحه فيها ايدت يكتب اسم يلي يبيه يطلع في ليبل كم الوقت حقه ما يبلها ترجمه Link to comment
PaiN^ Posted June 17, 2013 Share Posted June 17, 2013 -- functions : guiCreateEdit guiCreateLabel guiGetText getPlayerFromName getElementData -- PlayTime guiSetText -- Events : "onClientGUIChanged" Link to comment
فاّرس Posted June 17, 2013 Share Posted June 17, 2013 اعتقد والله اعلم , انه يقدر يسوي , getRealTime + onClientRender Link to comment
PaiN^ Posted June 17, 2013 Share Posted June 17, 2013 هو قصده مود الوقت اللي في السيرفر التواجد يعني Link to comment
iPrestege Posted June 17, 2013 Share Posted June 17, 2013 اعتقد والله اعلم , انه يقدر يسوي ,getRealTime + onClientRender لول ذا يجيب الوقت الاصلي .. هو يبي وقت الـ السكربت حق سوليد .. Link to comment
فاّرس Posted June 17, 2013 Share Posted June 17, 2013 ^ تقصد انه يبيه يجيب وقت تواجده , مثل الي بالتاب بس يخليه لبل ؟ عجييب امرهم , اول تعلم البسيط وبعدين تعلم الاصعب... Link to comment
yazan Posted June 17, 2013 Share Posted June 17, 2013 هههههههههههههههه وش الفرق يا ذا بست ؟؟ Link to comment
iMr.3a[Z]eF Posted June 17, 2013 Share Posted June 17, 2013 والله ودي أقول لك عندك طريقتين أولاً: تدور ع مود التواجد بالتاب وتنسخ الاكواد اللي تبيها وتركبها بالمود حقك ثانياً: تسأل سوليد في رسالة خاصة تقول له بالأنجليزي طبعاً ركب لي مود التواجد للمود حقي "وأعطه المود اللي سويته" هذي أسهل طريقة Link to comment
3NeD Posted June 18, 2013 Author Share Posted June 18, 2013 زي مآ قآل ذا بست بالضبببببط آكتب آسم يوزر ويطلع بآلليبل وقت توآجده آو آلـ online time Link to comment
iPrestege Posted June 18, 2013 Share Posted June 18, 2013 -- functions : guiCreateEdit guiCreateLabel guiGetText getPlayerFromName getElementData -- PlayTime guiSetText -- Events : "onClientGUIChanged" Link to comment
3NeD Posted June 18, 2013 Author Share Posted June 18, 2013 ^ طيب بآسآلك آنآ آبيهآ ع آليوزر مو آللآعب فهمت Link to comment
yazan Posted June 18, 2013 Share Posted June 18, 2013 getAccountPlayer + getPlayerFromName ما له داعي + حقت برستيج Link to comment
AHMAD1234 Posted June 18, 2013 Share Posted June 18, 2013 local accountname = getAccountName (getPlayerAccount(source)) ض1 Link to comment
iPrestege Posted June 18, 2013 Share Posted June 18, 2013 ع اليوزر بتجيب اخر وقت انحفظ بة حسابة .. 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