Jump to content

Funny problem.


pa3ck

Recommended Posts

Posted

Hi there, I have some funny problems here, I got a simple code like this:

addEventHandler("onClientPedDamage", getRootElement(), 
function() 
    cancelEvent() 
end) 

Whatever I do in the function, it does nothing at all, the event is not triggered I think... What are the possible things, that could prevent the event to be triggered?

Posted
function cancelPedDamage ( attacker ) 
    cancelEvent() -- cancel any damage done to peds 
end 
addEventHandler ( "onClientPedDamage", getRootElement(), cancelPedDamage ) 

Posted

Actually it's nothing to do with the cancelEvent(), I just used that as an example. I want to set the element data of the source ( the ped that was shot ).

EDIT: LOL, I'm silly again, fixed, thanks anyways!

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