aboodehoms2014 Posted June 24, 2017 Share Posted June 24, 2017 السلام عليكم عندي مشكلة بسيطة انا سويت كول لما يدخل اللاعب يتغير لون البحر ولما يخرج منه يرجع متل ما كان المشكلة انه لما يدخل لاعب يتغير لون البحر عند الكل انا بدي ياه يتغير بس عند اللي دخل حسب معلوماتي البسيطة انه المفروض يكون كلينت بدل سيرفر بس المشكلة انه الاكواد ماعم تصير الا للسيرفر xCol = createColRectangle (343.72626 ,-3500.22095,500,500) addEventHandler ( "onColShapeHit", resourceRoot, function ( element ) if ( getElementType ( element ) == "player" ) then if ( source == xCol ) then setWaterColor(255, 0, 0) end end end ) addEventHandler ( "onColShapeLeave", resourceRoot, function ( element ) if ( getElementType ( element ) == "player" ) then if ( source == xCol ) then resetWaterColor( ) ouputChatBox ( getPlayerName (element).." left colShape !" ) end end end ) Link to comment
coNolel Posted June 25, 2017 Share Posted June 25, 2017 11 hours ago, #BrosS said: لا حطه سيرفر طيب لو سوا ترايقر للكلينت سايد بيغير له ولا للكل ؟ ملخبط شوي Link to comment
#BrosS Posted June 25, 2017 Share Posted June 25, 2017 29 minutes ago, coNolel said: طيب لو سوا ترايقر للكلينت سايد بيغير له ولا للكل ؟ ملخبط شوي onColShapeHit سيرفر فقط Link to comment
coNolel Posted June 25, 2017 Share Posted June 25, 2017 11 hours ago, #BrosS said: onColShapeHit سيرفر فقط أقصد setWaterColor Link to comment
Abdul KariM Posted June 25, 2017 Share Posted June 25, 2017 https://wiki.multitheftauto.com/wiki/OnClientElementColShapeHit 1 Link to comment
aboodehoms2014 Posted June 27, 2017 Author Share Posted June 27, 2017 ماهي هنا المشكلة لما بحطه سيرفر بس يظهر للكل انا بدي ياه يظهر بس للشخص اللي يدخل الكول رجاء مساعدة بدون ما ترسلولي اكواد ويكي لاني بعرفها كلها بتوقع ترايقر يصير بس ما اعرف سويه On 6/24/2017 at 20:16, #BrosS said: onColShapeHit سيرفر فقط هنا المشكلة سيرفر بس يظهر للكل Link to comment
#Mr.Pop Posted June 27, 2017 Share Posted June 27, 2017 if ( getElementType ( element ) == "localPlayer" ) then --- جرب دي ان شاء الله تنجح معك Link to comment
aboodehoms2014 Posted June 29, 2017 Author Share Posted June 29, 2017 On 6/27/2017 at 13:53, #Mr.Pop said: if ( getElementType ( element ) == "localPlayer" ) then --- جرب دي ان شاء الله تنجح معك ما اشتغل للاسف Link to comment
#Mr.Pop Posted June 29, 2017 Share Posted June 29, 2017 سيوي تحقق if ( element ) then Link to comment
^iiEcoo'x_) Posted June 29, 2017 Share Posted June 29, 2017 On ٢٧/٦/٢٠١٧ at 23:53, #Mr.Pop said: if ( getElementType ( element ) == "localPlayer" ) then --- جرب دي ان شاء الله تنجح معك https://wiki.multitheftauto.com/wiki/Element Link to comment
Rockyz Posted July 7, 2017 Share Posted July 7, 2017 27 minutes ago, aboodehoms2014 said: ما اشتغل للاسف On 6/25/2017 at 18:12, Abdul KariM said: https://wiki.multitheftauto.com/wiki/OnClientElementColShapeHit Link to comment
aboodehoms2014 Posted July 12, 2017 Author Share Posted July 12, 2017 On 7/7/2017 at 10:03, #,+( _xiRoc[K]; > said: اخي انت فهمت شو المشكلة اللي عندي قبل ما ترسلي الويكي ؟؟! اخي انا بعرف اكواد الويكي وفهمانهم وعامل على اساسهم بس الشي اللي انا ابيه ما مكتوب بالويكي وما اعرف لو ممكن ولا لاء ياريت ترجع تقرأ وتشوف شو طلبي واذا تقدر تساعدني وتعدل على الاكواد مشكور كتير ويكتر الله خيرك غير هيك ياريت محدا يرسلي روابط من ويكي Link to comment
Rockyz Posted July 12, 2017 Share Posted July 12, 2017 2 hours ago, aboodehoms2014 said: اخي انت فهمت شو المشكلة اللي عندي قبل ما ترسلي الويكي ؟؟! اخي انا بعرف اكواد الويكي وفهمانهم وعامل على اساسهم بس الشي اللي انا ابيه ما مكتوب بالويكي وما اعرف لو ممكن ولا لاء ياريت ترجع تقرأ وتشوف شو طلبي واذا تقدر تساعدني وتعدل على الاكواد مشكور كتير ويكتر الله خيرك غير هيك ياريت محدا يرسلي روابط من ويكي وانا وش اقول؟ هذا طلبك ان الي يروح للكول شيب يتحول الماء له بس لو تلاحظ انه كلنت Link to comment
MR.Mosa Posted July 12, 2017 Share Posted July 12, 2017 (edited) local xCol = createColRectangle (343.72626 ,-3500.22095,500,500) addEventHandler ( "onColShapeHit", resourceRoot, function ( element ) if ( source == xCol ) then if ( getElementType ( element ) == "player" ) then setWaterColor(255, 0, 0) end end end ) addEventHandler ( "onColShapeLeave", resourceRoot, function ( element ) if ( source == xCol ) then if ( getElementType ( element ) == "player" ) then resetWaterColor( ) ouputChatBox ( getPlayerName (element).." left colShape !" ) end end end ) ملاحظة غير مجرب انت حاط التحقق من الاعب قبل التحقق من الدخول الكول Edited July 12, 2017 by MR.Mosa 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