[Help] How do i add my own c# scripts to resources

I have used five m tutorial for c’ script environment but not sure how to make it work as a resource in my fx server can you help me please?

You build the dll, put it in you resource folder. Make sure it’s called some_name .net.dll. Don’t forget to include it in your __resource.lua. That’s basically it. ezpz

so like example.net.dll.dll

No, just the extension .net.dll, not .net.dll.dll :stuck_out_tongue:

ok thanks this worked yay