Jump to content

executeCommandHandler


Recommended Posts

آبي آفهم وش يسوي ذآ آلفنكشن ..

executeCommandHandler 

الوظيفة ذي تطبق كوماند معين على لاعب معين ، وهي تصلح بجانب كلنت وسيرفر

يعني لما تطبق هالوظيفة على اللاعب بكوماند معين .. كأنه اللاعب نفسه كتب هالكوماند ذذ

مثآل ..

samuelMarker = createMarker ( x, y, z, "theType", size, r, g, b, alpha, visibleTo ) 
  
addCommandHandler ( "samuel", 
    function ( ) 
        outputChatBox ( "Hi Man!", 130, 255, 0, true ) 
    end 
) 
  
addEventHandler ( "onClientMarkerHit", samuelMarker, 
    function ( theElm ) 
        if ( theElm == localPlayer ) then 
            executeCommandHandler ( "samuel" ) 
        end 
    end, false 
) 

Link to comment
آبي آفهم وش يسوي ذآ آلفنكشن ..

executeCommandHandler 

الوظيفة ذي تطبق كوماند معين على لاعب معين ، وهي تصلح بجانب كلنت وسيرفر

يعني لما تطبق هالوظيفة على اللاعب بكوماند معين .. كأنه اللاعب نفسه كتب هالكوماند ذذ

مثآل ..

samuelMarker = createMarker ( x, y, z, "theType", size, r, g, b, alpha, visibleTo ) 
  
addCommandHandler ( "samuel", 
    function ( ) 
        outputChatBox ( "Hi Man!", 130, 255, 0, true ) 
    end 
) 
  
addEventHandler ( "onClientMarkerHit", samuelMarker, 
    function ( theElm ) 
        if ( theElm == localPlayer ) then 
            executeCommandHandler ( "samuel" ) 
        end 
    end, false 
) 

يععطيكـ آلعآفيةة آخوي ..

فهمت آلحين :)

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