#How to add references?

1 messages · Page 1 of 1 (latest)

supple nymph
#

I’ve just started writing plugins and went through the tutorial. However, the tutorial mainly explains what to do after everything is already configured and, although it includes some examples, it didn’t really help me with my issue.

I tried downloading the .csproj file from the examples and setting the reference paths, but it still doesn’t work. I also downloaded the entire LabAPI to see how it is implemented in the examples by opening them in Visual Studio, but even there the references don’t seem to work.

Solution Explorer shows the references under Dependencies, but the .cs files still cannot resolve them.

Am I doing something wrong?

If needed, I can provide screenshots or code snippets from my scripts.

Thanks in advance!

dim spear
#

Use the references from the dedicated server's SCPSL_Data/Managed folder

supple nymph
#

Worked! Thanks a lot!