GoFudgeYourself Posted January 25, 2010 Share Posted January 25, 2010 Hello guys, i was wondering if a nonkickable script is possible, and if so can someone make it for me. I'm clueless when it comes to scripting so i'm not really sure about this script. What i mean by nonkickable is a script that would make a player to not be able to be kicked by admins or votekick. Link to comment
GoFudgeYourself Posted January 25, 2010 Author Share Posted January 25, 2010 Hello guys, i was wondering if a nonkickable script is possible, and if so can someone make it for me. I'm clueless when it comes to scripting so i'm not really sure about this script. What i mean by nonkickable is a script that would make a player to not be able to be kicked by admins or votekick. Link to comment
robhol Posted January 25, 2010 Share Posted January 25, 2010 Probably not, but I can tell you that in order to do this you will probably need to modify the admin resource (and any other resources that are responsible for kicking people) to check whether you can be kicked or not. You'll also of course need to set that condition where needed, for example with a command or in a login event handler based on ACL permissions. Link to comment
robhol Posted January 25, 2010 Share Posted January 25, 2010 Probably not, but I can tell you that in order to do this you will probably need to modify the admin resource (and any other resources that are responsible for kicking people) to check whether you can be kicked or not. You'll also of course need to set that condition where needed, for example with a command or in a login event handler based on ACL permissions. Link to comment
Playstation23 Posted January 25, 2010 Share Posted January 25, 2010 Could you not somehow get the event of a player being kicked, and if its a certain person then cancel the event? Link to comment
Playstation23 Posted January 25, 2010 Share Posted January 25, 2010 Could you not somehow get the event of a player being kicked, and if its a certain person then cancel the event? Link to comment
robhol Posted January 25, 2010 Share Posted January 25, 2010 Could you not somehow get the event of a player being kicked, and if its a certain person then cancel the event? No, there's no such event. Link to comment
robhol Posted January 25, 2010 Share Posted January 25, 2010 Could you not somehow get the event of a player being kicked, and if its a certain person then cancel the event? No, there's no such 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