06.03.2015, 11:02
There is a "tutorial" on how to setup a development environment: https://github.com/ikkentim/SampSharp-boilerplate
And there are two examples:
https://github.com/ikkentim/SampSharp-grandlarc
https://github.com/ikkentim/SampSharp-rivershell
SampSharp is build against 4.5, please use 4.5.
Can you try commenting out the "symbols" line in your server.cfg? (Just place a # in front of that line)
I've been having a lot of trouble with the symbol generator; Can you tell me if this solves your issue?
And there are two examples:
https://github.com/ikkentim/SampSharp-grandlarc
https://github.com/ikkentim/SampSharp-rivershell
Quote:
Hi. I have some problems. I has Visual Studio 2013 and Windows 7 x64. If I set Target framework in properties of project on 4.0, I cant install NuGet packages.
... If i set to 4.5, I can download these packages, I can compile, but when I run samp-server.exe, It crashes. |
Can you try commenting out the "symbols" line in your server.cfg? (Just place a # in front of that line)
I've been having a lot of trouble with the symbol generator; Can you tell me if this solves your issue?