BrendonPawn Posted August 22, 2019 Share Posted August 22, 2019 Hi guys! I wonder if it is possible to change the default message command not found! Link to comment Share on other sites More sharing options...
MrPancakers Posted August 22, 2019 Share Posted August 22, 2019 (edited) mp.events.add("playerCommand", (player, command) => { player.outputChatBox(`/${command} is not an available command.`); }); Obviously change the text to whatever you need. Edited August 22, 2019 by MrPancakers Link to comment Share on other sites More sharing options...
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