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?
Create a folder in your resources folder (call it what ever you would like). Put your C# script into that folder and call rename it your_name .net.dll (Remove space between your_name
and .net.dll
). Don’t forget the .net.dll or else it will not work. Then create a file called __resource.lua
with 2 underscores in the title. Open it up with a text editor and put the line of code
client_script 'your_name.net.dll