Kazafka Posted January 11, 2020 Share Posted January 11, 2020 So, usually, in default MTA servers u have /nick command, I guess. Where can I disable it? Link to comment
Moderators Patrick Posted January 11, 2020 Moderators Share Posted January 11, 2020 (edited) -- SERVER addEventHandler("onPlayerCommand", root, function(cmd) if cmd == "nick" then cancelEvent() end end) Edited January 11, 2020 by stPatrick Link to comment
Kazafka Posted January 11, 2020 Author Share Posted January 11, 2020 ahh LOL I don't have brain since it's weekend I've completely got into my vehicle system script, wich goes really good. Thanks! XD 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