Mostafa MohammeD Posted August 1, 2016 Share Posted August 1, 2016 شباب ابي الفنكشن يلي يجيب وقت اللاعب + ابي مثال عليه Link to comment
Bassam*Syria Posted August 1, 2016 Share Posted August 1, 2016 (edited) getRealTime() Edited August 1, 2016 by Guest Link to comment
Mostafa MohammeD Posted August 2, 2016 Author Share Posted August 2, 2016 -___________________- اقول فنكشن يجيب وقت اللاعب مب اللعبه Link to comment
N3xT Posted August 2, 2016 Share Posted August 2, 2016 -___________________- اقول فنكشن يجيب وقت اللاعب مب اللعبه ServerSide = يجب وقت الخادم ClientSide = يجيب وقت اللاعب getTime = يجيب وقت اللعبة Link to comment
Mostafa MohammeD Posted August 2, 2016 Author Share Posted August 2, 2016 -___________________- اقول فنكشن يجيب وقت اللاعب مب اللعبه ServerSide = يجب وقت الخادم ClientSide = يجيب وقت اللاعب getTime = يجيب وقت اللعبة اسف ما كنت اعرف ممكن مثال طيب ؟ Link to comment
فاّرس Posted August 2, 2016 Share Posted August 2, 2016 ^ مثال الويكي واضح جداً استخدمه وشوف؟ Link to comment
Mostafa MohammeD Posted August 2, 2016 Author Share Posted August 2, 2016 شبااب ما اعتقد انكو فاهمني ابي الفنكشن يلي يجيب وقت اللاعب في اللعبه مشان لوحه الترقيات Link to comment
!#NssoR_) Posted August 2, 2016 Share Posted August 2, 2016 getElementData -- تجيب وقت اللاعب كامل الساعات مع الدقائق مع الثواني gettok -- عشان تحدد وش تبي بالضبط تبي الساعات او الدقايق وللاخر. getPlayerMoney -- يتحقق من الفلوس takePlayerMoney -- سحب الفلوس isObjectInACLGroup -- يتحقق اذا معه رتبه او لا aclGroupAddObject -- اعطاء الرتبة Link to comment
Mostafa MohammeD Posted August 2, 2016 Author Share Posted August 2, 2016 getElementData -- تجيب وقت اللاعب كامل الساعات مع الدقائق مع الثواني gettok -- عشان تحدد وش تبي بالضبط تبي الساعات او الدقايق وللاخر. getPlayerMoney -- يتحقق من الفلوس takePlayerMoney -- سحب الفلوس isObjectInACLGroup -- يتحقق اذا معه رتبه او لا aclGroupAddObject -- اعطاء الرتبة مشكور ممكن مثال علي الداتا والفنكشن الي تحتيه Link to comment
N3xT Posted August 2, 2016 Share Posted August 2, 2016 ذا مثال سويته لك Client function getTime( ) local time = getRealTime( ) local h, m = time.hour, time.minute return (h % 12 and h % 12 or 12)..":"..(m < 10 and "0"..m or m).." "..(h >= 12 and "PM" or "AM") end addCommandHandler("mytime", function () outputChatBox ( getTime() ) end) Link to comment
Mostafa MohammeD Posted August 2, 2016 Author Share Posted August 2, 2016 ذا مثال سويته لك Client function getTime( ) local time = getRealTime( ) local h, m = time.hour, time.minute return (h % 12 and h % 12 or 12)..":"..(m < 10 and "0"..m or m).." "..(h >= 12 and "PM" or "AM") end addCommandHandler("mytime", function () outputChatBox ( getTime() ) end) انت مب فاهمني انا ابي مثال علي الداتا يلي تجيب وقت اللاعب يلي هو عدد ساعات التواجد مب الوقت الحققيقي Link to comment
فاّرس Posted August 3, 2016 Share Posted August 3, 2016 NssoR شوف رد الأخ Play Time استخدم الداتا عشان تجيب وقت اللاعب عشان تفصل الشي اللي تبي تجيبه مثلاً تبي الساعات بس gettok وتستخدم ^ اذا ماكنت تحتاج هالشي بس استخدم الداتا Link to comment
Mostafa MohammeD Posted August 4, 2016 Author Share Posted August 4, 2016 طب معلش شرح لي الفنكشن gettok ومثال عليه لو سمحتم Link to comment
#kAsR Posted August 4, 2016 Share Posted August 4, 2016 gettok string gettok ( string text, int tokenNumber, string / int separatingCharacter ) اول ارقمنت التكست ثاني ارقمنت الرقم الي تبيه يطلعه من السترنق الفاصل الي بين الأرقام في السترنق بس ( تحتاج رقم ال ASCII حقها ) عندك سترنق فيه ارقام وبينهم فواصل مثلاً local vehicles = "411-412-413-414-415" وتبي تجيب منه الرقم الثالث في السترنق local thirdNumber = gettock(vehicles,3,string.byte("-")) -- thirdNumber = 413 الفنكشن الثاني والثالث حق مدى رسم الماب Link to comment
^iiEcoo'x_) Posted August 4, 2016 Share Posted August 4, 2016 شبابابي كود عد تنازلي مب مستاهل انزل موضوع جديد ! Link to comment
#kAsR Posted August 4, 2016 Share Posted August 4, 2016 Count = 6 t = setTimer ( function ( ) Count = Count -1 outputChatBox ( tostring ( Count ) ) end,1000,Count) ^ Link to comment
^iiEcoo'x_) Posted August 4, 2016 Share Posted August 4, 2016 انا ابي اربطه مع ذا sMission = setTimer(function() moveObject(1Door, 3500, x, y, z) moveObject(2Door, 3500, x, y, z) exports["guimessages"]:outputServer("N/A", root, 0, 150, 255) setTimer(checkWinner, 1000, 1, true) end, 10*60*1000, 1) end) Link to comment
#kAsR Posted August 4, 2016 Share Posted August 4, 2016 ^ اصلن الكود ذا خطا , اند و قوس زايد Link to comment
^iiEcoo'x_) Posted August 4, 2016 Share Posted August 4, 2016 ذا كامل addEventHandler("onResourceStart", resourceRoot, function() exports["guimessages"]:outputServer("N/A", root, 50, 30, 255) sMission = setTimer(function() moveObject(1Door, 3500, x, y, z) moveObject(2Door, 3500, x, y, z) exports["guimessages"]:outputServer("N/A", root, 0, 150, 255) setTimer(checkWinner, 1000, 1, true) end, 10*60*1000, 1) end) Link to comment
[DONE]* Posted August 4, 2016 Share Posted August 4, 2016 ^ addEventHandler("onResourceStart", resourceRoot, function() count = 6 exports["guimessages"]:outputServer("N/A", root, 50, 30, 255) sMission = setTimer(function() moveObject(1Door, 3500, x, y, z) moveObject(2Door, 3500, x, y, z) exports["guimessages"]:outputServer("N/A", root, 0, 150, 255) setTimer(checkWinner, 1000, 1, true) setTimer (function() count = count - 1 outputChatBox (tostring(count)) end,1000,count) end, 10*60*1000, 1) end) Link to comment
^iiEcoo'x_) Posted August 4, 2016 Share Posted August 4, 2016 ^ addEventHandler("onResourceStart", resourceRoot, function() count = 6 exports["guimessages"]:outputServer("N/A", root, 50, 30, 255) sMission = setTimer(function() moveObject(1Door, 3500, x, y, z) moveObject(2Door, 3500, x, y, z) exports["guimessages"]:outputServer("N/A", root, 0, 150, 255) setTimer(checkWinner, 1000, 1, true) setTimer (function() count = count - 1 outputChatBox (tostring(count)) end,1000,count) end, 10*60*1000, 1) end) تسلم بس انت رح تحط العد التنازلي بعد بدء المهمة ! هو كذا مع كلام ! addEventHandler("onResourceStart", resourceRoot, function() exports["guimessages"]:outputServer("*[sniper Mission] Sniper Mission Started Go To Enter Mission", root, 50, 30, 255) standByMission = setTimer(function() destroyElement(marker) destroyElement(marker2) exports["guimessages"]:outputServer("*[sniper Mission] Sniper Mission Started ", root, 0, 150, 255) setTimer(checkForWinner, 1000, 1, true) end, 10*60*1000, 1) end) 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