Jump to content

Recommended Posts

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

كيف الحال ان شاء الله بخير 

انا اليوم طالب منكم أكواد وانا شاء الله ما تقصرو معي ^_^ ا

بدي كود  اقفال الماركر ويكون الكود خاص بأف8 ,

وبدي كود انو الاعب لما يوخذ من الماركر دم ما يقدر وخذ غير لما يموت

 

Link to comment
-- to close 
function closeMarker ( aPlayer_ )
  if ( getElementData ( aPlayer_ , 'aMarkerStats_' ) ~= 'Close') then 
    setElementData ( aPlayer_ , 'aMarkerStats_' , 'Close' ) 
  end 
end 

-- check close 
function isMarkerClose ( aPlayer_ )
  return getElementData ( aPlayer_ , 'aMarkerStats_' ) == 'Close' 
end 

 

  • Confused 1
  • Sad 1
Link to comment

يا اخوان ابي لكل الناس الماركر مو لقروب

 + اشخص يقدر يعبي مرة بس منو بس في حال اذا مات يعبي مرة اخر

, وكذا كل ما يموت يقدر يعبي مرة واحده 

Link to comment
Values, Marker = { }, createMarker( x, y, z, 'corona' )

addEventHandler( 'onMarkerHit', Marker,
function( Player )
	if ( isElement( Player ) and getElementType( Player ) == 'player' and Values[Player] == nil ) then 
		Values[Player] = 'Hit Done -_-'
		return setElementHealth( Player, 100 ), outputChatBox( 'Done , !', Player, 255, 255, 255, true )
	end 
end )

addEventHandler( 'onPlayerWasted', root, function( ) Values[source] = nil end )

 

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