^#Dream Posted June 25, 2014 Share Posted June 25, 2014 آلسسلام عليكم طلبي هو : كود الساعات يكون يحفظ الوقت بس لو سويت Logout ترجع 0 + اذا طلعت من السيرفر وخشيت ودخلت حسابك يحفظ الوقت - طلب كود توزيع الساعات بـ كلمهه غير حق طلال ! Link to comment
Max+ Posted June 25, 2014 Share Posted June 25, 2014 Events , onPlayerLogout , onPlayerLogin setElementData getElementData Link to comment
TAPL Posted June 26, 2014 Share Posted June 26, 2014 موضوعك غير مفهوم اطرح كودك و اشرح بشكل واضح بحيث نفهم ايش المشكلة و ارفق مع ردك اي خطأ في الدي بق و ترا ما عندنا اي فكرة عن كود طلال الي تتكلم عنه حنا ما نقرأ الي براسك Link to comment
^#Dream Posted June 26, 2014 Author Share Posted June 26, 2014 هذا كود طلال addCommandHandler("giveTime", function (player,cmd,PlayerName,Time) if PlayerName and Time then local thePlayer = getPlayerFromName(PlayerName) if isElement(thePlayer) then if tonumber(Time) then t[thePlayer]["hour"] = tonumber(Time) outputChatBox("* DONE",player,0,255,0) else outputChatBox("* Error In TIME",player,255,0,0) end else outputChatBox("* Player Not Found",player,255,0,0) end else outputChatBox("* givetime ",player,255,0,0) end end ) بعدين انا ماسويت كود انا طلب اكواد Link to comment
TAPL Posted June 26, 2014 Share Posted June 26, 2014 قصدك انت ما عندك اي كود غير كود طلال الي طرحته بردك؟ Link to comment
TAPL Posted June 26, 2014 Share Posted June 26, 2014 فنكشات راح تحتاجها على حسب الطريقة الي بتبرمج فيها المود و ممكن تحفظ الوقت بأكثر من طريقة getTickCount setTimer isTimer killTimer setElementData getElementData getPlayerAccount isGuestAccount setAccountData getAccountData dbConnect dbExec dbQuery dbPoll executeSQLQuery SQL موقع مفيد لـ شرح فنكشات الـ http://www.w3schools.com/sql احداث راح تحتاجها كلها تقريباً 'onResourceStart' 'onPlayerJoin' 'onPlayerQuit' 'onPlayerLogin' 'onPlayerLogout' 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