#Paper Posted July 6, 2011 Share Posted July 6, 2011 i have this func: function showKills(text, y, modify, teamName) teamName = dxText:create( text, 15, y, false, 'bankgothic', 0.55, 'left') end addEvent ( "showKillsForTeam", true ) addEventHandler ( "showKillsForTeam", getRootElement(), showKills ) the dxText name is setted "teamName" or is setted by the name that i triggered? Link to comment
Orange Posted July 6, 2011 Share Posted July 6, 2011 The object's name is "teamName" The text is content of text Link to comment
#Paper Posted July 6, 2011 Author Share Posted July 6, 2011 and how can i put as object's name the triggered teamName? Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now