Jump to content

سؤال عن كود ..


Recommended Posts

السلام عليكم ورحمة الله و بركاتة ..

عندي سؤال بسيط الله لا يهنكم .

طبعا هذا كود ماركر انتقال 

شغال وكل شي كويس لاكن

مثلا انا في دمنشن 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

ماني فاهمك كويس ؟

الي فهمتو فقط انك تبي لو مثلا اللاعب في دايمنشن 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
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...