#STZ Posted February 14, 2017 Share Posted February 14, 2017 السلام عليكم و رحمة الله و بركاته ابي تصحيح لهذا الكود انا مسوي اذا دخل ماركر المهمة يحط له داتا الانتظار و يعطيه فريز واذا بدات المهمة يشيل داتا الانتظار و يشيل فريزه addEventHandler("onResourceStart", resourceRoot, function() outputChatBox ("تم فتح باب المهمة", getRootElement(), 255, 255, 255, true ) if getElementData ( source, "Wait", true ) then setElementFrozen ( source, true ) addEventHandler("onResourceStart", resourceRoot, MissionTimer = setTimer(function() outputChatBox ("تم بدا المهمة واغلاق الباب", getRootElement(), 255, 255, 255, true ) if getElementData ( source, "Wait", true ) then setElementData ( source, "Wait", false ) setElementFrozen ( source, false ) setTimer(checkForWinner, 1000, 1, true) end, 5*60*1000, 1) end end end end ) Link to comment
#BrosS Posted February 14, 2017 Share Posted February 14, 2017 حاول تعرف السورس لأني جوال الأكود تظهر شخبط لخابيط ، بسبب نويعية جوالي الرفيعة ذذ والله يهديك انت مسوي onResourceStart حدث لمس الماركر onMarkerHit ._. Link to comment
a7zan Posted February 14, 2017 Share Posted February 14, 2017 كيف تعطي المود الي اشتغل فريز؟ Source The source of this event is the root element in the resource that started. 2 Link to comment
#STZ Posted February 15, 2017 Author Share Posted February 15, 2017 طيب كيف اعرف اللاعب يعني اذا كان مثلا بلاير كيف اعرفه Link to comment
^iiEcoo'x_) Posted February 15, 2017 Share Posted February 15, 2017 -- Loop -- getPlayerTable ! "Useful Function " 1 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