'LinKin Posted December 4, 2014 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. Need a clanwar script? Click here! Do you want some free scripts for your DD server? Visit my website.
Bonsai Posted December 5, 2014 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.
'LinKin Posted December 5, 2014 Author 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. Need a clanwar script? Click here! Do you want some free scripts for your DD server? Visit my website.
Feche1320 Posted December 5, 2014 Posted December 5, 2014 Even if you manage to know if it's a resource you can't cancel onChatMessage event.. www.host-ar.com.ar
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