It might be the loadaddon, I've heard that it's extremly glitchy. I'll load my save, sir troll you'll proobably have to redo everything you did :/
It might be loadaddon.
Probably not. I'll check console.log if it happens again.
Workaround for loadaddon (Super Admins only)
Type into your chat :
@setmodpaths(getmodpaths()); exec("add-ons/category_name/server.cs");
Replace "category" with the Category of the mod, like Weapon_, Vehicle_, Server_, Script_, etc.
Replace Name with the addon name, like Rocket_Launcher, Jeep, KickReason, Autobridge, etc.
Example, if I wanted to load "Script_KickReason" :
@setmodpaths(getmodpaths()); exec("add-ons/Script_KickReason/server.cs");
setmodpaths(getmodpaths()); will cause a short moment of lag.