Попробуй
function Initialize()
self.Categories = { "Citizens", "Civil Protection", "Gangsters", "Other" }
end
concommand.Add( "openui", function( Activator, Caller )
if ( Caller:IsPlayer() ) then
net.Start("ComplexEmployer.EmployerMenu")
net.WriteTable( self.Categories )...