MR:SADIQ Posted May 17, 2013 Share Posted May 17, 2013 ابي اسوي بلب على الخريطة يظهر لتيم مخصص وشكراً Link to comment
iPrestege Posted May 17, 2013 Share Posted May 17, 2013 -- # Server Side addEventHandler -- استخدم الحدث اللي تبية setElementVisibleTo getPlayerTeam getTeamName Link to comment
MR:SADIQ Posted May 17, 2013 Author Share Posted May 17, 2013 addEventHandler( "createBlip", rootElement, oncreateBlipHandler ) s1 = createBlip ( 249,-1884,1 , 9 ) setElementVisibleTo ( element Blip, element getPlayerTeam, bool visible ) string getTeamName ( team theTeam ) Link to comment
3NAD Posted May 17, 2013 Share Posted May 17, 2013 addEventHandler( "createBlip", rootElement, oncreateBlipHandler ) s1 = createBlip ( 249,-1884,1 , 9 ) setElementVisibleTo ( element Blip, element getPlayerTeam, bool visible ) string getTeamName ( team theTeam ) لقد خدعتكم و كآني أطلب الكود جاهزاً Link to comment
iPrestege Posted May 17, 2013 Share Posted May 17, 2013 استخدم : setTimer "onResourceStart" -- Event Handler ! تتحقق كل شوي من التيم ذذ Link to comment
MR:SADIQ Posted May 17, 2013 Author Share Posted May 17, 2013 function createBlip ( s1 ) setElementVisibleTo ( PlayerTeam, getRootElement ( ), false ) local playerTeam = getPlayerTeam ( nameTeam ) s1 = createBlip ( 249,-1884,1 , 9 ) Link to comment
فاّرس Posted May 17, 2013 Share Posted May 17, 2013 لقد خدعتكم وكأنني لم انسخ من الويكي وانا نسخت تخخخرييف ... حشششيششش تايم Link to comment
iPrestege Posted May 17, 2013 Share Posted May 17, 2013 ام المهزلة اللي صايرهـ بالموضوع ؟ Link to comment
MR:SADIQ Posted May 17, 2013 Author Share Posted May 17, 2013 بسم الله الرحمان الرحيم {يَا أَيُّهَا الَّذِينَ آمَنُوا اجْتَنِبُوا كَثِيرًا مِّنَ الظَّنِّ إِنَّ بَعْضَ الظَّنِّ إِثْمٌ }الحجرات: 12 Link to comment
iPrestege Posted May 17, 2013 Share Posted May 17, 2013 -- # Server Side ! Complete The Arguments And Functions . aBlip = createBlip ( ... ) setElementVisibleTo ( ... ) addEventHandler("onResourceStart",resourceRoot, function ( ) setTimer ( function ( ) -- كمل الباقي # end,500,0 ) end ) كمل الوظائف الباقية اعتقد عطيتكـ نسبة 55 % من السكربت Link to comment
فاّرس Posted May 17, 2013 Share Posted May 17, 2013 مدري وش دخل الآيه + الكود جاك طازه ناقصك سطر واحد + احمد ربك تتحطم عشان تصير الافضل لو سلكنا لك ما راح تستفيد شيء Link to comment
3ssol Posted May 17, 2013 Share Posted May 17, 2013 addEventHandler("onResourceStart",resourceRoot, function ( ) setTimer ( function ( ) -- كمل الباقي # end,500,0 ) end ) اخوي برستيج ممكن تشرحلي كيف سويت تايمر داخل الفنكشن يعني كذاا function () setTimer ( function () -- your cod end,333,0 end) Link to comment
iPrestege Posted May 17, 2013 Share Posted May 17, 2013 فنكشن مخفي واضح مافية شيء ينشرح عشانة ؟؟ اعذرني ذذ حاول تشوفة زين و تشوف كيف صار لانة مافية شرح لة ؟ Link to comment
3ssol Posted May 17, 2013 Share Posted May 17, 2013 طيب اخوي يعني اذا ابي اسوي شي مثلا تي وكذا ابي المود يتحقق منه كل 5 ثواني اسويله تايمر صح؟ زي طريقتك ؟ بس الي عقدني فنكشن داخل فنكشن ض1 Link to comment
iPrestege Posted May 17, 2013 Share Posted May 17, 2013 اي تقدر بطريقتي تايمر متكرر كل نص ثانية ذذ Link to comment
MR:SADIQ Posted May 17, 2013 Author Share Posted May 17, 2013 انتم تحطمو معنوياتي كل مره احطه غلط تقولو ان قصدي ابي الكود جاهز + انا ماعرف انج كلش بعض الاوقات استخدم جوجل ترجمة Link to comment
iPrestege Posted May 17, 2013 Share Posted May 17, 2013 -- # Server Side With a Timer To Check Every half of the second . aBlip = createBlip ( x,y,z,id ) setElementVisibleTo ( aBlip,root,false ) addEventHandler("onResourceStart",resourceRoot, function ( ) setTimer ( function ( ) for i,player in next, getElementsByType ( "player" ) do if ( getPlayerTeam ( player ) == getTeamFromName ( "TeamName" ) ) then setElementVisibleTo ( aBlip,player,true ) else setElementVisibleTo ( aBlip,player,false ) end end end,500,0 ) end ) Link to comment
فاّرس Posted May 17, 2013 Share Posted May 17, 2013 ما نحطمك ولا شيء بس انت تنسخ من الويكي ؟ + مثل ما قال عناد ما تعرف انجليزي انسى البرمجه + 3ssol @ اتوقع تضبط كذا setTimer(function() -- Your code end,1000,0) اعتقد ما راح يكون في مشاكل Link to comment
MR:SADIQ Posted May 17, 2013 Author Share Posted May 17, 2013 -- # Server Side With a Timer To Check Every half of the second . aBlip = createBlip ( x,y,z,id ) setElementVisibleTo ( aBlip,root,false ) addEventHandler("onResourceStart",resourceRoot, function ( ) setTimer ( function ( ) for i,player in next, getElementsByType ( "player" ) do if ( getPlayerTeam ( player ) == getTeamFromName ( "TeamName" ) ) then setElementVisibleTo ( aBlip,player,true ) else setElementVisibleTo ( aBlip,player,false ) end end end,500,0 ) end ) شكراً ,,, Link to comment
MR:SADIQ Posted May 17, 2013 Author Share Posted May 17, 2013 لا لا اعرف انجليزي بس مو لهديك الدرجة Link to comment
iPrestege Posted May 17, 2013 Share Posted May 17, 2013 -- # Server Side With a Timer To Check Every half of the second . aBlip = createBlip ( x,y,z,id ) setElementVisibleTo ( aBlip,root,false ) addEventHandler("onResourceStart",resourceRoot, function ( ) setTimer ( function ( ) for i,player in next, getElementsByType ( "player" ) do if ( getPlayerTeam ( player ) == getTeamFromName ( "TeamName" ) ) then setElementVisibleTo ( aBlip,player,true ) else setElementVisibleTo ( aBlip,player,false ) end end end,500,0 ) 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