25.06.2017, 06:38
Quote:
How to use other plugins if I fully write my gamemode in C#? How can I include colandreas, routeconnector, etc?
|
http://sampsharp.timpotze.nl/natives
Or these ways (RNPC): (I made these, you can take them and improve them, all good)
https://pastebin.com/KxeiAdaR
(ColAndreas):
https://pastebin.com/rMgFa8sp
(Look at the RNPCInternal and ColAndreasInternal classes)
Make sure the plugin.dll is in the plugins folder and loaded before SampSharp.dll
Код:
#server.cfg plugins crashdetect.dll ColAndreas.dll RNPC.dll SampSharp.dll