prodigy285 Posted July 4, 2013 Share Posted July 4, 2013 The subject say's it all i want to disable login/register for regualr users. Link to comment
Sasu Posted July 4, 2013 Share Posted July 4, 2013 addEventHandler("onPlayerCommand", root, function(cmd) if cmd == "register" or cmd == "login" then cancelEvent() end end ) Link to comment
prodigy285 Posted July 4, 2013 Author Share Posted July 4, 2013 Do you mind explaining what to do with that? Link to comment
prodigy285 Posted July 4, 2013 Author Share Posted July 4, 2013 Never mind i know what to do with it. Link to comment
bandi94 Posted July 4, 2013 Share Posted July 4, 2013 Do you mind explaining what to do with that? That is a "script" that wen somebody try to login/register it will ignore the command "/register" "/login". Read on wiki how to put it in your server. Link to comment
prodigy285 Posted July 4, 2013 Author Share Posted July 4, 2013 Ok so ive added it good it works but i cant login. :L Link to comment
bandi94 Posted July 4, 2013 Share Posted July 4, 2013 Ok so ive added it good it works but i cant login. :L addEventHandler("onPlayerCommand", root, function(cmd) if (cmd == "register" or cmd == "login") and (getPlayerName(source)~="enter your name") then cancelEvent() end end ) Link to comment
prodigy285 Posted July 4, 2013 Author Share Posted July 4, 2013 Thank you guys so much it works only i can login and out and nobody can thank you. 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