theralio Posted August 13, 2018 Share Posted August 13, 2018 Hey, I have a question so i did the command like the Rage Wiki told me. so my question is why do the commands work but the game shows me "ERROR: Command not Found " And my Second Question is how can i get ingame Coordinates? Greets, Sebastian Link to comment Share on other sites More sharing options...
notsosmart Posted August 14, 2018 Share Posted August 14, 2018 Post your code so we can see. Link to comment Share on other sites More sharing options...
theralio Posted August 14, 2018 Author Share Posted August 14, 2018 Got it already thanks Link to comment Share on other sites More sharing options...
ener Posted August 14, 2018 Share Posted August 14, 2018 (edited) Can u, tell us how u fixed it please 😁 Edited August 14, 2018 by ener Link to comment Share on other sites More sharing options...
theralio Posted August 14, 2018 Author Share Posted August 14, 2018 i writed the whole script new ^^ Link to comment Share on other sites More sharing options...
ener Posted August 14, 2018 Share Posted August 14, 2018 mp.events.addCommand('hp', (player) => { player.health = 100; }); I made this just for testing in a test.js file (server-files/packages/commands/test.js). But like u on the beginning, when i make in game /hp , the command works but it gaves me an ERROR : Command not found. Link to comment Share on other sites More sharing options...
notsosmart Posted August 14, 2018 Share Posted August 14, 2018 2 hours ago, ener said: mp.events.addCommand('hp', (player) => { player.health = 100; }); I made this just for testing in a test.js file (server-files/packages/commands/test.js). But like u on the beginning, when i make in game /hp , the command works but it gaves me an ERROR : Command not found. Do you have C# bridge enabled by any chance? Link to comment Share on other sites More sharing options...
ener Posted August 14, 2018 Share Posted August 14, 2018 (edited) 45 minutes ago, notsosmart said: Do you have C# bridge enabled by any chance? Are u talking about that ? { "maxplayers" : 100, "name" : "RAGE:MP Unofficial server", "gamemode" : "freeroam", "stream-distance" : 500.0, "announce" : true, "csharp" : "enabled", // OK thanks, i changed this value by "disabled" and it worked "port": 22005 } Edited August 14, 2018 by ener Error fixed 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