Introduction.
I recently decided to start writing my own server for RAGE: MP. Have experience developing servers for SA:MP, I study several programming languages. I decided to write the server in C#, because I know Java relatively well and I had a little experience writing scripts in C# for the game Space Engineers.
Description of my problem
Actually, the problem arose when I tried to write a simple client-side script. When I connect to my server, I get this error:
C#: Server packages could not be compiled successfully!
Check clientside_cs.txt for C# logs.
File "enable-clientside-cs.txt" in the root directory of RAGE:MP I have. Here is the information from the file "clientside_cs.txt":
I'm a newbie, so I might have some stupid mistakes. Here is a screenshot of the project itself.
Please help me.