Jump to content

طلب كود


Recommended Posts

السلام عليكم

انا ابغي اسوي كم ماركر

المهم ابغي يوم يمر على ماركر 1

يعطيه حالة او شيئ المهم تكون للاعب >> مادري كيف اشرحها

ولو مر على ماركر 2

يزيدها ب +1

لو مر على ماركر 3

وكانت الحالة او مادري شنو هي

= 2 او اكبر

يجيب رسالةة

Link to comment

الزبدةة ابغي لازم يمر على ماركر 1 و2

ويوم يمر على ماركر 3 تجي الرسالة بالشات

لو مامر على ماركر 1 و2 ومر على 3

ماتجي

او مر على 2 بس ماتجي

او 1 بس ماتجي

لازم 1 و 2 ويوم يمر على 3 تجي

Link to comment
local HitCount = 0 
  
addEventHandler('onMarkerHit',marker[1], 
    function (  )    
        if HitCount then 
            HitCount = HitCount +1 or 1  
        end 
    end 
) 
         
addEventHandler('onMarkerHit',marker[2], 
    function (  )    
        if HitCount then 
            HitCount = HitCount +1 or 1  
        end 
    end 
) 
  
addEventHandler('onMarkerHit',marker[3], 
    function (  )    
            if HitCount and HitCount >= 2 then 
                outputChatBox('2') 
            else 
               outputChatBox ('2 <') 
        end 
    end 
) 

مثال بسيط

Link to comment
local HitCount = 0 
  
addEventHandler('onMarkerHit',marker[1], 
    function (  )    
        if HitCount then 
            HitCount = HitCount +1 or 1  
        end 
    end 
) 
         
addEventHandler('onMarkerHit',marker[2], 
    function (  )    
        if HitCount then 
            HitCount = HitCount +1 or 1  
        end 
    end 
) 
  
addEventHandler('onMarkerHit',marker[3], 
    function (  )    
            if HitCount and HitCount >= 2 then 
                outputChatBox('2') 
            else 
               outputChatBox ('2 <') 
        end 
    end 
) 

مثال بسيط

المتغيرات بتجي حق لاعب واحد يعني لو جا واحد ثاني بيجيه نفس متغير اللاعب الاول

Link to comment
local HitCount = 0 
  
addEventHandler('onMarkerHit',marker[1], 
    function (  )    
        if HitCount then 
            HitCount = HitCount +1 or 1  
        end 
    end 
) 
         
addEventHandler('onMarkerHit',marker[2], 
    function (  )    
        if HitCount then 
            HitCount = HitCount +1 or 1  
        end 
    end 
) 
  
addEventHandler('onMarkerHit',marker[3], 
    function (  )    
            if HitCount and HitCount >= 2 then 
                outputChatBox('2') 
            else 
               outputChatBox ('2 <') 
        end 
    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...