he said "Addon Manual" so I think we can assume that its not the server.cs
Actually, I should've added more, sorry guys. It is a Server command, so yes, it is server.cs. This is how it worx basically:
-Host opens console
-Host types ServerCmdEnableAddon(<name of add-on here>);
-Then the server announces(in Red Text) "Host is enabling <name of add-on here>..."(I know how to do this)
-It enables the add-on in the add-on folder, usually the command would be
exec("add-ons/"@%Addon@"/server.cs");The only real things I don't know how to do in this is
1. Ask for input while typing the command
|and|
2. Get the server to announce in red text.
If you guys could help me get some info now, that would be greatly appreciated.