Jump to content

عند اطلاق النار علي احد الاعبين


Recommended Posts

  • Replies 60
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

setTimer 
setElementFrozen 
'onClientPlayerWeaponFire' 

طبعاً إذا تبي تخلي اللاعب يتجمد تخليه كذا

setElementFrozen(source , true) 

فك التجميد :

setElementFrozen(source , false) 

freezeStatus: A boolean denoting whether we want to freeze (true) or unfreeze (false) it.

:D

Edited by Guest
Link to comment

  
Client Side ! 
function AboShanab ( attacker, weapon, bodypart ) 
    if ( weapon == 31 ) and ( attacker == localPlayer ) then 
        setElementFrozen(localPlayer , true) 
        setTimer( function() setElementFrozen(localPlayer , false) end,5000,1) 
    end 
end 
addEventHandler ( "onClientPlayerDamage", getLocalPlayer(), AboShanab ) 
  

لم يتم التجربةة !!

Link to comment
  
Client Side ! 
function AboShanab ( attacker, weapon, bodypart ) 
    if ( weapon == 31 ) and ( attacker == localPlayer ) then 
        setElementFrozen(localPlayer , true) 
        setTimer( function() setElementFrozen(localPlayer , false) end,5000,1) 
    end 
end 
addEventHandler ( "onClientPlayerDamage", getLocalPlayer(), AboShanab ) 
  

لم يتم التجربةة !!

أول شي يَ حلو أيدي الديقل مهو 31 ؟

ثاني شي إفرض أن اللاعب هو إلي ضرر نفسه مثلاً من خلال قنبلة أو شي ؟

يصير كذا -_-" ..

-- Client Side # 
addEventHandler ( "onClientPlayerDamage", localPlayer, 
    function ( attacker, weapon ) 
        if ( attacker ) and ( attacker ~= source ) and ( attacker == localPlayer ) and ( weapon == 24 ) then 
            setElementFrozen ( source, true ) 
            setTimer ( setElementFrozen, 5000, 1, source, false ) 
        end 
    end 
) 

Link to comment
function onClientPlayerWeaponFireFunc(weapon, ammo, ammoInClip, hitX, hitY, hitZ, hitElement ) 
    if weapon == 24 and getElementType(hitElement)=="player" then  
          setElementFrozen(localPlayer , true) 
        setTimer( function() setElementFrozen(localPlayer , false) end,5000,1) 
    end 
end 
  
addEventHandler ( "onClientPlayerWeaponFire", getLocalPlayer(), onClientPlayerWeaponFireFunc ) 

مو متأكد انه صح , بس جرب 8)

Link to comment
كينق ماضبط

أنا ما جربته .. بس المفروض يشتغل ؟

+ لو تبيه بعد 9 ثواني

بدل سطر 6 بذا السطر

setTimer ( setElementFrozen, 9000, 1, source, false ) 

Edit:

function onClientPlayerWeaponFireFunc(weapon, ammo, ammoInClip, hitX, hitY, hitZ, hitElement ) 
    if weapon == 24 and getElementType(hitElement)=="player" then  
          setElementFrozen(localPlayer , true) 
        setTimer( function() setElementFrozen(localPlayer , false) end,5000,1) 
    end 
end 
  
addEventHandler ( "onClientPlayerWeaponFire", getLocalPlayer(), onClientPlayerWeaponFireFunc ) 

مو متأكد انه صح , بس جرب 8)

يَ حلو أنت كذا تجمد نفسكـ لما تطلق على أحد بالديقل .. ما تجمد إلي طلقت عليه ..

Edited by Guest
Link to comment
function onClientPlayerWeaponFireFunc(weapon, ammo, ammoInClip, hitX, hitY, hitZ, hitElement ) 
    if weapon == 24 and getElementType(hitElement)=="player" then  
          setElementFrozen(localPlayer , true) 
        setTimer( function() setElementFrozen(localPlayer , false) end,5000,1) 
    end 
end 
  
addEventHandler ( "onClientPlayerWeaponFire", getLocalPlayer(), onClientPlayerWeaponFireFunc ) 

مو متأكد انه صح , بس جرب 8)

ضبط بس

بدال مايسوي فريز لـ الاعبين يسويلي انا فريز ><

Link to comment
كينق ماضبط

