theralio Posted August 13, 2018 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
ener Posted August 14, 2018 Posted August 14, 2018 (edited) Can u, tell us how u fixed it please 😁 Edited August 14, 2018 by ener
ener Posted August 14, 2018 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.
notsosmart Posted August 14, 2018 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?
ener Posted August 14, 2018 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
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