'LinKin Posted September 25, 2014 Share Posted September 25, 2014 Hello, How can I overwrite some functions such as ban, kick, mute, etc... without editing them into the admin resource? Thanks. Link to comment
Anubhav Posted September 26, 2014 Share Posted September 26, 2014 Why not make custom resources then by using mysql/sql? Link to comment
'LinKin Posted September 26, 2014 Author Share Posted September 26, 2014 But for example, How can I remake the /ban command? If you do it, it will ban the IP of the player, I had changed it before inside the admin resource, but I'm trying to find a way to do it separately. The point is that I want to make these custom commands to work in another way Link to comment
Anubhav Posted September 26, 2014 Share Posted September 26, 2014 onPlayerCommand and cancel the event if its the command /ban and make a new command /banp Link to comment
'LinKin Posted September 26, 2014 Author Share Posted September 26, 2014 That's what I want to avoid (using another command). I want to use the same one. I can't really find a way to do it 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