'LinKin Posted December 4, 2014 Share Posted December 4, 2014 Hello, onChatMessage has two arguments, where the second one is: resource / element theElement How can I detect if the argument is a resource? I already know how to identify if it's a player by using getElementType, But if I use getElementType, passing a resource as the argument, it will return a warning.. Thanks. Link to comment
Bonsai Posted December 5, 2014 Share Posted December 5, 2014 I don't know any way, but I would say its either a player or a resource. Therefore, if its not a player, its a resource. Link to comment
'LinKin Posted December 5, 2014 Author Share Posted December 5, 2014 As I want to allow just some resources, I thought of making a table, and checking if the arg passed to onChatMessage is contained in that table.. That way I'd validate whether it's a resource or not. Link to comment
Feche1320 Posted December 5, 2014 Share Posted December 5, 2014 Even if you manage to know if it's a resource you can't cancel onChatMessage event.. 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