likemike12 Posted June 12, 2016 Share Posted June 12, 2016 السلام عليكم ورحمة الله وبركاته يا اخوان محتاج مساعده بصنع توقيت الي كل 10 دقائق ازا كتبت انتقال ينتقل للمكان ازا قبل ما يخلصو ال10 دقائق ما ينتقل يعني زي مسابقه كل 10 دقائق تبداء مثل الديربي كيف اسوي هالشي ؟ Link to comment
Mr.R Posted June 12, 2016 Share Posted June 12, 2016 تسويه بهذا الفنكشن setTimer أطرح محاولتك , وانشاء الله بساعدك Link to comment
Me[Z]oO Posted June 12, 2016 Share Posted June 12, 2016 addCommandHandler("warp", function(plr) outputChatBox("يرجي الانتظار 10 دقائق للانتقال",p,255,0,0) setTimer(function() setElementPosition( p , X,Y,Z ) outputChatBox("تم الانتقال", p, 0,255,0) end,10*60000,1) end) Link to comment
Abdul KariM Posted June 12, 2016 Share Posted June 12, 2016 (edited) addCommandHandler("warp", function(plr) outputChatBox("يرجي الانتظار 10 دقائق للانتقال",p,255,0,0) setTimer(function() setElementPosition( p , X,Y,Z ) outputChatBox("تم الانتقال", p, 0,255,0) end,10*60000,1) end) local Table = { } addCommandHandler("warp", function ( plr ) if Table [ plr ] and isTimer ( Table [ plr ] ) then return outputChatBox("يرجي الانتظار 10 دقائق للانتقال",plr ,255,0,0) end Table [ plr ] = setTimer( function ( ) setElementPosition( plr , x ,y ,z ) outputChatBox ("تم الانتقال", plr , 0,255,0) end,10*60000,1) end ) Edited June 12, 2016 by Guest Link to comment
iMr.WiFi..! Posted June 12, 2016 Share Posted June 12, 2016 في خطأ اتوقع ال P ماهي معرفة Link to comment
Abdul KariM Posted June 12, 2016 Share Posted June 12, 2016 يعطيك العافية , انا نسخت رد مازن وعدلته , مانتبهت , شكرا Link to comment
Master_MTA Posted June 12, 2016 Share Posted June 12, 2016 اخوي انا اتوقع انك المفروض تضيف END ثانيه في السطر 12 لتهي الفانكشن زي ما تقولو ولكن اللي اعرفه ان اسمه فاكشون مو مهم هذي كانت مشاركتي وسامحني اذا تعديت حدودي وزعلت ولا شي اخهوي اتمنى تستمتع Link to comment
Master_MTA Posted June 12, 2016 Share Posted June 12, 2016 اوه اعتذر ما شفت ان الفاكشون الثاني كان تايمر اسف الكود صحيح 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