First of all, I wasn't sure whether to put this in Coding Help, or the normal Help section, so I went with my first decision.
Now on to my question. I know there is a way to test your Add-Ons in-game, and I know that you use this:
function reexecGun(){exec("Add-Ons/Weapon_Gun/server.cs");}
to do it. But, what I'm wondering is, what in that line of code do I change? I have a general idea of what to change, I just want to be sure. I already tried entering this in my console (modified to fit my Add-On, of course), but when I pressed Enter, it said "Syntax error in input." I know what that means, I'm just wondering what I did wrong and how I can fix it. Thanks.