erickq1993 Posted August 29, 2013 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
EstrategiaGTA Posted August 29, 2013 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
Sasu Posted August 30, 2013 Posted August 30, 2013 I dont know if it works. Maybe yes. addEventHandler("onPlayerCommand", root, function(cmd) if cmd == "reconnect" then cancelEvent() end end)
EstrategiaGTA Posted August 30, 2013 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'.
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