Jump to content

Lua - Can I use more than one event for call a function?


Recommended Posts

Hi guys,

1st: sorry for my bad english. I'll try be the more clear possible.

My question is simple: can I use more than one event for call the same function?

Example:

  
function FirstFunction() 
 ... function code here 
end 
addEventHandler("onPlayerJoin", getRootElement, FirstFunction) 
addEventHandler("onPlayerWasted", getRootElement, FirstFunction) 
  

Sorry for the ignorance. I'm trying learn Lua (in MTA) but it's a little hard. And my english isn't so good.

Thanks for attention,

Stanley Sathler.

Edited by Guest
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...