Referencing TextTable DLL?
I tried to make an Texttable to display stuff but im missing the Assembly for it and i dont know where to get it.
I don't think that will work server-side if it's a graphical element, but othewise you can reference a DLL you've manually installed by using:

// Reference: DLLName

At the top of your plugin.
Yea i know that but i dont know in which dll that var is. 

I added all Dll from the Plugin i got the Table from but it still shows me this 


Error

https://prnt.sc/l9y22k
In response to TheReaper ():
Yea i know that but i dont know in which dll that var is. 

I added all Dll from the Plugi...
Can you provide us full code?
In response to TheReaper ():
Yea i know that but i dont know in which dll that var is. 

I added all Dll from the Plugi...
According to Google, it would be in a iTextTable DLL, which as far as I know is not included with Rust.