Jump to content

ERROR: Command not found | But commands Work


Recommended Posts

Posted

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

Posted
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.

 

Posted
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?

Posted (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 by ener
Error fixed

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...