Jump to content

استفسار


Ahmed Eka

Recommended Posts

سلام عليكم

الحين انا مسوي جدول

و ابي يشيل اللاعب من الجدول 

الكود ..

			
function checkForWinner()
	if not isTimer(standByMission) then
		if #MaxTable == 1  then
			for _, p in ipairs (MaxTable) do
textDisplayRemoveObserver(Display, p)
if getPlayerTable(p, MaxTable)  then
table.remove(MaxTable,1) 
				givePlayerMoney(p, 5000)
 setElementPosition ( p , 750.13452, -1272.60229, 13.5546 )
              setElementDimension ( p, 0 )    

 state1 = 0
 state = 0
 setMarkerColor(myMarker,0, 255, 0, 150)
setMarkerColor(myMarker1,0, 255, 0, 150)

end
end
end
end
end

معرفش ليه

Edited by M[A]X
Link to comment
Just now, N3xT said:

انت حاط بالتابل ريموف رقم 1, ليه؟ المفروض تحط الإلمنت اللي تبي تحذفه من الجدول

اخوي طيب

انا الحين سالت اشخاص

وقالو لي

احط الجدول من اول 

يعني الحين انا مسوي حدث لما اللاعب يموت يشيلو من الجدول و انا ابيه يشيل الكل

استخدم

MaxTable = {  } 

احط ذي بدل ما اشيل اللاعب 

؟

مع العلم اني جربتها و ما صار

Link to comment

شوف يا اخوي

الحين انا مسوي جدول و مسوي لما اللاعب يموت

يشيلو من الجدول و يشيل كل اللاعبين الفي الجدول

الحين انا مسوي 



addEventHandler("onPlayerWasted",root,

 function ( _,killer )
 
 if isElement( killer ) and ( killer ~= source ) and ( getElementType( killer ) == "player" ) then
  
 if ( isTimer ( Timers [ killer ] ) ) then killTimer ( Timers [ killer ] ) Timers [ killTimer ] = nil end
    
 givePlayerMoney( killer, 10000 )

             setElementDimension ( killer, 0 )    
 setElementPosition ( killer , 775.97052, -1279.57434, 13.64844 )
	removeElementData ( killer, "PlayerH" )
		removeElementData ( source, "PlayerH" )
		textDisplayRemoveObserver(Display, p)
if getPlayerTable(p, MaxTable)  then
MaxTable = {  }

 state = 0
  state1 = 0

 setMarkerColor(myMarker,0, 255, 0, 150)
setMarkerColor(myMarker1,0, 255, 0, 150)

  end
 end
end 
 ) ;

الحين انا سويت

MaxTable = {  } 

يعني كذا بيشيل كل الناس يلي في الجدول صح ؟

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