Jump to content

تعديل كود سطرين


Recommended Posts

سلام عليكم 

ابي لو احد مات بعالم رقم 2 يطلع بالشات اسمه 

محاولتي :

function player_Wasted ()
		        if getElementDimension(source) == 2 then
		outputChatBox (""..getPlayerName ( source ).." died !", root,255,0,0,true )
	end
addEventHandler ( "onPlayerWasted", getRootElement(), player_Wasted )

لما اضيف

		        if getElementDimension(source) == 2 then

الكود يخرب

Link to comment

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

 

التحقق يحتاج نهاية 

ناقص لك نهاية!

function player_Wasted ()
	if getElementDimension(source) == 2 then
		outputChatBox (""..getPlayerName ( source ).." died !", root,255,0,0,true )
	end
end
addEventHandler ( "onPlayerWasted", getRootElement(), player_Wasted )

 

Link to comment
51 minutes ago, LoOs said:

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

 

التحقق يحتاج نهاية 

ناقص لك نهاية!


function player_Wasted ()
	if getElementDimension(source) == 2 then
		outputChatBox (""..getPlayerName ( source ).." died !", root,255,0,0,true )
	end
end
addEventHandler ( "onPlayerWasted", getRootElement(), player_Wasted )

 

لما احط عالم 0 تظهر الرسالة بالشات عادي - لكن عالم 2 وادخله واسوي سلاب ما تظهر

Link to comment
3 hours ago, Mr.Mostafa said:

لما احط عالم 0 تظهر الرسالة بالشات عادي - لكن عالم 2 وادخله واسوي سلاب ما تظهر

مع اني مالحظت شيء .. بس جرب غير حدث onPlayerWasted

إلى onPedWasted

 

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...