So I'm quiet new with lua, but there's 1 thing i'm currently having problems with: I can't get the spawn menu to be enabled. I've derived it from sandbox, so there's no problem there. I also added this to init.lua:(might be wrong though)
function GM:SpawnMenuEnabled()
return true;
end
Any ideas?