Help me...

01/07/2012 20:55 Y u k i#1
Got it. No need to let ppl leech my idea anymore :D

Can be closed.
@Mods gib fang candy!
01/07/2012 21:59 Spirited#2
That's pretty clever... only issue that I'd be concerned with is when you're replacing the dll while the server's running. It might be better to do some other scripting language. Though... I guess a simple try and catch would fix that problem.

As far as the thread goes... what is the data type that it should be returning (according to documentation)? You can always convert it by saying "as ____________". I'm not sure if you can do that with a byte array though (I've never tried - I've always done it with instance variables). You could also do a PInvoke and use the methods directly.
01/07/2012 22:16 Y u k i#3
It should return a List<byte[]> but thanks for now, gonna try that

Edit... how fucking stupid am i?


I did exactly that a few days ago and managed to get it working...

Anyway, it now works... Thanks tho fang, you gave the final push.!