MyKy4 0 Posted April 30 Hi i have added command to server "/money" that shows in chat how much money u have. It works and showing amount of money i have but also it's showing Error command not found Maybe some one had same issue? if some one can help it would be greate Share this post Link to post Share on other sites
robearded 21 Posted April 30 Post your code if you want to get help. Share this post Link to post Share on other sites
MyKy4 0 Posted April 30 8 минут назад, robearded сказал: Post your code if you want to get help. mp.events.addCommand('money', player => { console.log(JSON.stringify(player, null, 2)); player.outputChatBox(`You have ${player.money}$.`); }); Share this post Link to post Share on other sites