أنا ما جربته .. بس المفروض يشتغل ؟

+ لو تبيه بعد 9 ثواني

بدل سطر 6 بذا السطر

setTimer ( setElementFrozen, 9000, 1, source, false ) 

Edit:

function onClientPlayerWeaponFireFunc(weapon, ammo, ammoInClip, hitX, hitY, hitZ, hitElement ) 
    if weapon == 24 and getElementType(hitElement)=="player" then  
          setElementFrozen(localPlayer , true) 
        setTimer( function() setElementFrozen(localPlayer , false) end,5000,1) 
    end 
end 
  
addEventHandler ( "onClientPlayerWeaponFire", getLocalPlayer(), onClientPlayerWeaponFireFunc ) 

مو متأكد انه صح , بس جرب 8)

يَ حلو أنت كذا تجمد نفسكـ لما تطلق على أحد بالديقل .. ما تجمد إلي طلقت عليه ..

أهأ , !

افكره يقول يبي يجمد الي يطلق :lol:

Link to comment
function onClientPlayerWeaponFireFunc(weapon, ammo, ammoInClip, hitX, hitY, hitZ, hitElement ) 
    if weapon == 24 and getElementType(hitElement)=="player" then  
          setElementFrozen(localPlayer , true) 
        setTimer( function() setElementFrozen(localPlayer , false) end,5000,1) 
    end 
end 
  
addEventHandler ( "onClientPlayerWeaponFire", getLocalPlayer(), onClientPlayerWeaponFireFunc ) 

مو متأكد انه صح , بس جرب 8)

ضبط بس

بدال مايسوي فريز لـ الاعبين يسويلي انا فريز ><

جرب كودي إلي فوق .. 100% لازم يضبط :\

+ تأكد أنه لاعب ثاني طلق عليكـ .. يعني مهو تجيب قنبلة وترميها جنبكـ ذذ

يعني جيب خويكـ خله يطلق عليكـ بسلاح ديقل .. وأكيد رح ينعمل له فريز وينفكـ بعد 9 ثواني .

Link to comment
function onClientPlayerWeaponFireFunc(weapon, ammo, ammoInClip, hitX, hitY, hitZ, hitElement ) 
    if weapon == 24 and getElementType(hitElement)=="player" then 
          setElementFrozen(hitElement , true) 
        setTimer( function() setElementFrozen(hitElement , false) end,5000,1) 
    end 
end 
  
addEventHandler ( "onClientPlayerWeaponFire", getLocalPlayer(), onClientPlayerWeaponFireFunc ) 

جرب :roll:

Link to comment
  
Client Side ! 
addEventHandler ( "onClientPlayerDamage", localPlayer, 
    function ( attacker, weapon ) 
        if ( attacker ) and ( attacker ~= localPlayer ) and ( attacker == source ) and ( weapon == 24 ) then 
            setElementFrozen ( source, true ) 
            setTimer ( setElementFrozen, 9000, 1, source, false ) 
        end 
    end 
) 
  

لم يتم التججربة !!

Link to comment
  
Client Side ! 
addEventHandler ( "onClientPlayerDamage", localPlayer, 
    function ( attacker, weapon ) 
        if ( attacker ) and ( attacker ~= localPlayer ) and ( attacker == source ) and ( weapon == 24 ) then 
            setElementFrozen ( source, true ) 
            setTimer ( setElementFrozen, 9000, 1, source, false ) 
        end 
    end 
) 
  

لم يتم التججربة !!

هذا كود كينق ولا يبين لي ؟ :wink:

Link to comment
ولا واحد ضبط

كودي أيش يطلع لك .. ؟

function onClientPlayerWeaponFireFunc(weapon, ammo, ammoInClip, hitX, hitY, hitZ, hitElement ) 
    if weapon == 24 and getElementType(hitElement)=="player" then 
          setElementFrozen(hitElement , true) 
        setTimer( function() setElementFrozen(hitElement , false) end,5000,1) 
    end 
end 
  
addEventHandler ( "onClientPlayerWeaponFire", getLocalPlayer(), onClientPlayerWeaponFireFunc ) 

انته جرب ويا واحد ثاني , مو تجرب مع نفسك :o

خش سيرفر خويك وجرب معاه او سيرفرك إذا عندكك

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