Aln3mani Posted August 21, 2017 Share Posted August 21, 2017 السلام عليكم ورحمة الله و بركاتة .. عندي سؤال بسيط الله لا يهنكم . طبعا هذا كود ماركر انتقال شغال وكل شي كويس لاكن مثلا انا في دمنشن 20 وابي اسوي ماركر ل دمنشن 0 كيف ؟ للمعلوميه هذا الكود يظهر الماركر في العالم الاصلي دمنشنش 0 وانا ابي حد يساعدني ويضبط الكود ب حيث اقدر اسوي ماركر في دمنشن اخر وينقلني للدمنشن الاصلي و شكــرا marker = createMarker( -2408.00000,-599.00000,132.64844,'corona',1.5,0,220,0,255 ) addEventHandler('onMarkerHit', root, function (thePlayer) if source == marker then setElementDimension( thePlayer, 3 ) setElementPosition( thePlayer, -2382.64868,-586.77521,132.11719 ) end end ) Link to comment
SycroX Posted August 21, 2017 Share Posted August 21, 2017 ماني فاهمك كويس ؟ الي فهمتو فقط انك تبي لو مثلا اللاعب في دايمنشن 20 و الماركر في دايمنشن 0 و اللاعب عدا علي المركر ما يسوي شي ؟ اذا ذا الي تباه راح يكون كودك هيك marker = createMarker( -2408.00000,-599.00000,132.64844,'corona',1.5,0,220,0,255 ) addEventHandler('onMarkerHit', root, function (thePlayer, matchDim) if source == marker and matchDim then setElementDimension( thePlayer, 3 ) setElementPosition( thePlayer, -2382.64868,-586.77521,132.11719 ) end end ) اما اذا تبي الماركر في دايمنشن 20 فا راح يكون هيك marker = createMarker( -2408.00000,-599.00000,132.64844,'corona',1.5,0,220,0,255 ) setElementDimension(marker, 20) addEventHandler('onMarkerHit', root, function (thePlayer) if source == marker then setElementDimension( thePlayer, 3 ) setElementPosition( thePlayer, -2382.64868,-586.77521,132.11719 ) end end ) Link to comment
Aln3mani Posted August 21, 2017 Author Share Posted August 21, 2017 2 minutes ago, #x1AhMeD,-09 said: ماني فاهمك كويس ؟ الي فهمتو فقط انك تبي لو مثلا اللاعب في دايمنشن 20 و الماركر في دايمنشن 0 و اللاعب عدا علي المركر ما يسوي شي ؟ اذا ذا الي تباه راح يكون كودك هيك marker = createMarker( -2408.00000,-599.00000,132.64844,'corona',1.5,0,220,0,255 ) addEventHandler('onMarkerHit', root, function (thePlayer, matchDim) if source == marker and matchDim then setElementDimension( thePlayer, 3 ) setElementPosition( thePlayer, -2382.64868,-586.77521,132.11719 ) end end ) اما اذا تبي الماركر في دايمنشن 20 فا راح يكون هيك marker = createMarker( -2408.00000,-599.00000,132.64844,'corona',1.5,0,220,0,255 ) setElementDimension(marker, 20) addEventHandler('onMarkerHit', root, function (thePlayer) if source == marker then setElementDimension( thePlayer, 3 ) setElementPosition( thePlayer, -2382.64868,-586.77521,132.11719 ) end end ) الكود ضبط .. مشككور .. @#x1AhMeD,-09 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