haitham1 Posted April 1, 2014 Share Posted April 1, 2014 سلام عليكم ممكن كود يعطي دم و درع لكل اللاعبين Link to comment
iPrestege Posted April 1, 2014 Share Posted April 1, 2014 getElementsByType setElementHealth setPedArmor Link to comment
#DRAGON!FIRE Posted April 1, 2014 Share Posted April 1, 2014 addCommandHandler getElementsByType -- with LooP setElementHealth setPedArmor + isObjectInACLGroup : لو تبي الامر لقورب مححدد استخدم + القسم خطا . Link to comment
haitham1 Posted April 2, 2014 Author Share Posted April 2, 2014 getElementsByType setElementHealth setPedArmor وش اسوي بذا ممكن كود كامل يعني فقط اضع الاحداثيات Link to comment
' ρяofзśŝoя 亗 Posted April 2, 2014 Share Posted April 2, 2014 وش اسوي بذا ممكن كود كامل يعني فقط اضع الاحداثيات وضح وش تبي بالظبط وش تبغى اللاعب يسوي عشانن يجيه الدمم + الدرعع ؟ Link to comment
TAPL Posted April 2, 2014 Share Posted April 2, 2014 احداثيات في كود دم؟ الله يستر عليك Link to comment
Ka[B]cHa Posted April 2, 2014 Share Posted April 2, 2014 function kabcha () -- الوظيفة for theKey,thePlayer in ipairs(players) do -- اختصار للاعبين if thekey then -- التحقق setElementHealth ( theplayer, getElementHealth(theplayer) + 100 ) -- الدم setPedArmor ( theplayer, 100 ) -- الدرع end end addCommandHandler ( "الامر", kabcha ) -- الامر الي تكتبه في اف 8 Link to comment
iPrestege Posted April 2, 2014 Share Posted April 2, 2014 function kabcha () -- الوظيفة for theKey,thePlayer in ipairs(players) do -- اختصار للاعبين if thekey then -- التحقق setElementHealth ( theplayer, getElementHealth(theplayer) + 100 ) -- الدم setPedArmor ( theplayer, 100 ) -- الدرع end end addCommandHandler ( "الامر", kabcha ) -- الامر الي تكتبه في اف 8 players = ? end = ? health = ? local iHandler = 'CMD' addCommandHandler ( iHandler, function ( ) for _,player in ipairs ( getElementsByType ( 'player' ) ) do setElementHealth ( player,100 ) setPedArmor ( player,100 ) end end ) Link to comment
Ka[B]cHa Posted April 2, 2014 Share Posted April 2, 2014 (edited) شكرا على التصليححح Edited April 2, 2014 by Guest Link to comment
' ρяofзśŝoя 亗 Posted April 2, 2014 Share Posted April 2, 2014 هههههههههههههههههههههههه Link to comment
haitham1 Posted April 2, 2014 Author Share Posted April 2, 2014 وش اسوي بذا ممكن كود كامل يعني فقط اضع الاحداثيات وضح وش تبي بالظبط وش تبغى اللاعب يسوي عشانن يجيه الدمم + الدرعع ؟ ابي اللاعب من يلمس الماركر يعطيه دم ودرع Link to comment
iPrestege Posted April 2, 2014 Share Posted April 2, 2014 local iMarker = createMarker ( x + 2, y + 2, z -1, 'cylinder', 1.5, 255, 0, 0, 255 ) addEventHandler ( 'onMarkerHit',iMarker, function ( iElement ) if ( getElementType ( iElement ) == ( 'player' ) ) then if ( getElementHealth ( iElement ) < 100 ) then setElementHealth ( iElement,100 ) end if ( getPedArmor ( iElement ) < 100 ) then setPedArmor ( iElement,100 ) end end end ) x,y,z = Positions [ الأحداثيات ] Link to comment
haitham1 Posted April 2, 2014 Author Share Posted April 2, 2014 local iMarker = createMarker ( x + 2, y + 2, z -1, 'cylinder', 1.5, 255, 0, 0, 255 ) addEventHandler ( 'onMarkerHit',iMarker, function ( iElement ) if ( getElementType ( iElement ) == ( 'player' ) ) then if ( getElementHealth ( iElement ) < 100 ) then setElementHealth ( iElement,100 ) end if ( getPedArmor ( iElement ) < 100 ) then setPedArmor ( iElement,100 ) end end end ) x,y,z = Positions [ الأحداثيات ] تسلمممممممممممممم يا شنب Link to comment
™!>VàLéNTiNô<!™ Posted April 3, 2014 Share Posted April 3, 2014 ههههههههههههههههههههههههههههههههههههه 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