Compile and setup problems #5
Replies: 3 comments 5 replies
-
Copy the files from the (RAGEMP client (rage.mp) folder)/server_files into V/Output/Debug (so V/Output/Debug/ragemp_server.exe or the linux equivalent). Remember to enable the csharp option on the config.json. |
Beta Was this translation helpful? Give feedback.
-
On the conf.json change:
"csharp" : "disabled",
into:
"csharp" : "enabled",
|
Beta Was this translation helpful? Give feedback.
-
@ Test83318 |
Beta Was this translation helpful? Give feedback.
-
I cannot compile the project. I brought the project into Visual Studio 2019 via Git Clone and adjusted the database. When I try to compile the project, the console shows that the .NET SDK could not be found. This message comes for every sub-project.
Furthermore, I don't get along with the instructions for the setup. I don't understand what is meant by what is written by "Obtaining RAGE".
I would be very thankful for help.
I would like to use this project as a test server and as a programming aid.
Sorry for this English. I am German and use google translate.
Beta Was this translation helpful? Give feedback.
All reactions