erickq1993 Posted August 29, 2013 Share Posted August 29, 2013 Hi all, I have a problem disabling command /reconnect I tried many forms how to make it and not work Someone can help me please Regards Link to comment
EstrategiaGTA Posted August 29, 2013 Share Posted August 29, 2013 (edited) I think that you can't disable the reconnect command. Off topic: I know who you are huehue Edited August 29, 2013 by Guest Link to comment
Castillo Posted August 29, 2013 Share Posted August 29, 2013 You can't disable that command. Link to comment
erickq1993 Posted August 29, 2013 Author Share Posted August 29, 2013 ok I understand thanks anyway Link to comment
Sasu Posted August 30, 2013 Share Posted August 30, 2013 I dont know if it works. Maybe yes. addEventHandler("onPlayerCommand", root, function(cmd) if cmd == "reconnect" then cancelEvent() end end) Link to comment
EstrategiaGTA Posted August 30, 2013 Share Posted August 30, 2013 I dont know if it works. Maybe yes. addEventHandler("onPlayerCommand", root, function(cmd) if cmd == "reconnect" then cancelEvent() end end) It won't work... That would be just like removing the command 'quit'. 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